ae_core portion of python application environment namespace package
Project description
Version 0.0.10 Of ae_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
For to only use this portion in your code type in your command shell:
pip install ae-core
If you instead want to contribute to this portion then first fork this repository, then pull it to your machine and execute in the root folder of this repository:
pip install -e .[dev]
The last command will install this 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.