poseidon-framework / poseidon3-tools

Python API and command line tool for working with Poseidon databases
MIT License
0 stars 0 forks source link

poseidonPy

Python API for working with Poseidon databases

Internal dev notes

Recommended pipeline

Overview of python package development: https://python-packaging.readthedocs.io/en/latest/index.html

To test and develop yourself, I recommend using virtual environments (e.g. via conda or python -m venv) and then pip install . -e, which installs the package and runs the tests into your active environment, and creates symlinks instead of copies of files, such that changes in your repo will immediately be available.