ae_sys_data_sh portion of python application environment namespace package
Project description
sys_data_sh 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 to develop full-featured applications with Python.
installation
execute the following command to use the ae.sys_data_sh module in your application. it will install ae.sys_data_sh into your python (virtual) environment:
pip install ae-sys-data-sh
if you instead want to contribute to this portion then first fork the ae_sys_data_sh repository at GitLab, then pull it to your machine and finally execute the following command in the root folder of this repository (ae_sys_data_sh):
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 to extend the portion documentation.
to contribute only to the unit tests or to 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_sys_data_sh-0.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70ff1d1c0d51826d145afee9436d281db4effd37dec8233d91eb9705b7f0a4da |
|
MD5 | 4b9385ad8b3e4b95637f9f9eace401cd |
|
BLAKE2b-256 | 579b7f2163b69fd1a11eb521951dea2efc891c9a626b98b3fcef683ee1aae415 |