0 purchases
sqlalchemyinitdb 0.1.0
SQLALCHEMY INITDB
Django like fixtures for SQLAlchemy
Code: https://github.com/dnmellen/sqlalchemy-initdb
Docs: https://sqlalchemy-initdb.readthedocs.io/en/master/
PyPI: https://pypi.org/project/sqlalchemy-initdb/
CI: https://github.com/dnmellen/sqlalchemy-initdb/actions/
Features
sqlalchemy_initdb python package
TODO Document a Great Feature
TODO Document another Nice Feature
Tested against multiple platforms and python versions
Development
Here are some useful notes related to doing development on this project.
Test Suite, using pytest, located in tests dir
Parallel Execution of Unit Tests, on multiple cpu’s
Documentation Pages, hosted on readthedocs server, located in docs dir
Automation, using tox, driven by single tox.ini file
Code Coverage measuring
Build Command, using the build python package
Pypi Deploy Command, supporting upload to both pypi.org and test.pypi.org servers
Type Check Command, using mypy
Lint Check and Apply commands, using isort and black
CI Pipeline, running on Github Actions, defined in .github/
Job Matrix, spanning different platform’s and python version’s
Platforms: ubuntu-latest, macos-latest
Python Interpreters: 3.6, 3.7, 3.8, 3.9, 3.10
Parallel Job execution, generated from the matrix, that runs the Test Suite
Prerequisites
You need to have Python installed.
Quickstart
Using pip is the approved way for installing sqlalchemy_initdb.
python3 -m pip install sqlalchemy_initdb
TODO Document a use case
License
GNU Affero General Public License v3.0
License
Free software: GNU Affero General Public License v3.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.