Import asyncpg_0.18.2.orig.tar.gz
authorPiotr Ożarowski <piotr@debian.org>
Thu, 6 Dec 2018 23:01:28 +0000 (23:01 +0000)
committerPiotr Ożarowski <piotr@debian.org>
Thu, 6 Dec 2018 23:01:28 +0000 (23:01 +0000)
commit0afc9188e9c872ab979cd8d1d51da0308d90196d
treeb12d67afd5e0ad255cd056ac1f4783c887d2cbff
Import asyncpg_0.18.2.orig.tar.gz

[dgit import orig asyncpg_0.18.2.orig.tar.gz]
121 files changed:
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.rst [new file with mode: 0644]
asyncpg.egg-info/PKG-INFO [new file with mode: 0644]
asyncpg.egg-info/SOURCES.txt [new file with mode: 0644]
asyncpg.egg-info/dependency_links.txt [new file with mode: 0644]
asyncpg.egg-info/not-zip-safe [new file with mode: 0644]
asyncpg.egg-info/requires.txt [new file with mode: 0644]
asyncpg.egg-info/top_level.txt [new file with mode: 0644]
asyncpg/__init__.py [new file with mode: 0644]
asyncpg/_testbase/__init__.py [new file with mode: 0644]
asyncpg/_testbase/fuzzer.py [new file with mode: 0644]
asyncpg/cluster.py [new file with mode: 0644]
asyncpg/compat.py [new file with mode: 0644]
asyncpg/connect_utils.py [new file with mode: 0644]
asyncpg/connection.py [new file with mode: 0644]
asyncpg/connresource.py [new file with mode: 0644]
asyncpg/cursor.py [new file with mode: 0644]
asyncpg/exceptions/__init__.py [new file with mode: 0644]
asyncpg/exceptions/_base.py [new file with mode: 0644]
asyncpg/introspection.py [new file with mode: 0644]
asyncpg/pgproto/__init__.pxd [new file with mode: 0644]
asyncpg/pgproto/__init__.py [new file with mode: 0644]
asyncpg/pgproto/buffer.pxd [new file with mode: 0644]
asyncpg/pgproto/buffer.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/__init__.pxd [new file with mode: 0644]
asyncpg/pgproto/codecs/bits.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/bytea.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/context.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/datetime.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/float.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/geometry.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/hstore.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/int.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/json.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/misc.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/network.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/numeric.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/text.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/tid.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/txid.pyx [new file with mode: 0644]
asyncpg/pgproto/codecs/uuid.pyx [new file with mode: 0644]
asyncpg/pgproto/consts.pxi [new file with mode: 0644]
asyncpg/pgproto/cpythonx.pxd [new file with mode: 0644]
asyncpg/pgproto/debug.h [new file with mode: 0644]
asyncpg/pgproto/debug.pxd [new file with mode: 0644]
asyncpg/pgproto/exceptions.py [new file with mode: 0644]
asyncpg/pgproto/frb.pxd [new file with mode: 0644]
asyncpg/pgproto/frb.pyx [new file with mode: 0644]
asyncpg/pgproto/hton.h [new file with mode: 0644]
asyncpg/pgproto/hton.pxd [new file with mode: 0644]
asyncpg/pgproto/pgproto.c [new file with mode: 0644]
asyncpg/pgproto/pgproto.pxd [new file with mode: 0644]
asyncpg/pgproto/pgproto.pyx [new file with mode: 0644]
asyncpg/pgproto/types.py [new file with mode: 0644]
asyncpg/pool.py [new file with mode: 0644]
asyncpg/prepared_stmt.py [new file with mode: 0644]
asyncpg/protocol/__init__.py [new file with mode: 0644]
asyncpg/protocol/codecs/__init__.py [new file with mode: 0644]
asyncpg/protocol/codecs/array.pyx [new file with mode: 0644]
asyncpg/protocol/codecs/base.pxd [new file with mode: 0644]
asyncpg/protocol/codecs/base.pyx [new file with mode: 0644]
asyncpg/protocol/codecs/pgproto.pyx [new file with mode: 0644]
asyncpg/protocol/codecs/range.pyx [new file with mode: 0644]
asyncpg/protocol/codecs/record.pyx [new file with mode: 0644]
asyncpg/protocol/codecs/textutils.pyx [new file with mode: 0644]
asyncpg/protocol/consts.pxi [new file with mode: 0644]
asyncpg/protocol/coreproto.pxd [new file with mode: 0644]
asyncpg/protocol/coreproto.pyx [new file with mode: 0644]
asyncpg/protocol/cpythonx.pxd [new file with mode: 0644]
asyncpg/protocol/encodings.pyx [new file with mode: 0644]
asyncpg/protocol/pgtypes.pxi [new file with mode: 0644]
asyncpg/protocol/prepared_stmt.pxd [new file with mode: 0644]
asyncpg/protocol/prepared_stmt.pyx [new file with mode: 0644]
asyncpg/protocol/protocol.c [new file with mode: 0644]
asyncpg/protocol/protocol.pxd [new file with mode: 0644]
asyncpg/protocol/protocol.pyx [new file with mode: 0644]
asyncpg/protocol/record/__init__.pxd [new file with mode: 0644]
asyncpg/protocol/record/recordobj.c [new file with mode: 0644]
asyncpg/protocol/record/recordobj.h [new file with mode: 0644]
asyncpg/protocol/settings.pxd [new file with mode: 0644]
asyncpg/protocol/settings.pyx [new file with mode: 0644]
asyncpg/serverversion.py [new file with mode: 0644]
asyncpg/transaction.py [new file with mode: 0644]
asyncpg/types.py [new file with mode: 0644]
asyncpg/utils.py [new file with mode: 0644]
docs/api/index.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/faq.rst [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/installation.rst [new file with mode: 0644]
docs/usage.rst [new file with mode: 0644]
performance.png [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/certs/ca.cert.pem [new file with mode: 0644]
tests/certs/server.cert.pem [new file with mode: 0644]
tests/certs/server.key.pem [new file with mode: 0644]
tests/test__environment.py [new file with mode: 0644]
tests/test__sourcecode.py [new file with mode: 0644]
tests/test_adversity.py [new file with mode: 0644]
tests/test_cache_invalidation.py [new file with mode: 0644]
tests/test_cancellation.py [new file with mode: 0644]
tests/test_codecs.py [new file with mode: 0644]
tests/test_connect.py [new file with mode: 0644]
tests/test_copy.py [new file with mode: 0644]
tests/test_cursor.py [new file with mode: 0644]
tests/test_exceptions.py [new file with mode: 0644]
tests/test_execute.py [new file with mode: 0644]
tests/test_introspection.py [new file with mode: 0644]
tests/test_listeners.py [new file with mode: 0644]
tests/test_pool.py [new file with mode: 0644]
tests/test_prepare.py [new file with mode: 0644]
tests/test_record.py [new file with mode: 0644]
tests/test_test.py [new file with mode: 0644]
tests/test_timeout.py [new file with mode: 0644]
tests/test_transaction.py [new file with mode: 0644]
tests/test_utils.py [new file with mode: 0644]