aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/constantly/py3/.dist-info
diff options
context:
space:
mode:
authorshmel1k <shmel1k@ydb.tech>2023-11-26 18:16:14 +0300
committershmel1k <shmel1k@ydb.tech>2023-11-26 18:43:30 +0300
commitb8cf9e88f4c5c64d9406af533d8948deb050d695 (patch)
tree218eb61fb3c3b96ec08b4d8cdfef383104a87d63 /contrib/python/constantly/py3/.dist-info
parent523f645a83a0ec97a0332dbc3863bb354c92a328 (diff)
downloadydb-b8cf9e88f4c5c64d9406af533d8948deb050d695.tar.gz
add kikimr_configure
Diffstat (limited to 'contrib/python/constantly/py3/.dist-info')
-rw-r--r--contrib/python/constantly/py3/.dist-info/METADATA59
-rw-r--r--contrib/python/constantly/py3/.dist-info/top_level.txt1
2 files changed, 60 insertions, 0 deletions
diff --git a/contrib/python/constantly/py3/.dist-info/METADATA b/contrib/python/constantly/py3/.dist-info/METADATA
new file mode 100644
index 0000000000..3c64036c09
--- /dev/null
+++ b/contrib/python/constantly/py3/.dist-info/METADATA
@@ -0,0 +1,59 @@
+Metadata-Version: 2.1
+Name: constantly
+Version: 23.10.4
+Summary: Symbolic constants in Python
+Maintainer: Twisted Matrix Labs Developers
+License: MIT
+Project-URL: Homepage, https://github.com/twisted/constantly
+Keywords: constants,enum,twisted
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+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 :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+License-File: LICENSE
+
+Constantly
+==========
+
+A library that provides symbolic constant support. It includes collections and
+constants with text, numeric, and bit flag values. Originally
+``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_
+project.
+
+
+Installing
+----------
+
+constantly is available in `PyPI <https://pypi.org/project/constantly/>`_, and
+can be installed via pip::
+
+ $ pip install constantly
+
+
+Documentation
+-------------------------
+
+Documentation is available at `<https://constantly.readthedocs.io/en/latest/>`_.
+
+
+Tests
+-----
+
+To run tests::
+
+ $ tox
+
+This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing
+coverage and pyflakes checks.
diff --git a/contrib/python/constantly/py3/.dist-info/top_level.txt b/contrib/python/constantly/py3/.dist-info/top_level.txt
new file mode 100644
index 0000000000..605718946b
--- /dev/null
+++ b/contrib/python/constantly/py3/.dist-info/top_level.txt
@@ -0,0 +1 @@
+constantly