de_core portion of python development environment namespace package


Keywords
productivity, environment, configuration, development
Licenses
AGPL-3.0/GPL-3.0+
Install
pip install de-core==0.2.24

Documentation

core portion of de namespace package

GitLabPipeline PyPIVersion

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.

Coverage MyPyPrecision PyLintScore

PyPIImplementation PyPIPyVersions PyPIWheel PyPIFormat PyPIStatus PyPIDownloads

installation

Execute the following command for to use the de.core module in your Python project. It will install de.core into your python (virtual) environment:

pip install de-core

If you instead want to contribute to this portion then first fork the de-core repository at GitLab, then pull it to your machine and finally execute the following command in the root folder of this repository (de_core):

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.