aio_manager 2.0.3
pip install aio_manager
Latest version
Released:
Script manager for aiohttp.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Sviatoslav Sydorenko (@webknjaz)
- Requires: Python >=3.5
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
Project description
.. image:: https://img.shields.io/pypi/v/aio_manager.svg
:target: https://pypi.org/project/aio_manager
.. image:: https://img.shields.io/travis/rrader/aio_manager/master.svg
:target: http://travis-ci.org/rrader/aio_manager
.. image:: https://img.shields.io/pypi/pyversions/aio_manager.svg
Script manager for aiohttp.
========
Quick Start
------------------
Install from PYPI:
.. code:: shell
pip install aio_manager
For optional features, feel free to depend on extras:
.. code:: shell
pip install aio_manager[mysql,postgres]
pip install aio_manager[sa]
OR (less popular) via ``setup.py``:
.. code:: shell
python -m setup install
Example
------------------
.. code:: python
:number-lines:
app = build_application()
manager = Manager(app)
sqlalchemy.configure_manager(manager, app, Base,
DATABASE_USERNAME,
DATABASE_NAME,
DATABASE_HOST,
DATABASE_PASSWORD)
:target: https://pypi.org/project/aio_manager
.. image:: https://img.shields.io/travis/rrader/aio_manager/master.svg
:target: http://travis-ci.org/rrader/aio_manager
.. image:: https://img.shields.io/pypi/pyversions/aio_manager.svg
Script manager for aiohttp.
========
Quick Start
------------------
Install from PYPI:
.. code:: shell
pip install aio_manager
For optional features, feel free to depend on extras:
.. code:: shell
pip install aio_manager[mysql,postgres]
pip install aio_manager[sa]
OR (less popular) via ``setup.py``:
.. code:: shell
python -m setup install
Example
------------------
.. code:: python
:number-lines:
app = build_application()
manager = Manager(app)
sqlalchemy.configure_manager(manager, app, Base,
DATABASE_USERNAME,
DATABASE_NAME,
DATABASE_HOST,
DATABASE_PASSWORD)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Sviatoslav Sydorenko (@webknjaz)
- Requires: Python >=3.5
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
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
File details
Details for the file aio_manager-2.0.3.tar.gz
.
File metadata
- Download URL: aio_manager-2.0.3.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09be3d2bec42a69e51cb8f6f474e379343f3f816dd1658819856826805feef1b |
|
MD5 | c8c41d93602c15c94eec0ba074a6c4e4 |
|
BLAKE2b-256 | 4f7a43d906b5ba5ddf602ae80d99227ec16309930cff8f58d13dfe6f4dcb6e21 |
File details
Details for the file aio_manager-2.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: aio_manager-2.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d88b679eca4af0586222e1a55835d2f8148b48470265802471e8f42f801c3d68 |
|
MD5 | 6f61c41107d56abbd48eeb5f033a24a4 |
|
BLAKE2b-256 | eac7d4069bb168e0b3777930ec795998e425fa55cdca677244db3d1a73d27798 |