
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
.. image:: https://img.shields.io/pypi/v/asyncorm.svg :target: https://pypi.python.org/pypi/asyncorm :alt: Pypi package
.. image:: https://img.shields.io/pypi/pyversions/asyncorm.svg :target: https://pypi.python.org/pypi/asyncorm :alt: Python versions
.. image:: https://travis-ci.org/monobot/asyncorm.svg?branch=development :target: https://travis-ci.org/monobot/asyncorm :alt: build status
.. image:: https://api.codacy.com/project/badge/Grade/86ee891909654fc0a294849d0a436109 :target: https://www.codacy.com/app/monobot/asyncorm?utm_source=github.com&utm_medium=referral&utm_content=monobot/asyncorm&utm_campaign=Badge_Grade :alt: Code quality
.. image:: https://api.codacy.com/project/badge/Coverage/86ee891909654fc0a294849d0a436109 :target: https://www.codacy.com/app/monobot/asyncorm?utm_source=github.com&utm_medium=referral&utm_content=monobot/asyncorm&utm_campaign=Badge_Coverage :alt: Coverage
.. image:: https://pyup.io/repos/github/monobot/asyncorm/shield.svg :target: https://pyup.io/account/repos/github/monobot/asyncorm/ :alt: Packages status
.. image:: https://readthedocs.org/projects/asyncorm/badge/?version=development :target: http://asyncorm.readthedocs.io/en/development/ :alt: Documentation Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black :alt: Code style
A fully asynchronous python ORM
WARNING: alpha version !!
WARNING: Work In Progress !!
AsyncORM is a fully async ORM_ inspired by the fantastic django orm
_
.. _ORM: https://en.wikipedia.org/wiki/Object-relational_mapping .. _django orm: https://docs.djangoproject.com/en/1.11/topics/db/
AsyncORM currently only supports postgres, but its developed to be "easy" to plug a number of different database interfaces.
It is designed to be used with any async library, but with sanic_ in mind.
.. _sanic: https://github.com/channelcat/sanic
A number of things are needed to be able to release asyncOrm as a production ready ORM:
mysql
_ / mariaDb
_ first priority)prefetch_related
_ functionality.. _mySql: https://www.mysql.com/ .. _mariaDb: https://mariadb.org/ .. _prefetch_related: https://docs.djangoproject.com/en/1.11/ref/models/querysets/#prefetch_related support
AsyncOrm currently only depends on AsyncPg and netaddr.
asyncpg_, is a database interface library designed specifically for PostgreSQL and Python/asyncio.
netaddr_, A network address manipulation library for Python
.. _asyncpg: https://github.com/MagicStack/asyncpg .. _netaddr: https://github.com/drkjam/netaddr
This package was created with Cookiecutter_ and the
audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
0.5.03 (2019-3-23)
0.5.0 (2019-3-23)
0.4.6 (2019-3-3)
0.4.5 (2019-3-3)
0.4.4 (2019-1-13)
0.4.3 (2019-1-13)
0.4.2 (2019-1-13)
0.4.1 (2018-7-31)
0.4.0 (2018-7-29)
0.3.9 (2018-1-10)
0.3.8 (2018-1-10)
0.3.7 (2018-1-10)
0.3.6 (2018-1-2)
0.3.5 (2017-12-27)
0.3.4 (2017-12-27)
0.3.3 (2017-06-25)
0.3.2 (2017-06-16)
0.3.1 (2017-06-15)
0.3.0 (2017-06-14)
0.2.9 (2017-06-14)
0.2.8 (2017-06-14)
0.2.7 (2017-06-14)
0.2.6 (2017-06-14)
0.2.5 (2017-06-14)
0.2.0 (2017-05-28)
0.1.1 (2017-05-19)
0.1.0 (2017-05-19)
0.0.10 (2017-05-13)
0.0.9 (2017-05-11)
0.0.8 (2017-04-03)
0.0.7 (2017-03-27)
0.0.6 (2017-03-26)
0.0.5 (2017-03-24)
0.0.4 (2017-03-23)
0.0.3 (2017-03-23)
0.0.2 (2017-03-02)
0.0.1 (2017-03-02)
FAQs
A fully asynchronous python ORM
We found that asyncorm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.