新規作成
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.
|
||||
109
backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/METADATA
Normal file
109
backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/METADATA
Normal file
@@ -0,0 +1,109 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: psycopg
|
||||
Version: 3.2.3
|
||||
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.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: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Topic :: Database
|
||||
Classifier: Topic :: Database :: Front-Ends
|
||||
Classifier: Topic :: Software Development
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Python: >=3.8
|
||||
Description-Content-Type: text/x-rst
|
||||
License-File: LICENSE.txt
|
||||
Requires-Dist: typing-extensions>=4.6; python_version < "3.13"
|
||||
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.2.3; implementation_name != "pypy" and extra == "binary"
|
||||
Provides-Extra: c
|
||||
Requires-Dist: psycopg-c==3.2.3; implementation_name != "pypy" and extra == "c"
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: ast-comments>=1.1.2; extra == "dev"
|
||||
Requires-Dist: black>=24.1.0; extra == "dev"
|
||||
Requires-Dist: codespell>=2.2; extra == "dev"
|
||||
Requires-Dist: dnspython>=2.1; extra == "dev"
|
||||
Requires-Dist: flake8>=4.0; extra == "dev"
|
||||
Requires-Dist: mypy>=1.11; 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; extra == "test"
|
||||
Requires-Dist: mypy>=1.11; 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
|
||||
165
backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/RECORD
Normal file
165
backend/.venv/Lib/site-packages/psycopg-3.2.3.dist-info/RECORD
Normal file
@@ -0,0 +1,165 @@
|
||||
psycopg-3.2.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
psycopg-3.2.3.dist-info/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
||||
psycopg-3.2.3.dist-info/METADATA,sha256=X9bT6pSFFvd5m10fZyTzxuofr9mhFKqKLtfByzHgaWQ,4262
|
||||
psycopg-3.2.3.dist-info/RECORD,,
|
||||
psycopg-3.2.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
psycopg-3.2.3.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
||||
psycopg-3.2.3.dist-info/top_level.txt,sha256=npthKx2_OEoahttYqdsIPlRUgjS_bQBmfpDCVxQcPGo,8
|
||||
psycopg/__init__.py,sha256=j9qjtzDMiRcEALAETV_zVM7HbvjOhG2TvBQYrYVB8KA,3436
|
||||
psycopg/__pycache__/__init__.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_acompat.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_adapters_map.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_capabilities.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_cmodule.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_column.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_compat.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_connection_base.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_connection_info.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_conninfo_attempts.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_conninfo_attempts_async.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_conninfo_utils.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_copy.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_copy_async.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_copy_base.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_cursor_base.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_dns.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_encodings.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_enums.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_oids.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_pipeline.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_preparing.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_py_transformer.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_queries.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_struct.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_tpc.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_transformer.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_typeinfo.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_typemod.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_tz.cpython-312.pyc,,
|
||||
psycopg/__pycache__/_wrappers.cpython-312.pyc,,
|
||||
psycopg/__pycache__/abc.cpython-312.pyc,,
|
||||
psycopg/__pycache__/adapt.cpython-312.pyc,,
|
||||
psycopg/__pycache__/client_cursor.cpython-312.pyc,,
|
||||
psycopg/__pycache__/connection.cpython-312.pyc,,
|
||||
psycopg/__pycache__/connection_async.cpython-312.pyc,,
|
||||
psycopg/__pycache__/conninfo.cpython-312.pyc,,
|
||||
psycopg/__pycache__/copy.cpython-312.pyc,,
|
||||
psycopg/__pycache__/cursor.cpython-312.pyc,,
|
||||
psycopg/__pycache__/cursor_async.cpython-312.pyc,,
|
||||
psycopg/__pycache__/dbapi20.cpython-312.pyc,,
|
||||
psycopg/__pycache__/errors.cpython-312.pyc,,
|
||||
psycopg/__pycache__/generators.cpython-312.pyc,,
|
||||
psycopg/__pycache__/postgres.cpython-312.pyc,,
|
||||
psycopg/__pycache__/raw_cursor.cpython-312.pyc,,
|
||||
psycopg/__pycache__/rows.cpython-312.pyc,,
|
||||
psycopg/__pycache__/server_cursor.cpython-312.pyc,,
|
||||
psycopg/__pycache__/sql.cpython-312.pyc,,
|
||||
psycopg/__pycache__/transaction.cpython-312.pyc,,
|
||||
psycopg/__pycache__/version.cpython-312.pyc,,
|
||||
psycopg/__pycache__/waiting.cpython-312.pyc,,
|
||||
psycopg/_acompat.py,sha256=A9YY7CCglIG9mFP7R3aC8QMz1QNIYmBEneuczEzpy9U,2684
|
||||
psycopg/_adapters_map.py,sha256=opAW8bqNxeExG-tp53tVHQk4fwkghx-DjdmPGhr2W9Q,10691
|
||||
psycopg/_capabilities.py,sha256=nl4hfpXu1EHWDJIyHuNstU1OdOOSeNs1h4EUsam0Spw,4689
|
||||
psycopg/_cmodule.py,sha256=KqJ2-lKl3MxLgs-W5L3g90FM2HHseiXtvEbHjKE0iaM,790
|
||||
psycopg/_column.py,sha256=evV2BrI325FLv1N5KGFODjwM3GZGuJpt2mXNkTNcc3w,3012
|
||||
psycopg/_compat.py,sha256=9Lj06nAprTtHlHnLXs-w_vifGoJSQhegoHhFKi-KKi0,1407
|
||||
psycopg/_connection_base.py,sha256=w0B5NDfW-AkKrAz0-o6KhxBYNsw_hqhwaFe3O96yQ2I,23575
|
||||
psycopg/_connection_info.py,sha256=CRriLvdmrMOC_g-wznsAMex6Pa0qclVgZs0sybtWcf8,5527
|
||||
psycopg/_conninfo_attempts.py,sha256=s1qzPzJfIwjLEyJ9EyLxSw-qbXF0ofRSVg5qUO8B8Pc,3100
|
||||
psycopg/_conninfo_attempts_async.py,sha256=FTOUWKF4FHSlC0untryRUkcxTdud3GQpRfoKdAjEMvo,3204
|
||||
psycopg/_conninfo_utils.py,sha256=1PaylxpzDyOR0F4Qi7jRtcwv7CYh9eMHnyOJ1lC2DFk,3014
|
||||
psycopg/_copy.py,sha256=HfWcYW4N7D9Ng0MJmKRMr7-05xHKVMRaX0iB_nuVcmI,9909
|
||||
psycopg/_copy_async.py,sha256=r_YJ6nAaAacCQvv9Du2JoF3suUIWO2WKZODlIpuLWTM,10142
|
||||
psycopg/_copy_base.py,sha256=bsyODfgPK97neC-B2fnSUZulowO1Z5ijau3CfvM_8Us,14030
|
||||
psycopg/_cursor_base.py,sha256=jBmzSIVtP8nOucDRD0ilmuZpXfqQaxB7z9hsoVZZZeE,21391
|
||||
psycopg/_dns.py,sha256=BNSMl8J6sGITtzjwTQKuFPi80Xws29SC_iJ-bOuA78Q,7905
|
||||
psycopg/_encodings.py,sha256=Y2m3CRgz0OxAnbqGK3d7-ru1F0OYkJG21yVqzHHJf9M,4082
|
||||
psycopg/_enums.py,sha256=5gCef_sYe9UdaE4n_RmDWeF4TfQOwQFeikjrkz9YivI,1691
|
||||
psycopg/_oids.py,sha256=mJI8HbRrTsbK0LIgnnG5xPH-3hxNUclotqUurmyo2s0,1875
|
||||
psycopg/_pipeline.py,sha256=z06iVQrW9FcLiVKt4oeVknNDnjTYfHaOaPV8eiHn3z8,9321
|
||||
psycopg/_preparing.py,sha256=ByZk-ZGK4CGSiQicDzYCoF9rWLD7JPPCmeBBHOozbtM,6368
|
||||
psycopg/_py_transformer.py,sha256=ULvLpTrppIYV8USaU_CugXRcf_KttRzfsMMl_WA5kt4,11738
|
||||
psycopg/_queries.py,sha256=UOgDqUoBRpzlapfzR6Kv3MHOnHCfqcacSbPmfvYzxVs,13558
|
||||
psycopg/_struct.py,sha256=f3fqdwOj-hZDwmNjOJqIIUMnpglz8Mea-fnf464RzDM,1997
|
||||
psycopg/_tpc.py,sha256=UCK60jv84btlCpEaNucWVDWVdJSGQSkX1pi9ehi7Mlk,3536
|
||||
psycopg/_transformer.py,sha256=mDkBLuSxbXDG1TckPgIyZJx00yn5UXU8DluOGmHWjAY,451
|
||||
psycopg/_typeinfo.py,sha256=FO6GHaOuXO1xXZwOsXcOJFIAsmtp8huyoCgidgX9Tfs,10662
|
||||
psycopg/_typemod.py,sha256=UZwHFfnWbXqxZ9UIVBrJh36599poZAaZj65v8EsbIJs,2498
|
||||
psycopg/_tz.py,sha256=mIa3blpVVnfLVEu0v0Q1-TZrJ0B9-A-dtFuDB-PlikU,1186
|
||||
psycopg/_wrappers.py,sha256=wKZt_ar8QuRgEKC6tuwamYXCwB1P7IZQsmgYdVOlAhU,3126
|
||||
psycopg/abc.py,sha256=1Uhev6TD8WXLsXjKwQF_xGvydBzac9M4HdHvPlm7mOA,7720
|
||||
psycopg/adapt.py,sha256=EnkYtMX78pKOAdORqInExFZBt-Rhy6HLnUFlgp8mziE,5206
|
||||
psycopg/client_cursor.py,sha256=l7dFcXHKTL55iS_0diPcX7Xmb_u9eEH0hcxXm8hBkcE,2681
|
||||
psycopg/connection.py,sha256=nRniudtUtKsy4dixy41N-FO-tNqmrhBhkxQVJSzmhlQ,15689
|
||||
psycopg/connection_async.py,sha256=yKL5O-sAh_eruo_LOIWLbhr3Qt2z9hCaPvcRinqp85I,17677
|
||||
psycopg/conninfo.py,sha256=77gn9yWXUwC_7zRxB2jJjyUe76cCBI4Vryhi9zNyp2g,4502
|
||||
psycopg/copy.py,sha256=C4WX5-BpU4u5KIH4N01M7PsvzTOHQrYrwb3C0_sJJF4,806
|
||||
psycopg/crdb/__init__.py,sha256=RnjfsEW16dsXqmfLTiy1wi1eqWDrpguyZr_ChyZlJqE,439
|
||||
psycopg/crdb/__pycache__/__init__.cpython-312.pyc,,
|
||||
psycopg/crdb/__pycache__/_types.cpython-312.pyc,,
|
||||
psycopg/crdb/__pycache__/connection.cpython-312.pyc,,
|
||||
psycopg/crdb/_types.py,sha256=oTwDXvqDc-xLuawf4-3tl8SVsG5wf16J9bxVdAHtyC0,7293
|
||||
psycopg/crdb/connection.py,sha256=h-WNZh-mFBQUWtPC8Hn8qpUQZjqWQNzV3BwtOna9tLM,2784
|
||||
psycopg/cursor.py,sha256=dMADsPQYKfUkVE_41Fj0OtcHCtipcFJCINyGvj2NaSc,9380
|
||||
psycopg/cursor_async.py,sha256=I6muHBHYEgMr2yqLpqWmyxhBDb3ksRKyX-SHzriAZ1Q,9714
|
||||
psycopg/dbapi20.py,sha256=J2oSjtkQGNZ-iY3rhtN1aFQ0WYNEiuLBxaCnJFcdJwc,3446
|
||||
psycopg/errors.py,sha256=5l_ZRcg_ZVJtSWptRo7H_4vXXuBloYLExciaEika13s,45973
|
||||
psycopg/generators.py,sha256=NBvWWLQObZRHT40RoKHuRT6K76FspvvH9tNZql2LpmA,12464
|
||||
psycopg/postgres.py,sha256=cYF67L3LYbBpkDWtyY4IW1xkYo6TZTNEr2X5jS3FOxk,6413
|
||||
psycopg/pq/__init__.py,sha256=8cLOm20LKnTR2A1NkFFXqOQxQd-XRX8IJn0UxCyv9K8,4006
|
||||
psycopg/pq/__pycache__/__init__.cpython-312.pyc,,
|
||||
psycopg/pq/__pycache__/_debug.cpython-312.pyc,,
|
||||
psycopg/pq/__pycache__/_enums.cpython-312.pyc,,
|
||||
psycopg/pq/__pycache__/_pq_ctypes.cpython-312.pyc,,
|
||||
psycopg/pq/__pycache__/abc.cpython-312.pyc,,
|
||||
psycopg/pq/__pycache__/misc.cpython-312.pyc,,
|
||||
psycopg/pq/__pycache__/pq_ctypes.cpython-312.pyc,,
|
||||
psycopg/pq/_debug.py,sha256=p6o6VmfSIbF3ZiOlbSmIktyITxmlBfJAjzHfkx74ryo,2952
|
||||
psycopg/pq/_enums.py,sha256=sSZ12nUMzvjXhUsLlX63FOKLqy-wCvdmWli0CgzWimw,6038
|
||||
psycopg/pq/_pq_ctypes.py,sha256=mJmxKIiRPP8EBG4VZfgtYYzqV3L6dtQ3YhDQmmvtdhI,22148
|
||||
psycopg/pq/_pq_ctypes.pyi,sha256=VcKZcsFA3idIr7wRpCzubWl2nZqmnox3yeUY5aSX2yg,10187
|
||||
psycopg/pq/abc.py,sha256=pOyTy0bUZiRfZtZSdqh4fHK5HVyTPcPoP0k5cuFYWwo,7935
|
||||
psycopg/pq/misc.py,sha256=vqr7YVmw0DkHEGQKFBmgsczcZaRRnFwbt1SI1iU_mSo,6235
|
||||
psycopg/pq/pq_ctypes.py,sha256=n0qRZln57FonUSqxPfu4xr6VA8g_QHlueEiInUraU_8,41842
|
||||
psycopg/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
psycopg/raw_cursor.py,sha256=G0pakVQ2BoVSSjyonI_irv_8kvYRT7r5INNNAMFbIAA,2166
|
||||
psycopg/rows.py,sha256=MbiZOH36bBBUTzv0E6YtJT2LUA5SBY1o-wLaAZpV92s,7889
|
||||
psycopg/server_cursor.py,sha256=fOSXnY6a5NQx3Vp60tTReMt0i4LPqhPl4vIQOVSY9a8,14719
|
||||
psycopg/sql.py,sha256=5htpVFfIcTlpXi_oPypRl3sh0Ejsh3N4immuhOJ4u90,16575
|
||||
psycopg/transaction.py,sha256=0nN6UyNlByRoPmVccyYuH_DaorDph_uLVOijJ8SNaxo,9258
|
||||
psycopg/types/__init__.py,sha256=JPAkV4EfkXwdsr76_U1DsQV19c8aQNSB6kgud4bhXeM,181
|
||||
psycopg/types/__pycache__/__init__.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/array.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/bool.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/composite.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/datetime.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/enum.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/hstore.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/json.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/multirange.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/net.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/none.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/numeric.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/numpy.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/range.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/shapely.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/string.cpython-312.pyc,,
|
||||
psycopg/types/__pycache__/uuid.cpython-312.pyc,,
|
||||
psycopg/types/array.py,sha256=q9OzhlPMi0iyWKsF7i_-xPHiEkMQTdQWc8oXd1GtqyE,15463
|
||||
psycopg/types/bool.py,sha256=0GJQG-Cm5P5NgH8TfLNj9n_e5ckw42XnsRBinX0k45w,1163
|
||||
psycopg/types/composite.py,sha256=dCSt8UvwsLLavqAJuXRHI6fzeMVXbkcRuPRa9sdzzik,11923
|
||||
psycopg/types/datetime.py,sha256=RqAgiK9BejHkqNwVP-sX-B3y4fSFa3S5ml8lQzVe920,25664
|
||||
psycopg/types/enum.py,sha256=3ftaL3kAzZ71BvNuoBIyeqrYkMaYh4nsjRYGGqneHnw,7193
|
||||
psycopg/types/hstore.py,sha256=1cnWZD6r4LF4EiGRQpYzA4OUPnMboU24Ot_qxD9sRiE,4064
|
||||
psycopg/types/json.py,sha256=gmYEx9qUO7rU_0dm_tjeEI1TTuYUnsBqwgcOTftJ_Fw,7486
|
||||
psycopg/types/multirange.py,sha256=-WdGlILg3huG3X_h9SCa8mbB76E7mMuXQI54Od493L0,17637
|
||||
psycopg/types/net.py,sha256=tEhaVcWCOjw1GUGX7v0Q8Ja1DR3QVDtnAbnpctWAvYs,6883
|
||||
psycopg/types/none.py,sha256=4oc9Za4Uj7VK2sHvpVQKqXxksJGfAvt7V4ervA0eh8E,666
|
||||
psycopg/types/numeric.py,sha256=y4sc8LieL1zHoMjGrtBzgk5YCBI-06yyrLdlz0UIrtE,15435
|
||||
psycopg/types/numpy.py,sha256=6nkM5qJUgdtGkvGwjy-hVLHteJX7w0xaFL4Im1fRBKU,3274
|
||||
psycopg/types/range.py,sha256=W2CY44dM5p_HEMNgJFHexigBcDJGq0oTycbNUVUZi-c,21606
|
||||
psycopg/types/shapely.py,sha256=-d0aK5IWDJsvLXrgY5gcfa-F6_M7DdEwIWPkalG-8NQ,2448
|
||||
psycopg/types/string.py,sha256=Z1FCWkj-hDrgdJ0vgFJv_32aN2y-x1meuMuB7imCD5U,7642
|
||||
psycopg/types/uuid.py,sha256=Ek_g-V_fG9OSP4scMK0Az1taViLSFtMKebi1HQtEexY,1630
|
||||
psycopg/version.py,sha256=JLWoprIsC5HVclyhn7LzVfVpNtZYU-UoLQwAGMEBlYc,232
|
||||
psycopg/waiting.py,sha256=OhNpHRnI7Ra9WwoWgcHaTe9uqwPecAM955mgcVT2r9I,12892
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (75.1.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
psycopg
|
||||
Reference in New Issue
Block a user