psycopg2-2.5.3-cp27-none-linux_x86_64.whl

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/airhorns/python/script.python.sh | bash
copy
curl -s https://packagecloud.io/install/repositories/airhorns/python/script.python.sh | bash

STEP 2: Install the package
sudo pip install psycopg2==2.5.3

Python-PostgreSQL Database Adapter

Full description:
  psycopg2 is a PostgreSQL database adapter for the Python programming
language.  psycopg2 was written with the aim of being very small and fast,
and stable as a rock.

psycopg2 is different from the other database adapter because it was
designed for heavily multi-threaded applications that create and destroy
lots of cursors and make a conspicuous number of concurrent INSERTs or
UPDATEs. psycopg2 also provide full asynchronous operations and support
for coroutine libraries.


Checksums

MD5 2a67c3413d46121a24d04bc2404c95cc
SHA1 63a27cc031ae398d15ae60852e7a02bdf6d6e421
SHA256 4620d4ad140a585ad6dbc933696f28483df7fd8efa45091639ddd64162f62a79
SHA512 e668ad71b311ccb986ece31daa85fd14e48cdf8dc1e06604174e64f6110e62af27736172e3143a68fac640ef27b7b7ab02bfeb40174f046a93194a7a7bd06b58

Files

  • psycopg2/tz.py
  • psycopg2/tests/testutils.py
  • psycopg2/tests/testconfig.py
  • psycopg2/tests/test_with.py
  • psycopg2/tests/test_types_extras.py
  • psycopg2/tests/test_types_basic.py
  • psycopg2/tests/test_transaction.py
  • psycopg2/tests/test_quote.py
  • psycopg2/tests/test_psycopg2_dbapi20.py
  • psycopg2/tests/test_notify.py
  • psycopg2/tests/test_module.py
  • psycopg2/tests/test_lobject.py
  • psycopg2/tests/test_green.py
  • psycopg2/tests/test_extras_dictcursor.py
  • psycopg2/tests/test_dates.py
  • psycopg2/tests/test_cursor.py
  • psycopg2/tests/test_copy.py
  • psycopg2/tests/test_connection.py
  • psycopg2/tests/test_cancel.py
  • psycopg2/tests/test_bugX000.py
  • psycopg2/tests/test_bug_gc.py
  • psycopg2/tests/test_async.py
  • psycopg2/tests/dbapi20.py
  • psycopg2/tests/dbapi20_tpc.py
  • psycopg2/tests/__init__.py
  • psycopg2/psycopg1.py
  • psycopg2/pool.py
  • psycopg2/extras.py
  • psycopg2/extensions.py
  • psycopg2/errorcodes.py

Uploaded

over 9 years ago

Package Size

307 KB

Downloads

81

wget

wget --content-disposition "https://packagecloud.io/airhorns/python/packages/python/psycopg2-2.5.3-cp27-none-linux_x86_64.whl/download?distro_version_id=166"

Homepage

http://initd.org/psycopg/

License

GPL with exceptions or ZPL