Getting Started
On this page you will find all the information to get started with pastastore.
Getting Python
To install pastastore, a working version of Python 3.9 or higher has to be installed on your computer.
Installing pastastore
Install the module by typing:
pip install pastastore
_For installing in development mode, clone the repository and install by typing pip install -e . from the module root directory._
Using pastastore
Start Python and import the module:
import pastastore as pst
pstore = pst.PastaStore()
See the Examples section for some quick examples on how to get started.