aedev namespace module portion setup_project: project setup helper functions
Project description
project setup portion of the de namespace
the portions (modules and sub-packages) of the Development Environment for Python are within the
de
namespace and are providing helper methods and classes for your Python projects.
installation
execute the following command to use the de.setup_project
module in your Python project. it will install
de.setup_project
into your Python (virtual) environment:
pip install de-setup-project
to contribute to this portion, fork the
de-setup-project
repository at GitLab, pull it to your machine and finally execute the following command in the root
folder of this repository (de_setup_project
):
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 the documentation
of this portion replace the setup extras key dev
in the above command with tests
or docs
respectively.
the repository of this portion is using the git-flow workflow
with the branch names develop
and release
. more
details on this workflow you find here and
here.
namespace portion documentation
more info on the features and usage of this portion is 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 aedev_setup_project-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d97568edb6134ebc30f08ac7a143c07e88dccd1d1bda136fc3f6676e2adff1fb |
|
MD5 | 1e3b6441704f2c01de778faa23a4515f |
|
BLAKE2b-256 | 8afed951a5215a9bd7d4126cee6c1a84dc6bbc76509b5b496e1156efe9a7e0d3 |
Hashes for aedev_setup_project-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | edc215dcad897d0321cdcf528004b6143b37ad0f785a055f695c94c250abf8d8 |
|
MD5 | c49c6f66b4fb6750c789a3bb53b2dc59 |
|
BLAKE2b-256 | dc081fd03202ba27d9c8f18a7f0eff15a2bdb808d8e2155484bd95fb45145dc6 |