ae_db_core portion of python application environment namespace package
Project description
db_core portion of ae namespace package
The portions (modules and sub-packages) of the Application Environment for Python are within the
ae
namespace and are providing helper methods and classes for to develop full-featured applications with Python.
installation
Execute the following command for to use the ae.db_core module in your application. It will install ae.db_core into your python (virtual) environment:
pip install ae-db-core
If you instead want to contribute to this portion then first fork the ae-db-core repository at GitLab, then pull it to your machine and finally execute the following command in the root folder of this repository (ae_db_core):
pip install -e .[dev]
The last command will install this module portion into your virtual environment, along with
the tools you need to develop and run tests or for to extend the portion documentation.
For to contribute only to the unit tests or the documentation of this portion replace
the setup extras key dev
in the above command with tests
or docs
respectively.
namespace portion documentation
More info on the features and usage of this portion are available at ReadTheDocs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ae_db_core-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00e3ee2901d2960268ed6d62001f7e669ef890f9570b779643bbb3c487287fc4 |
|
MD5 | 5607ed09fdf7e158b8a5a50ddaa32aa7 |
|
BLAKE2b-256 | 5d128e802d833ba45aa66cfbe45aef9666f30cfa15d6768d75c95c2e4b627e3f |