ae_parse_date portion of python application environment namespace package
Project description
parse_date 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.parse_date module in your application. it will install ae.parse_date into your python (virtual) environment:
pip install ae-parse-date
if you instead want to contribute to this portion then first fork the ae_parse_date repository at GitLab, then pull it to your machine and finally execute the following command in the root folder of this repository (ae_parse_date):
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
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_parse_date-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb973d2edcccf7f7474f7a8961b4aa0a8cd13aa583f862cc1feb0b457b7d3312 |
|
MD5 | 13554806a333ef59787acf0ab9020cef |
|
BLAKE2b-256 | e54b1d59faf6a1da5ea91ed1d486fa9e6f9c65fa1f57dccd5d27a6cc4a8485c4 |