docker setup
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,165 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
||||
This version of the GNU Lesser General Public License incorporates
|
||||
the terms and conditions of version 3 of the GNU General Public
|
||||
License, supplemented by the additional permissions listed below.
|
||||
|
||||
0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||
General Public License.
|
||||
|
||||
"The Library" refers to a covered work governed by this License,
|
||||
other than an Application or a Combined Work as defined below.
|
||||
|
||||
An "Application" is any work that makes use of an interface provided
|
||||
by the Library, but which is not otherwise based on the Library.
|
||||
Defining a subclass of a class defined by the Library is deemed a mode
|
||||
of using an interface provided by the Library.
|
||||
|
||||
A "Combined Work" is a work produced by combining or linking an
|
||||
Application with the Library. The particular version of the Library
|
||||
with which the Combined Work was made is also called the "Linked
|
||||
Version".
|
||||
|
||||
The "Minimal Corresponding Source" for a Combined Work means the
|
||||
Corresponding Source for the Combined Work, excluding any source code
|
||||
for portions of the Combined Work that, considered in isolation, are
|
||||
based on the Application, and not on the Linked Version.
|
||||
|
||||
The "Corresponding Application Code" for a Combined Work means the
|
||||
object code and/or source code for the Application, including any data
|
||||
and utility programs needed for reproducing the Combined Work from the
|
||||
Application, but excluding the System Libraries of the Combined Work.
|
||||
|
||||
1. Exception to Section 3 of the GNU GPL.
|
||||
|
||||
You may convey a covered work under sections 3 and 4 of this License
|
||||
without being bound by section 3 of the GNU GPL.
|
||||
|
||||
2. Conveying Modified Versions.
|
||||
|
||||
If you modify a copy of the Library, and, in your modifications, a
|
||||
facility refers to a function or data to be supplied by an Application
|
||||
that uses the facility (other than as an argument passed when the
|
||||
facility is invoked), then you may convey a copy of the modified
|
||||
version:
|
||||
|
||||
a) under this License, provided that you make a good faith effort to
|
||||
ensure that, in the event an Application does not supply the
|
||||
function or data, the facility still operates, and performs
|
||||
whatever part of its purpose remains meaningful, or
|
||||
|
||||
b) under the GNU GPL, with none of the additional permissions of
|
||||
this License applicable to that copy.
|
||||
|
||||
3. Object Code Incorporating Material from Library Header Files.
|
||||
|
||||
The object code form of an Application may incorporate material from
|
||||
a header file that is part of the Library. You may convey such object
|
||||
code under terms of your choice, provided that, if the incorporated
|
||||
material is not limited to numerical parameters, data structure
|
||||
layouts and accessors, or small macros, inline functions and templates
|
||||
(ten or fewer lines in length), you do both of the following:
|
||||
|
||||
a) Give prominent notice with each copy of the object code that the
|
||||
Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
4. Combined Works.
|
||||
|
||||
You may convey a Combined Work under terms of your choice that,
|
||||
taken together, effectively do not restrict modification of the
|
||||
portions of the Library contained in the Combined Work and reverse
|
||||
engineering for debugging such modifications, if you also do each of
|
||||
the following:
|
||||
|
||||
a) Give prominent notice with each copy of the Combined Work that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
c) For a Combined Work that displays copyright notices during
|
||||
execution, include the copyright notice for the Library among
|
||||
these notices, as well as a reference directing the user to the
|
||||
copies of the GNU GPL and this license document.
|
||||
|
||||
d) Do one of the following:
|
||||
|
||||
0) Convey the Minimal Corresponding Source under the terms of this
|
||||
License, and the Corresponding Application Code in a form
|
||||
suitable for, and under terms that permit, the user to
|
||||
recombine or relink the Application with a modified version of
|
||||
the Linked Version to produce a modified Combined Work, in the
|
||||
manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.
|
||||
|
||||
1) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (a) uses at run time
|
||||
a copy of the Library already present on the user's computer
|
||||
system, and (b) will operate properly with a modified version
|
||||
of the Library that is interface-compatible with the Linked
|
||||
Version.
|
||||
|
||||
e) Provide Installation Information, but only if you would otherwise
|
||||
be required to provide such information under section 6 of the
|
||||
GNU GPL, and only to the extent that such information is
|
||||
necessary to install and execute a modified version of the
|
||||
Combined Work produced by recombining or relinking the
|
||||
Application with a modified version of the Linked Version. (If
|
||||
you use option 4d0, the Installation Information must accompany
|
||||
the Minimal Corresponding Source and Corresponding Application
|
||||
Code. If you use option 4d1, you must provide the Installation
|
||||
Information in the manner specified by section 6 of the GNU GPL
|
||||
for conveying Corresponding Source.)
|
||||
|
||||
5. Combined Libraries.
|
||||
|
||||
You may place library facilities that are a work based on the
|
||||
Library side by side in a single library together with other library
|
||||
facilities that are not Applications and are not covered by this
|
||||
License, and convey such a combined library under terms of your
|
||||
choice, if you do both of the following:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work based
|
||||
on the Library, uncombined with any other library facilities,
|
||||
conveyed under the terms of this License.
|
||||
|
||||
b) Give prominent notice with the combined library that part of it
|
||||
is a work based on the Library, and explaining where to find the
|
||||
accompanying uncombined form of the same work.
|
||||
|
||||
6. Revised Versions of the GNU Lesser General Public License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU Lesser General Public License from time to time. Such new
|
||||
versions will be similar in spirit to the present version, but may
|
||||
differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Library as you received it specifies that a certain numbered version
|
||||
of the GNU Lesser General Public License "or any later version"
|
||||
applies to it, you have the option of following the terms and
|
||||
conditions either of that published version or of any later version
|
||||
published by the Free Software Foundation. If the Library as you
|
||||
received it does not specify a version number of the GNU Lesser
|
||||
General Public License, you may choose any version of the GNU Lesser
|
||||
General Public License ever published by the Free Software Foundation.
|
||||
|
||||
If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the
|
||||
Library.
|
@ -0,0 +1,105 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: psycopg
|
||||
Version: 3.1.13
|
||||
Summary: PostgreSQL database adapter for Python
|
||||
Home-page: https://psycopg.org/psycopg3/
|
||||
Author: Daniele Varrazzo
|
||||
Author-email: daniele.varrazzo@gmail.com
|
||||
License: GNU Lesser General Public License v3 (LGPLv3)
|
||||
Project-URL: Homepage, https://psycopg.org/
|
||||
Project-URL: Documentation, https://psycopg.org/psycopg3/docs/
|
||||
Project-URL: Changes, https://psycopg.org/psycopg3/docs/news.html
|
||||
Project-URL: Code, https://github.com/psycopg/psycopg
|
||||
Project-URL: Issue Tracker, https://github.com/psycopg/psycopg/issues
|
||||
Project-URL: Download, https://pypi.org/project/psycopg/
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Topic :: Database
|
||||
Classifier: Topic :: Database :: Front-Ends
|
||||
Classifier: Topic :: Software Development
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/x-rst
|
||||
License-File: LICENSE.txt
|
||||
Requires-Dist: typing-extensions >=4.1
|
||||
Requires-Dist: backports.zoneinfo >=0.2.0 ; python_version < "3.9"
|
||||
Requires-Dist: tzdata ; sys_platform == "win32"
|
||||
Provides-Extra: binary
|
||||
Requires-Dist: psycopg-binary ==3.1.13 ; extra == 'binary'
|
||||
Provides-Extra: c
|
||||
Requires-Dist: psycopg-c ==3.1.13 ; extra == 'c'
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: black >=23.1.0 ; extra == 'dev'
|
||||
Requires-Dist: dnspython >=2.1 ; extra == 'dev'
|
||||
Requires-Dist: flake8 >=4.0 ; extra == 'dev'
|
||||
Requires-Dist: mypy >=1.4.1 ; extra == 'dev'
|
||||
Requires-Dist: types-setuptools >=57.4 ; extra == 'dev'
|
||||
Requires-Dist: wheel >=0.37 ; extra == 'dev'
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: Sphinx >=5.0 ; extra == 'docs'
|
||||
Requires-Dist: furo ==2022.6.21 ; extra == 'docs'
|
||||
Requires-Dist: sphinx-autobuild >=2021.3.14 ; extra == 'docs'
|
||||
Requires-Dist: sphinx-autodoc-typehints >=1.12 ; extra == 'docs'
|
||||
Provides-Extra: pool
|
||||
Requires-Dist: psycopg-pool ; extra == 'pool'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: anyio <4.0,>=3.6.2 ; extra == 'test'
|
||||
Requires-Dist: mypy >=1.4.1 ; extra == 'test'
|
||||
Requires-Dist: pproxy >=2.7 ; extra == 'test'
|
||||
Requires-Dist: pytest >=6.2.5 ; extra == 'test'
|
||||
Requires-Dist: pytest-cov >=3.0 ; extra == 'test'
|
||||
Requires-Dist: pytest-randomly >=3.5 ; extra == 'test'
|
||||
|
||||
Psycopg 3: PostgreSQL database adapter for Python
|
||||
=================================================
|
||||
|
||||
Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.
|
||||
|
||||
This distribution contains the pure Python package ``psycopg``.
|
||||
|
||||
.. Note::
|
||||
|
||||
Despite the lack of number in the package name, this package is the
|
||||
successor of psycopg2_.
|
||||
|
||||
Please use the psycopg2 package if you are maintaining an existing program
|
||||
using psycopg2 as a dependency. If you are developing something new,
|
||||
Psycopg 3 is the most current implementation of the adapter.
|
||||
|
||||
.. _psycopg2: https://pypi.org/project/psycopg2/
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
In short, run the following::
|
||||
|
||||
pip install --upgrade pip # to upgrade pip
|
||||
pip install "psycopg[binary,pool]" # to install package and dependencies
|
||||
|
||||
If something goes wrong, and for more information about installation, please
|
||||
check out the `Installation documentation`__.
|
||||
|
||||
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html#
|
||||
|
||||
|
||||
Hacking
|
||||
-------
|
||||
|
||||
For development information check out `the project readme`__.
|
||||
|
||||
.. __: https://github.com/psycopg/psycopg#readme
|
||||
|
||||
|
||||
Copyright (C) 2020 The Psycopg Team
|
@ -0,0 +1,132 @@
|
||||
psycopg-3.1.13.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
psycopg-3.1.13.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
||||
psycopg-3.1.13.dist-info/METADATA,sha256=DjZ_eP4N2bg0kKCl3vB5m14NGjvHdkiTBmalEA77eWw,3983
|
||||
psycopg-3.1.13.dist-info/RECORD,,
|
||||
psycopg-3.1.13.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
psycopg-3.1.13.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
||||
psycopg-3.1.13.dist-info/top_level.txt,sha256=npthKx2_OEoahttYqdsIPlRUgjS_bQBmfpDCVxQcPGo,8
|
||||
psycopg/__init__.py,sha256=IALSmAJ3hedCpA_mesbu-Df0jtdSj87uqkerLNmxpvA,3055
|
||||
psycopg/__pycache__/__init__.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_adapters_map.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_cmodule.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_column.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_compat.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_dns.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_encodings.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_enums.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_pipeline.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_preparing.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_queries.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_struct.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_tpc.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_transform.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_typeinfo.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_tz.cpython-311.pyc,,
|
||||
psycopg/__pycache__/_wrappers.cpython-311.pyc,,
|
||||
psycopg/__pycache__/abc.cpython-311.pyc,,
|
||||
psycopg/__pycache__/adapt.cpython-311.pyc,,
|
||||
psycopg/__pycache__/client_cursor.cpython-311.pyc,,
|
||||
psycopg/__pycache__/connection.cpython-311.pyc,,
|
||||
psycopg/__pycache__/connection_async.cpython-311.pyc,,
|
||||
psycopg/__pycache__/conninfo.cpython-311.pyc,,
|
||||
psycopg/__pycache__/copy.cpython-311.pyc,,
|
||||
psycopg/__pycache__/cursor.cpython-311.pyc,,
|
||||
psycopg/__pycache__/cursor_async.cpython-311.pyc,,
|
||||
psycopg/__pycache__/dbapi20.cpython-311.pyc,,
|
||||
psycopg/__pycache__/errors.cpython-311.pyc,,
|
||||
psycopg/__pycache__/generators.cpython-311.pyc,,
|
||||
psycopg/__pycache__/postgres.cpython-311.pyc,,
|
||||
psycopg/__pycache__/rows.cpython-311.pyc,,
|
||||
psycopg/__pycache__/server_cursor.cpython-311.pyc,,
|
||||
psycopg/__pycache__/sql.cpython-311.pyc,,
|
||||
psycopg/__pycache__/transaction.cpython-311.pyc,,
|
||||
psycopg/__pycache__/version.cpython-311.pyc,,
|
||||
psycopg/__pycache__/waiting.cpython-311.pyc,,
|
||||
psycopg/_adapters_map.py,sha256=PTWGZk1lQo4ajvU93NV-5SSQ6pza8L1vjcukjEdKeCQ,10739
|
||||
psycopg/_cmodule.py,sha256=q6CxV-8shy72bscUFaeltbREcA8lUJ6IEFjuf4X8HfU,786
|
||||
psycopg/_column.py,sha256=TF_XEIpltbGMyXtLV2I1fL9Kgzi8KmQVOxWDedmb_nY,3803
|
||||
psycopg/_compat.py,sha256=7bA8L_rzgUZQ01_lJAs7kGj3ElgWFQtnbc4lKwUq2Lg,1763
|
||||
psycopg/_dns.py,sha256=EfmkYqku2afxgY2ChBYNFOvgnNUKXxSNDOfs0RlHzHc,8105
|
||||
psycopg/_encodings.py,sha256=GTzriHVX0j1eDcR0gpeKp5zJaZkVe0I3a1vTiyVewXY,4518
|
||||
psycopg/_enums.py,sha256=GXJG0OqgQRaUOisysI3iWEvtGko8xrFJwAmnbehci-0,1678
|
||||
psycopg/_pipeline.py,sha256=qf7Hnf9oBSzUfdkmKtaellHbGjyaSK8aR5qFiPg-a4M,10525
|
||||
psycopg/_preparing.py,sha256=vHtIFcFkz4PINKNNevMb4uaaUXfy36e_23MY0Be3uxE,6203
|
||||
psycopg/_queries.py,sha256=_yLbHBymZK2D9lFR1Ox0Cj5ZllOiiH3e3-a18HReRUU,13240
|
||||
psycopg/_struct.py,sha256=jgJpHymLt899gaIPDlTUBkx3T6yTKBCr92DXR23loNY,2014
|
||||
psycopg/_tpc.py,sha256=3cWUSpUg0RgI_PEXCKmsr-ubHIKcqfsWX6MxOtKhUns,3583
|
||||
psycopg/_transform.py,sha256=7CqDv_MKvFC_RbbwINdNj25io5apuDu2TbqWXjDAVnw,11575
|
||||
psycopg/_typeinfo.py,sha256=PN_3o68sFGsk605wbQcy6Q1B1KzHT58ZFzqZmAAYTSw,14726
|
||||
psycopg/_tz.py,sha256=2O-tdDIVg1ckvbZ2W5gWX7O2O-RkotGEtCggn-NIT8U,1200
|
||||
psycopg/_wrappers.py,sha256=wKZt_ar8QuRgEKC6tuwamYXCwB1P7IZQsmgYdVOlAhU,3126
|
||||
psycopg/abc.py,sha256=kQ62n9TnSfZZjYrZN71CMNk9oRBIKKcWXIl-tLIInfk,7725
|
||||
psycopg/adapt.py,sha256=hnWdPy1ylx8gLMTBq99vevqmOhOyQJcDPnKuQ3SV3Vk,5307
|
||||
psycopg/client_cursor.py,sha256=F0yIS7YMDegIEtSIvzTxJ0naR6k00PWnevsxRcPoOcU,2815
|
||||
psycopg/connection.py,sha256=ftNGvt7rY355V4ZlsNCDL_jD6K4G3zMFsYO22HG27Pw,34942
|
||||
psycopg/connection_async.py,sha256=MtvznUbTGQWXIxQZKeQFHzfP3kmTBozRq38mDTyeExM,14171
|
||||
psycopg/conninfo.py,sha256=jC2ZYBbYfmJrDiZt5r-dE6UuvBbe5tFty8LvyDSfV4A,14578
|
||||
psycopg/copy.py,sha256=CGBMcAIeh7AlwD8R2dr6um-_OF9cVbLIHzWiFPfO-ag,29828
|
||||
psycopg/crdb/__init__.py,sha256=kyfsUIGuFvQTpLuXJcQ6gMpOB5WXeWtBa2wQjaqE3-g,396
|
||||
psycopg/crdb/__pycache__/__init__.cpython-311.pyc,,
|
||||
psycopg/crdb/__pycache__/_types.cpython-311.pyc,,
|
||||
psycopg/crdb/__pycache__/connection.cpython-311.pyc,,
|
||||
psycopg/crdb/_types.py,sha256=ELUBFTS3UD_P2cIR68IVRZQ3Gv2CzJQvdbqt2LMB5Z4,5891
|
||||
psycopg/crdb/connection.py,sha256=qxXG1DqIro6ezbxyifOE55ZwKdWFMrtJyK05LNaIGSo,5394
|
||||
psycopg/cursor.py,sha256=zQRYZGzaFmV9FuD1Eo0t8WznKy7T_QSBocAODT8LBQE,31437
|
||||
psycopg/cursor_async.py,sha256=n_nAcycsL3xM0gqmfeerV9Wl5rnd9VnAHr2yXFPGq9I,8017
|
||||
psycopg/dbapi20.py,sha256=-kzMT8Rn9-U2IMctFAEjVNlWFDvAHH_Q13B3k6T6TEo,3175
|
||||
psycopg/errors.py,sha256=HdFMiNN-1TQwv_lg5s-s9beYAmZ7czxa0iSJGWMEngw,45226
|
||||
psycopg/generators.py,sha256=JkfSSQXoWAFBnnHKTFH9k0eoPQtl6ET_8ZSyK6j_zbA,9948
|
||||
psycopg/postgres.py,sha256=FpWMrMHSrmUpzmItstDD35Kks5yLskRY4XVoKGzKCAg,4986
|
||||
psycopg/pq/__init__.py,sha256=1zGPgm9Zf31MfBaX7jz-t_F8YA1lRJNQx1rDJ1cnGAI,3880
|
||||
psycopg/pq/__pycache__/__init__.cpython-311.pyc,,
|
||||
psycopg/pq/__pycache__/_debug.cpython-311.pyc,,
|
||||
psycopg/pq/__pycache__/_enums.cpython-311.pyc,,
|
||||
psycopg/pq/__pycache__/_pq_ctypes.cpython-311.pyc,,
|
||||
psycopg/pq/__pycache__/abc.cpython-311.pyc,,
|
||||
psycopg/pq/__pycache__/misc.cpython-311.pyc,,
|
||||
psycopg/pq/__pycache__/pq_ctypes.cpython-311.pyc,,
|
||||
psycopg/pq/_debug.py,sha256=jfIsSITc43a1AlNdaOd0r7UhbV6wc2ed1zBJ8n3Y4BA,3051
|
||||
psycopg/pq/_enums.py,sha256=a5crxkDrP6NMBcdYuGnoL-QExEg-qqe0QtNc9SFXt1U,5660
|
||||
psycopg/pq/_pq_ctypes.py,sha256=tr9BeMMEOnjCC8t4uZIxlyZJc-zKgztQ63hvGs0FcT4,20061
|
||||
psycopg/pq/abc.py,sha256=PGhs5_MOfYhyo23r8PLZxozK9bVH2ACe8c8TnewYPmw,7767
|
||||
psycopg/pq/misc.py,sha256=1VCWIvzebWNG1Ej7KJI5NpWsPFJReaJRGoM1VODpMJ0,3957
|
||||
psycopg/pq/pq_ctypes.py,sha256=6h9ZIAsccK4rCEy3jrrf82KBfKSuLC-J5VGkHf8AP_Q,35811
|
||||
psycopg/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
psycopg/rows.py,sha256=jMWlUMqVehBB_PWkn_o2rnvwJrz2xQz2BIyq-hqoYyM,7318
|
||||
psycopg/server_cursor.py,sha256=fkOaZ_sTKmqVm1R190rKu1IcC3DcE7VI0Er0rsx4l68,15006
|
||||
psycopg/sql.py,sha256=1VlZ5esUXJYTU-h796FfnHJCnsiYPDcvrzjJfC_qlxo,15925
|
||||
psycopg/transaction.py,sha256=oX9XpQuxirjnKZuYV4U9_H9fm5RoJE97SWJxS6oV8Cw,9458
|
||||
psycopg/types/__init__.py,sha256=JPAkV4EfkXwdsr76_U1DsQV19c8aQNSB6kgud4bhXeM,181
|
||||
psycopg/types/__pycache__/__init__.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/array.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/bool.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/composite.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/datetime.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/enum.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/hstore.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/json.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/multirange.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/net.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/none.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/numeric.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/range.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/shapely.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/string.cpython-311.pyc,,
|
||||
psycopg/types/__pycache__/uuid.cpython-311.pyc,,
|
||||
psycopg/types/array.py,sha256=0vt0wg9D4P2xGRBllNWX6fndYvqr8PXag3l7n6oaQB0,15281
|
||||
psycopg/types/bool.py,sha256=yLbDw8HCl26j7MFB3xlkaTdSK0pBrk2NKe5NuY4lc_w,1137
|
||||
psycopg/types/composite.py,sha256=WY0Dq1iWN7BVOsOylTuZDvF9kwe5qbbKsaNX5EkBlAE,10419
|
||||
psycopg/types/datetime.py,sha256=8ZVdH7pVf57tiAguDHdEPMKdzV20gB9RNbOzdfWPk2o,25131
|
||||
psycopg/types/enum.py,sha256=NycuVchMGFiFJUX6dNpP86HM128hZ5zMbiRKNtghWGA,6295
|
||||
psycopg/types/hstore.py,sha256=JzBWyNibHiMK-P8Ab-F0hzqOpICrqrGNTIkhiEQbxMY,4103
|
||||
psycopg/types/json.py,sha256=2QR0WQmPKDcJoy3uXiOf41rvP04TdcBAtwj5bElO33k,7405
|
||||
psycopg/types/multirange.py,sha256=SfR4a6Abhx6f1pN2E2T3HTmjubqct0kLRKoC0ayaK7s,16689
|
||||
psycopg/types/net.py,sha256=JIU0Odz8yJ_lbGanYoQ-kSrSF5k0lHYNn12wwn4uVho,6941
|
||||
psycopg/types/none.py,sha256=4b96Aw0WSW6Jpo_HMIvKUkivAxkxvHJzvzy-Q6Uf-60,613
|
||||
psycopg/types/numeric.py,sha256=x4T3cZz6Ezqh_m_mLfFVNtm-ulRlhg9JbZdyuX6j5nk,13704
|
||||
psycopg/types/range.py,sha256=9_033Zst39mbG5-pB0ZNCGh12CZcX4Melyy4JJahkkA,20777
|
||||
psycopg/types/shapely.py,sha256=aWzPUJr2FL6eATd-KcHslvWmXo6idxb3_G-sZ92ngDk,2443
|
||||
psycopg/types/string.py,sha256=hWqmXSkX1da7Bg7JSuu-5f4ea6Ho3Aklz8lO89rfGzE,7662
|
||||
psycopg/types/uuid.py,sha256=5xqkVcZ22jX7a2oU9PXz_71y6VKpO5EYj8AITiSQNBE,1616
|
||||
psycopg/version.py,sha256=n3lXcMuzGtkm2BnsOohv9ya2CrfYUDdfJUr2c3ZcrUk,376
|
||||
psycopg/waiting.py,sha256=Rh5MEz8VNgCD4l60zUOxG-dDBFw2QSez1ftyKKaS6pg,12110
|
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.41.3)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1 @@
|
||||
psycopg
|
Reference in New Issue
Block a user