aedev namespace package portion project_manager: maintain Python projects locally and remotely
Project description
project_manager 0.3.20
aedev namespace package portion project_manager: maintain Python projects locally and remotely.
features
simplifies your programming workflow, in order to:
* clone or fork projects from GitLab or GitHub
* push bug fixes and new features of projects to GitLab or GitHub
* request a MR (merge request) (or a PR (pull request) at GitHub)
* publish packages to [PyPI](https://pypi.org) or [PyPI Test](https://test.pypi.org)
* deploy Django apps to [PythonAnywhere](https://pythonanywhere.com)
* run resource checks (i18n, images, sounds)
* run unit and integration tests (with coverage reports)
* use templates to create and maintain code, resource and configuration files
* bulk refresh/update of mulitple projects, e.g. your namespace portions projects (:pep:`420`)
installation
execute the following command to install the aedev.project_manager package in the currently active virtual environment:
pip install aedev-project-manager
if you want to contribute to this portion then first fork the aedev_project_manager repository at GitLab. after that pull it to your machine and finally execute the following command in the root folder of this repository (aedev_project_manager):
pip install -e .[dev]
the last command will install this package portion, 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.
more detailed explanations on how to contribute to this project are available here
namespace portion documentation
the documentation of the source code of this portion is available at ReadTheDocs.
check also the manual for more detailed information on the usage of the project manager tool and their provided workflows.
the source code is maintained by the user group aedev-group.
this project is implemented in pure Python code and based on portions of the two namespaces ae (Application Environment) and aedev (Development Packages and Tools).
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aedev_project_manager-0.3.20.tar.gz.
File metadata
- Download URL: aedev_project_manager-0.3.20.tar.gz
- Upload date:
- Size: 110.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c7317c529055101dc9facd03e4cdd8a685903254e59e21efbd3c5d1a9c55c58
|
|
| MD5 |
ab560985bb613c33406a693ce41d0a6b
|
|
| BLAKE2b-256 |
ccaf0b489ba26b468ba004ed4117aec55bc1bcdd0f634f5018ece9e99ae5b40b
|
File details
Details for the file aedev_project_manager-0.3.20-py3-none-any.whl.
File metadata
- Download URL: aedev_project_manager-0.3.20-py3-none-any.whl
- Upload date:
- Size: 76.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe87a24bf092cf226385dcf1416f3cc9b358475d704d6024fe1c15e640927c8b
|
|
| MD5 |
b7ed79e14cd04f6d4ecadd088d9291b1
|
|
| BLAKE2b-256 |
9d3202a82ab3699ffd4b6d79c5f345fb5cf1ae45064f583751f8c85a39d9ccf8
|