diff options
author | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-14 09:58:56 +0300 |
---|---|---|
committer | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-14 10:20:20 +0300 |
commit | c2b2dfd9827a400a8495e172a56343462e3ceb82 (patch) | |
tree | cd4e4f597d01bede4c82dffeb2d780d0a9046bd0 /contrib/python/py3c/.dist-info | |
parent | d4ae8f119e67808cb0cf776ba6e0cf95296f2df7 (diff) | |
download | ydb-c2b2dfd9827a400a8495e172a56343462e3ceb82.tar.gz |
YQ Connector: move tests from yql to ydb (OSS)
Перенос папки с тестами на Коннектор из папки yql в папку ydb (синхронизируется с github).
Diffstat (limited to 'contrib/python/py3c/.dist-info')
-rw-r--r-- | contrib/python/py3c/.dist-info/METADATA | 79 | ||||
-rw-r--r-- | contrib/python/py3c/.dist-info/top_level.txt | 1 |
2 files changed, 80 insertions, 0 deletions
diff --git a/contrib/python/py3c/.dist-info/METADATA b/contrib/python/py3c/.dist-info/METADATA new file mode 100644 index 0000000000..11fa3670cc --- /dev/null +++ b/contrib/python/py3c/.dist-info/METADATA @@ -0,0 +1,79 @@ +Metadata-Version: 2.1 +Name: py3c +Version: 1.4 +Summary: Python compatibility headers +Home-page: http://py3c.readthedocs.io/ +Author: Petr Viktorin +Author-email: encukou@gmail.com +License: UNKNOWN +Platform: any +License-File: LICENSE.MIT + +py3c +==== + +py3c helps you port C extensions to Python 3. + +It provides a detailed guide, and a set of macros to make porting easy +and reduce boilerplate. + + +Design principles +----------------- + +* Reduce chances of accidental subtle errors +* Minimize boilerplate +* Prefer the Python 3 way of doing things +* Minimize semantic changes under Python 2 + + +Versions +-------- + +Projects using py3c will be compatible with CPython 2.6, 2.7, and 3.3+. + + +Guides +------ + +A detailed `porting guide`_ is provided. + +A `cheatsheet`_ is available for those that already know the Python C API, +and want to know what the py3c macros do. + +.. _porting guide: http://py3c.readthedocs.org/en/latest/guide.html +.. _cheatsheet: http://py3c.readthedocs.org/en/latest/cheatsheet.html + + +Installation +------------ + +If your build system supports pkg-config, you can set it up +to look for a system-wide installation of py3c. + +Alternately, py3c can be used as a header-only library: +copy the headers to your project and use them. + +If you wish to install py3c system-wide (e.g. if you are a distro packager), +see the Contributing_ chapter in the documentation. + +.. _Contributing: http://py3c.readthedocs.org/en/latest/contributing.html + + +Contribute +---------- + +- Issue Tracker: http://github.com/encukou/py3c/issues +- Source Code: http://github.com/encukou/py3c + + +License +------- + +The code is licensed under the MIT license. May it serve you well. + +The documentation is licensed under CC-BY-SA 3.0. + +See the files LICENSE.MIT and doc/LICENSE.CC-BY-SA-3.0. + + diff --git a/contrib/python/py3c/.dist-info/top_level.txt b/contrib/python/py3c/.dist-info/top_level.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/contrib/python/py3c/.dist-info/top_level.txt @@ -0,0 +1 @@ + |