Metadata-Version: 2.1
Name: aedev_pythonanywhere
Version: 0.3.7
Summary: aedev namespace module portion pythonanywhere: web api for www.pyanywhere.com and eu.pyanywhere.com
Home-page: https://gitlab.com/aedev-group/aedev_pythonanywhere
Author: AndiEcker
Author-email: aecker2@gmail.com
License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_pythonanywhere/-/issues
Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.pythonanywhere.html
Project-URL: Repository, https://gitlab.com/aedev-group/aedev_pythonanywhere
Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/pythonanywhere.html
Keywords: configuration,development,environment,productivity
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: requests
Requires-Dist: types-requests
Requires-Dist: ae_base
Requires-Dist: ae_paths
Requires-Dist: aedev_setup_project
Provides-Extra: dev
Requires-Dist: aedev_tpl_project; extra == "dev"
Requires-Dist: aedev_aedev; extra == "dev"
Requires-Dist: anybadge; extra == "dev"
Requires-Dist: coverage-badge; extra == "dev"
Requires-Dist: aedev_git_repo_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"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: anybadge; extra == "tests"
Requires-Dist: coverage-badge; extra == "tests"
Requires-Dist: aedev_git_repo_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"
Requires-Dist: wheel; extra == "tests"
Requires-Dist: twine; extra == "tests"

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.aedev V0.3.24 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
# pythonanywhere 0.3.7

[![GitLab develop](https://img.shields.io/gitlab/pipeline/aedev-group/aedev_pythonanywhere/develop?logo=python)](
    https://gitlab.com/aedev-group/aedev_pythonanywhere)
[![LatestPyPIrelease](
    https://img.shields.io/gitlab/pipeline/aedev-group/aedev_pythonanywhere/release0.3.6?logo=python)](
    https://gitlab.com/aedev-group/aedev_pythonanywhere/-/tree/release0.3.6)
[![PyPIVersions](https://img.shields.io/pypi/v/aedev_pythonanywhere)](
    https://pypi.org/project/aedev-pythonanywhere/#history)

>aedev_pythonanywhere module 0.3.7.

[![Coverage](https://aedev-group.gitlab.io/aedev_pythonanywhere/coverage.svg)](
    https://aedev-group.gitlab.io/aedev_pythonanywhere/coverage/index.html)
[![MyPyPrecision](https://aedev-group.gitlab.io/aedev_pythonanywhere/mypy.svg)](
    https://aedev-group.gitlab.io/aedev_pythonanywhere/lineprecision.txt)
[![PyLintScore](https://aedev-group.gitlab.io/aedev_pythonanywhere/pylint.svg)](
    https://aedev-group.gitlab.io/aedev_pythonanywhere/pylint.log)

[![PyPIImplementation](https://img.shields.io/pypi/implementation/aedev_pythonanywhere)](
    https://gitlab.com/aedev-group/aedev_pythonanywhere/)
[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/aedev_pythonanywhere)](
    https://gitlab.com/aedev-group/aedev_pythonanywhere/)
[![PyPIWheel](https://img.shields.io/pypi/wheel/aedev_pythonanywhere)](
    https://gitlab.com/aedev-group/aedev_pythonanywhere/)
[![PyPIFormat](https://img.shields.io/pypi/format/aedev_pythonanywhere)](
    https://pypi.org/project/aedev-pythonanywhere/)
[![PyPILicense](https://img.shields.io/pypi/l/aedev_pythonanywhere)](
    https://gitlab.com/aedev-group/aedev_pythonanywhere/-/blob/develop/LICENSE.md)
[![PyPIStatus](https://img.shields.io/pypi/status/aedev_pythonanywhere)](
    https://libraries.io/pypi/aedev-pythonanywhere)
[![PyPIDownloads](https://img.shields.io/pypi/dm/aedev_pythonanywhere)](
    https://pypi.org/project/aedev-pythonanywhere/#files)


## installation


execute the following command to install the
aedev.pythonanywhere module
in the currently active virtual environment:
 
```shell script
pip install aedev-pythonanywhere
```

if you want to contribute to this portion then first fork
[the aedev_pythonanywhere repository at GitLab](
https://gitlab.com/aedev-group/aedev_pythonanywhere "aedev.pythonanywhere code repository").
after that pull it to your machine and finally execute the
following command in the root folder of this repository
(aedev_pythonanywhere):

```shell script
pip install -e .[dev]
```

the last command will install this module 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](
https://gitlab.com/aedev-group/aedev_pythonanywhere/-/blob/develop/CONTRIBUTING.rst)


## namespace portion documentation

information on the features and usage of this portion are available at
[ReadTheDocs](
https://aedev.readthedocs.io/en/latest/_autosummary/aedev.pythonanywhere.html
"aedev_pythonanywhere documentation").
