ae_kivy_user_prefs portion of python application environment namespace package
Project description
kivy_user_prefs 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.kivy_user_prefs module in your application. It will install ae.kivy_user_prefs into your python (virtual) environment:
pip install ae-kivy-user-prefs
If you instead want to contribute to this portion then first fork the ae_kivy_user_prefs repository at GitLab, then pull it to your machine and finally execute the following command in the root folder of this repository (ae_kivy_user_prefs):
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_kivy_user_prefs-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 795942db82f97948cb3827f3e0eb061ccf20f27ba5b4b0a17f1409b561acc7c4 |
|
MD5 | 9f054b842be5d2a410fa5551902b8905 |
|
BLAKE2b-256 | 001f72e50be03218d73a6327005e24f3e1416909149bd9e4dbe7e11aec39e157 |