okay fine

This commit is contained in:
pacnpal
2024-11-03 17:47:26 +00:00
parent 387c4740e7
commit 27f3326e22
10020 changed files with 1935769 additions and 2364 deletions

View File

@@ -0,0 +1,21 @@
Copyright (c) 2011-2015 Twisted Matrix Laboratories &
Individual Contributors (see CREDITS)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

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

View File

@@ -0,0 +1,16 @@
constantly-23.10.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
constantly-23.10.4.dist-info/LICENSE,sha256=Aghw_K9L-cULIz4zGBcJT-EJuRwIgFcP1Hb1J8-_wIU,1116
constantly-23.10.4.dist-info/METADATA,sha256=-MVPcZCzYqwLjYNq6O4J2OiOHzD1id5LnfKtINPQyO0,1763
constantly-23.10.4.dist-info/RECORD,,
constantly-23.10.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
constantly-23.10.4.dist-info/top_level.txt,sha256=Z3LZxRT3sV7OIcLddygWy8rRaguc4a1hlGotDs-vFIM,11
constantly/__init__.py,sha256=OqB1zyy1WP7TeoI9AXiM1BzHWkFaHWGT1SeBbGZ31N4,497
constantly/__pycache__/__init__.cpython-312.pyc,,
constantly/__pycache__/_constants.cpython-312.pyc,,
constantly/__pycache__/_version.cpython-312.pyc,,
constantly/_constants.py,sha256=Sfq9WWrqoYHawHz_4AIeFvbyDb0SoHmEgp-r0fDxEtM,16005
constantly/_version.py,sha256=feY35W8el85NRIu9_SN93og2F7yyoNqgjtJWZohgtes,499
constantly/test/__init__.py,sha256=1E86t_kRc-tqdgCFKClWXS92hUbx5Nh-IDdwgP61iCQ,104
constantly/test/__pycache__/__init__.cpython-312.pyc,,
constantly/test/__pycache__/test_constants.cpython-312.pyc,,
constantly/test/test_constants.py,sha256=ZXyKai1jo8Sh8FFaF_8kHoXXSR-ktadGg8w7sSom7qs,37364

View File

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

View File

@@ -0,0 +1 @@
constantly