Initial commit (Clean history)

This commit is contained in:
anhduy-tech
2025-12-30 11:27:14 +07:00
commit ef48c93de0
19255 changed files with 3248867 additions and 0 deletions

View File

@@ -0,0 +1,110 @@
Metadata-Version: 2.4
Name: psycopg
Version: 3.3.2
Summary: PostgreSQL database adapter for Python
Author-email: Daniele Varrazzo <daniele.varrazzo@gmail.com>
License-Expression: LGPL-3.0-only
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: Funding, https://github.com/sponsors/dvarrazzo
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
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 :: 3.14
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.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: typing-extensions>=4.6; python_version < "3.13"
Requires-Dist: tzdata; sys_platform == "win32"
Provides-Extra: c
Requires-Dist: psycopg-c==3.3.2; implementation_name != "pypy" and extra == "c"
Provides-Extra: binary
Requires-Dist: psycopg-binary==3.3.2; implementation_name != "pypy" and extra == "binary"
Provides-Extra: pool
Requires-Dist: psycopg-pool; extra == "pool"
Provides-Extra: test
Requires-Dist: anyio>=4.0; extra == "test"
Requires-Dist: mypy>=1.19.0; implementation_name != "pypy" and 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"
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: cython-lint>=0.16; extra == "dev"
Requires-Dist: dnspython>=2.1; extra == "dev"
Requires-Dist: flake8>=4.0; extra == "dev"
Requires-Dist: isort[colors]>=6.0; extra == "dev"
Requires-Dist: isort-psycopg; extra == "dev"
Requires-Dist: mypy>=1.19.0; extra == "dev"
Requires-Dist: pre-commit>=4.0.1; extra == "dev"
Requires-Dist: types-setuptools>=57.4; extra == "dev"
Requires-Dist: types-shapely>=2.0; 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"
Dynamic: license-file
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

View File

@@ -0,0 +1,175 @@
psycopg-3.3.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
psycopg-3.3.2.dist-info/METADATA,sha256=KmHHMmbIcO-sSxELZ71vT_bFBtSTz0MxHgrfsQkNKto,4310
psycopg-3.3.2.dist-info/RECORD,,
psycopg-3.3.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
psycopg-3.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
psycopg-3.3.2.dist-info/licenses/LICENSE.txt,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
psycopg-3.3.2.dist-info/top_level.txt,sha256=npthKx2_OEoahttYqdsIPlRUgjS_bQBmfpDCVxQcPGo,8
psycopg/__init__.py,sha256=XxYHoZPLY-YKDFaHIJ0r0OMCl2C5VZ6ZaPMda12Cx3g,3423
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__/_pipeline_async.cpython-312.pyc,,
psycopg/__pycache__/_pipeline_base.cpython-312.pyc,,
psycopg/__pycache__/_preparing.cpython-312.pyc,,
psycopg/__pycache__/_py_transformer.cpython-312.pyc,,
psycopg/__pycache__/_queries.cpython-312.pyc,,
psycopg/__pycache__/_server_cursor.cpython-312.pyc,,
psycopg/__pycache__/_server_cursor_async.cpython-312.pyc,,
psycopg/__pycache__/_server_cursor_base.cpython-312.pyc,,
psycopg/__pycache__/_struct.cpython-312.pyc,,
psycopg/__pycache__/_tpc.cpython-312.pyc,,
psycopg/__pycache__/_transformer.cpython-312.pyc,,
psycopg/__pycache__/_tstrings.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__/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=aOELMAuRgtLujLljTiSe_QVVx3hOLar7QVGyFMo4lR4,2238
psycopg/_adapters_map.py,sha256=fY7QCGJR_DWxnfawcXC8nDgmXGsugraonwzsldLcbdk,10969
psycopg/_capabilities.py,sha256=3fnHa3CdbvaD6_assd7RnVJqk-CY72nUhhZ-0m3I6vY,5398
psycopg/_cmodule.py,sha256=17tVFnmf-azihlOuO0_1HdPDtXjUNf7b9Wonzae0ABE,872
psycopg/_column.py,sha256=OtQ0PF1-sHw3ZAtxnJB8sRznFqTMWI4ZjwCkLtmdA5A,3026
psycopg/_compat.py,sha256=ad0nt0SpbJCKUOI5NMDT9nN8T1CsfsjBo3oRyy097co,1398
psycopg/_connection_base.py,sha256=et0gROA35QQvWCwqFDb7tdANQdss6iCYDW8nDlRp1eA,24130
psycopg/_connection_info.py,sha256=QL_aEV2X_6_1YMigzlQmRH-LUl-b0kFFnJPMJ5dUa4M,6680
psycopg/_conninfo_attempts.py,sha256=nggdH-SaY59M8PLVS841msa3UkrMLtmxcMwN0AT-x9M,3501
psycopg/_conninfo_attempts_async.py,sha256=f-ENm2SN839viWicc4nNpqusB36sXPxY5TIMDIAC61Q,3590
psycopg/_conninfo_utils.py,sha256=AIvaAs3Qp8ewKfz87QG6n9u9Z9oOhi8QiTBseZsBNXU,3164
psycopg/_copy.py,sha256=Y9N2jQuE_MK5M-nunJ7ZrR3GpLfOnUn_LRCyY34vcOI,9735
psycopg/_copy_async.py,sha256=jL2_b3CgDqzv0WkWldtyoIe-AkGwocAPM18Xm1ArNK4,9974
psycopg/_copy_base.py,sha256=ILPeyPEcuY-ynziIdPGmRAxN2-rA4yHeKORYleEbx_s,13879
psycopg/_cursor_base.py,sha256=nM39eTXu3Xm4D81WentpI9YqmxX3ge_i8Zwgoo5rXe0,22768
psycopg/_dns.py,sha256=y4dSF6yUtTTOYgYwFQyuJYcoUfBiXZSkGeaRqwdGRiU,7852
psycopg/_encodings.py,sha256=MHjOm_71ubBvUM8Ap4WF1dTTc4PKRvhQFIdIBuJgxEk,4074
psycopg/_enums.py,sha256=5gCef_sYe9UdaE4n_RmDWeF4TfQOwQFeikjrkz9YivI,1691
psycopg/_oids.py,sha256=mJI8HbRrTsbK0LIgnnG5xPH-3hxNUclotqUurmyo2s0,1875
psycopg/_pipeline.py,sha256=FEiGRljO-nruIKYbtyVfb8SbgywcN3tSB4nkbLcOnxo,2165
psycopg/_pipeline_async.py,sha256=r5yahnA4JBkymx9TUqwa91mUlZynwLMqU4X9-lA3wl8,2108
psycopg/_pipeline_base.py,sha256=KRMPIS_Snb4gJx-fWqsDHCHArzyz2CyT5U2NyG4eTUg,6669
psycopg/_preparing.py,sha256=1x-6NBbzuV_B01o-bKtFS-bpgGfC8WgB2R3Qa0QcQEo,6282
psycopg/_py_transformer.py,sha256=HEwVowJiV4_W6_vueC0ICJEDp51zNZ0eHifXxxl3K3g,11903
psycopg/_queries.py,sha256=pWO5mvhKUFNaC8_wtRfRiEypRCcArewnOeDC1if4nUk,15734
psycopg/_server_cursor.py,sha256=11XgT5IUguEjolASxJ301dO6NYHQt_hTB7bqUarPuCs,4662
psycopg/_server_cursor_async.py,sha256=AKpE-jsGRDNzcwrO-jpDMRur3VwIWPNtsRaR_YZOPCQ,4711
psycopg/_server_cursor_base.py,sha256=ZRTR446Imar1I1OUnI2ypD3MsERdiFmGQz1boNzhnN4,7537
psycopg/_struct.py,sha256=ya36kGTr0uHlXytTo7Qn_0cy0PlR2J-BV-0nqMUXMrc,2000
psycopg/_tpc.py,sha256=NLifIpdWphIbwaBPvLPSaZ_-Dote67yU67e9U0AokeQ,3529
psycopg/_transformer.py,sha256=mDkBLuSxbXDG1TckPgIyZJx00yn5UXU8DluOGmHWjAY,451
psycopg/_tstrings.py,sha256=mHsLnMJWm6KBzJd0u6bjzQqD69BQCxfz5zNu43jErEA,5598
psycopg/_typeinfo.py,sha256=6O49I_KDG4WiK9yeDSq3ZbDIGqcOUaYn6vRmiYHK_pc,10665
psycopg/_typemod.py,sha256=UZwHFfnWbXqxZ9UIVBrJh36599poZAaZj65v8EsbIJs,2498
psycopg/_tz.py,sha256=_-W0Izs84UYrbAY3I1CicGUk0ng-boCMZo5H5h0j9ug,1186
psycopg/_wrappers.py,sha256=wKZt_ar8QuRgEKC6tuwamYXCwB1P7IZQsmgYdVOlAhU,3126
psycopg/abc.py,sha256=8SplxmCoAerBbTnA2dfvipTw6mit2RtDYWNqfnjXfmY,7694
psycopg/adapt.py,sha256=fZV7nGpqV2UKwixLu50k1fb_sg0um6SuV1rCGVn136M,5195
psycopg/client_cursor.py,sha256=nRo3bckcKj3nZGAcXzrsPP45hEMfaxlegVne9wMdaz8,2681
psycopg/connection.py,sha256=7zekaTstszSb3_y3XsacVpf4hul4ix4a7qSrKJLBEyo,19615
psycopg/connection_async.py,sha256=g8gcmDlIzwb3C3ObsD4SkkzXf4v5Bo5M7Mp5B6KYWkE,21863
psycopg/conninfo.py,sha256=9ZxxOLPWABuNBp4MUml_SKQN2LOVyiCm9s7zXFvtajY,4471
psycopg/copy.py,sha256=_V72jp2DXr2THsqo9S6cahveMo0QuBl3fnigt0rGmbc,806
psycopg/crdb/__init__.py,sha256=Z0wRvsSC_CpaOBWfWCilwP0sN6A3-IVhQD5cldgm_dE,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=EToMhVZiT26K3m1GVS5r0FEMO88tDLjArZRCGyOCV3o,7270
psycopg/crdb/connection.py,sha256=Ms-v5uEOfSOWKvdcZx7d3VTXXfi5oTy_GhTCI1Cg1wQ,2758
psycopg/cursor.py,sha256=n-26XoMiYo34ONdJp_SKe5CCYBqztNVSzllMVIfxPg8,11116
psycopg/cursor_async.py,sha256=hx7jKMWQUx9iRwMdXbCqYICwd4x2v-BmXuSBbuv5owA,11426
psycopg/dbapi20.py,sha256=ZQwoxxMO4OHuuLZ06p19VWgJtmFbLX5YuLHbyjNF2YI,3309
psycopg/errors.py,sha256=H_uWA5XMZutuX0cC-6-PWPSNuMaoS4EMZXeo3hSJ8rs,46355
psycopg/generators.py,sha256=btrEks2WS3_6ASINeO3gNrnyt3FZNYV7CwbyYC2jHHU,12702
psycopg/postgres.py,sha256=EzmCsrAsDfxuCyj20o-HDYw51t53B_zOlkOcpGwKkTc,6413
psycopg/pq/__init__.py,sha256=rtH6bpLhkn7sJemXhxqajvzl8VsGfFDHDsfInmoIyNU,3998
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=NIrI-7gJ2O-6SitxUY0Hq1xupjyPJIsqGUblzhWBWGw,3099
psycopg/pq/_enums.py,sha256=-hoW2JNpCRGz38iaL9D0TrdAtUHIafuWFwJSsmRyIhY,6004
psycopg/pq/_pq_ctypes.py,sha256=TWn7PoFDFnGpMOgZNSKzLCL9jqWX2oOWHld9u3cB8S8,22497
psycopg/pq/_pq_ctypes.pyi,sha256=SRYj5jq2gE3twrqr2gnsOLzgoekuA0moSKaDVjleO68,10320
psycopg/pq/abc.py,sha256=VdlhniHbx9VQ81IpAyZjPDimzSePXGjDUCKi8ul5k5s,8095
psycopg/pq/misc.py,sha256=Qp6CR-W5QAsgM3O5JgUrZYDNgvpZbFylgulNSlijZek,6727
psycopg/pq/pq_ctypes.py,sha256=wGmMTpKY-4pbxes0DWoGFFfQH-ZXpjsb5LZ-tS3j6nI,42415
psycopg/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
psycopg/raw_cursor.py,sha256=tkdDWTEAKr9TdN5RcHhIPdAdYsngs5oZmmQt-2hQwmQ,1159
psycopg/rows.py,sha256=FxaaRPUGTqy967tSgWGFDzDKyafROz77Zhjsy-0YgiI,7841
psycopg/sql.py,sha256=vIiZ2Rd0H3VoCVf4cJGnu7u9MWiMnkRRvDRspcB5RIY,19109
psycopg/transaction.py,sha256=-JzORVBhEFk_kwvG1REbztQ7EitwJmtrTrJ5u6AUyLQ,10060
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=XnhCMpgHw7fwWFIwY6EAIjsNiw84dWJkU-zyqBxjWFE,15375
psycopg/types/bool.py,sha256=0GJQG-Cm5P5NgH8TfLNj9n_e5ckw42XnsRBinX0k45w,1163
psycopg/types/composite.py,sha256=VlW0chZj6-unxABYhQNw1VXaLeJo7Ri2owspcHPFnto,18318
psycopg/types/datetime.py,sha256=fLLGM9HAiImr4gY0cKfDjbzdLP-AJKzrCVyfGSWZCyg,25531
psycopg/types/enum.py,sha256=tepMzVNMEi81hjxkPVmqFoMWBa2oO-K0IhJUa-B3ljU,7235
psycopg/types/hstore.py,sha256=CtE4aq_Cc5bVzjQROH7NHV5DOxK89nXTVZolPmRrL7E,7076
psycopg/types/json.py,sha256=x9Qp5wLWNLpHIkb55RA2QnbpQNe5V51M5kHa_oKnjao,9711
psycopg/types/multirange.py,sha256=wfNu-0jtBhuJprz1rFTN1w0CSDURdoStwy5v4ngXGBA,17629
psycopg/types/net.py,sha256=XkfGZmUK_QI6n5r-K3ybxb1DBdeLCKKSSLmc8EJy-OQ,6856
psycopg/types/none.py,sha256=gy_OJqE1YslJ2RIix0Eq3x0B8IPfoH-Gcc2sQMIO0Sw,666
psycopg/types/numeric.py,sha256=fCIYCw7aS2zB5rZOdXqdhRJtVHKyDusYF5taYXh9-f4,15490
psycopg/types/numpy.py,sha256=NPLUbDFyNjKvNTP6dhoUu1q80t3eQdHrrnetKAg8lbg,3273
psycopg/types/range.py,sha256=gMGKaI-nIT3wJAlknVEX7d2DwnYC4j2URcXMSIaowAg,21469
psycopg/types/shapely.py,sha256=nv3k7NaSEb79aTdBfXiNVRlbrgplchuhshAL0nClnSk,2594
psycopg/types/string.py,sha256=kRrK1CKTmp4ldHIMpjjol_2ksYAb-pwMvcb6_ZZ3_AA,7629
psycopg/types/uuid.py,sha256=wiHZ7vArLp2ttNMkOnnfoqD27CrP8rQW7l7xxxudu3I,1657
psycopg/version.py,sha256=JLWoprIsC5HVclyhn7LzVfVpNtZYU-UoLQwAGMEBlYc,232
psycopg/waiting.py,sha256=pnTbHFnwX0jzhlt9-1GjTunl9ZXjAR-6G6HtQGO750g,13978

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -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.