Metadata-Version: 2.4
Name: aedev_project_manager
Version: 0.3.3
Summary: aedev namespace package portion project_manager: create and maintain Python projects locally and remotely
Home-page: https://gitlab.com/aedev-group/aedev_project_manager
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_project_manager/-/issues
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.project_manager.html
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_project_manager
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/project_manager.html
Keywords: configuration,development,environment,productivity
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: anybadge
Requires-Dist: coverage
Requires-Dist: coverage-badge
Requires-Dist: flake8
Requires-Dist: mypy
Requires-Dist: packaging
Requires-Dist: Pillow
Requires-Dist: types-Pillow
Requires-Dist: PyGithub
Requires-Dist: pylint
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: python-gitlab
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: setuptools
Requires-Dist: ae_base
Requires-Dist: ae_files
Requires-Dist: ae_paths
Requires-Dist: ae_dynamicod
Requires-Dist: ae_literal
Requires-Dist: ae_updater
Requires-Dist: ae_core
Requires-Dist: ae_console
Requires-Dist: ae_shell
Requires-Dist: ae_templates
Requires-Dist: ae_dev_ops
Requires-Dist: ae_pythonanywhere
Provides-Extra: dev
Requires-Dist: aedev_project_tpls; extra == "dev"
Requires-Dist: aedev_aedev; extra == "dev"
Requires-Dist: anybadge; extra == "dev"
Requires-Dist: coverage-badge; extra == "dev"
Requires-Dist: aedev_project_manager; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: typing; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: anybadge; extra == "tests"
Requires-Dist: coverage-badge; extra == "tests"
Requires-Dist: aedev_project_manager; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Requires-Dist: pylint; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-django; extra == "tests"
Requires-Dist: typing; extra == "tests"
Requires-Dist: types-setuptools; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# project_manager command line tool

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`)

for more detailed information see the
[manual](https://aedev.readthedocs.io/en/latest/man/project_manager.html "project manager manual").

the source code is available at [Gitlab](https://gitlab.com/aedev-group/aedev_project_manager)
maintained by the user group [aedev-group](https://gitlab.com/aedev-group).

this project is implemented in pure Python code and based on some portions of the
[__ae__ namespace(Application Environment)](https://ae.readthedocs.io "ae namespace portions on rtd").
