psycopg2-2.7.3.2-cp36-cp36m-linux_armv7l.whl

STEP 1: Have you installed this repository?

If not, run this installation script command:

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

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

psycopg2 - Python-PostgreSQL Database Adapter

Full description:
  Psycopg is the most popular PostgreSQL database adapter for the Python
programming language.  Its main features are the complete implementation of
the Python DB API 2.0 specification and the thread safety (several threads can
share the same connection).  It was designed for heavily multi-threaded
applications that create and destroy lots of cursors and make a large number
of concurrent "INSERT"s or "UPDATE"s.

Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being
both efficient and secure.  It features client-side and server-side cursors,
asynchronous communication and notifications, "COPY TO/COPY FROM" support.
Many Python types are supported out-of-the-box and adapted to matching
PostgreSQL data types; adaptation can be extended and customized thanks to a
flexible objects adaptation system.

Psycopg 2 is both Unicode and Python 3 friendly.


Documentation
-------------

Documentation is included in the ``doc`` directory and is `available online`__.

.. __: http://initd.org/psycopg/docs/


Installation
------------

If your ``pip`` version supports wheel_ packages it should be possible to
install a binary version of Psycopg including all the dependencies from PyPI_.
Just run::

    $ pip install -U pip      # make sure your pip is up-to-date
    $ pip install psycopg2

If you want to build Psycopg from source you will need some prerequisites (a C
compiler, development packages): please check the install_ and the faq_
documents in the ``doc`` dir for the details.

.. _wheel: http://pythonwheels.com/
.. _PyPI: https://pypi.python.org/pypi/psycopg2
.. _install: http://initd.org/psycopg/docs/install.html#install-from-source
.. _faq: http://initd.org/psycopg/docs/faq.html#faq-compile

For any other resource (source code repository, bug tracker, mailing list)
please check the `project homepage`__.

.. __: http://initd.org/psycopg/


:Linux/OSX: |travis|
:Windows: |appveyor|

.. |travis| image:: https://travis-ci.org/psycopg/psycopg2.svg?branch=master
    :target: https://travis-ci.org/psycopg/psycopg2
    :alt: Linux and OSX build status

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/psycopg/psycopg2?branch=master&svg=true
    :target: https://ci.appveyor.com/project/psycopg/psycopg2/branch/master
    :alt: Windows build status


Checksums

MD5 00cc6f5574771d9501bc7eb7824145b9
SHA1 0cca7afbb7baf367f4a6f89b9b09b641cc0686fb
SHA256 0d7fe0a510355dbbbdb9bed8ef38ad1243cee12a83e753d63e97bb22b61a55ff
SHA512 2895de424141b251f58ad0de33ad6d3871c46437d570f738d8223957aaa74786e6008ed885922b7f5b5b7dac0189ef45c67c3be4730bbdbda85509f3555ef7b1

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_sql.py
  • psycopg2/tests/test_replication.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_ipaddress.py
  • psycopg2/tests/test_green.py
  • psycopg2/tests/test_fast_executemany.py
  • psycopg2/tests/test_extras_dictcursor.py
  • psycopg2/tests/test_errcodes.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/test_async_keyword.py
  • psycopg2/tests/dbapi20.py
  • psycopg2/tests/dbapi20_tpc.py

Uploaded

about 6 years ago

Package Size

448 KB

Downloads

91

wget

wget --content-disposition "https://packagecloud.io/quan/python3-arm/packages/python/psycopg2-2.7.3.2-cp36-cp36m-linux_armv7l.whl/download?distro_version_id=166"

Homepage

http://initd.org/psycopg/

License

LGPL with exceptions or ZPL