SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-psycopg rpm build for : openSUSE Leap 42. For other distributions click python-psycopg.

Name : python-psycopg
Version : 1.1.21 Vendor : obs://build_opensuse_org/devel:languages:python
Release : 4.2 Date : 2016-10-29 18:53:44
Group : Development/Languages/Python Source RPM : python-psycopg-1.1.21-4.2.src.rpm
Size : 0.29 MB
Packager : (none)
Summary : Python-PostgreSQL Database Adapter
Description :
Psycopg is a PostgreSQL database adapter for the Python programming language. It
was written from scratch with the aim of being very small and fast, and stable
as a rock. The main advantages of psycopg are that it supports the full Python
DBAPI-2.0, being thread safe at level 2 and providing some very useful
extensions like the user-defined type casters.

Psycopg 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. Every open Python
connection keeps a pool of real (UNIX or TCP/IP) connections to the database.
Every time a new cursor is created, a new connection does not need to be opened;
instead one of the unused connections from the pool is used. That makes psycopg
very fast in typical client-server applications that create a servicing thread
every time a client request arrives.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python/openSUSE_Leap_42.2/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
psycopgmodule.so()(64bit)
python-psycopg
python-psycopg(x86-64)

Requires :
python = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
python(abi) = 2.7
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libc.so.6(GLIBC_2.3)(64bit)
python-egenix-mx-base
libpq.so.5()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)
libc.so.6(GLIBC_2.8)(64bit)


Content of RPM :
/usr/lib64/python2.7/site-packages/psycopgmodule.so
/usr/share/doc/packages/python-psycopg
/usr/share/doc/packages/python-psycopg/AUTHORS
/usr/share/doc/packages/python-psycopg/COPYING
/usr/share/doc/packages/python-psycopg/CREDITS
/usr/share/doc/packages/python-psycopg/ChangeLog
/usr/share/doc/packages/python-psycopg/FAQ
/usr/share/doc/packages/python-psycopg/NEWS
/usr/share/doc/packages/python-psycopg/README
/usr/share/doc/packages/python-psycopg/RELEASE-1.0
/usr/share/doc/packages/python-psycopg/TODO
/usr/share/doc/packages/python-psycopg/doc
/usr/share/doc/packages/python-psycopg/doc/README
/usr/share/doc/packages/python-psycopg/doc/examples
/usr/share/doc/packages/python-psycopg/doc/examples/binary.py
/usr/share/doc/packages/python-psycopg/doc/examples/bool.py
/usr/share/doc/packages/python-psycopg/doc/examples/bounded.py
/usr/share/doc/packages/python-psycopg/doc/examples/commit.py
/usr/share/doc/packages/python-psycopg/doc/examples/copy_from.py
/usr/share/doc/packages/python-psycopg/doc/examples/copy_from2.py
/usr/share/doc/packages/python-psycopg/doc/examples/copy_to.py
/usr/share/doc/packages/python-psycopg/doc/examples/dictfetch.py
/usr/share/doc/packages/python-psycopg/doc/examples/dt.py
/usr/share/doc/packages/python-psycopg/doc/examples/first.py
/usr/share/doc/packages/python-psycopg/doc/examples/integrity.py
/usr/share/doc/packages/python-psycopg/doc/examples/interval.py
/usr/share/doc/packages/python-psycopg/doc/examples/notify.py
/usr/share/doc/packages/python-psycopg/doc/examples/oid.py
/usr/share/doc/packages/python-psycopg/doc/examples/somehackers.jpg
/usr/share/doc/packages/python-psycopg/doc/examples/threads.py
There is 4 files more in these RPM.

 
ICM