Skip to content
Philipp Saveliev edited this page Nov 19, 2016 · 14 revisions

Documentation

Documentation is currently under (very slow) construction. If you want me to accelerate it, please don't hesitate to open an isssue about which topic are you particularly interested in.

Sapyens offers a Pyramid scaffold for creating projects:

Other topics:

Development

Testing

virtualenv --no-site-packages venv
source venv/bin/activate
pip install -e .
pip install pyramid mock wtforms sqlalchemy psycopg2

python -m unittest discover -v --failfast --catch -s src/sapyens/tests/ -p '*.py'

Releasing the package

Clone this wiki locally