Metadata-Version: |
2.1 |
Name: |
arrow |
Version: |
1.3.0 |
Summary: |
Better dates & times for Python |
Author-Email: |
Chris Smith <crsmithdev[at]gmail.com> |
Project-Url: |
Documentation, https://arrow.readthedocs.io |
Project-Url: |
Issues, https://github.com/arrow-py/arrow/issues |
Project-Url: |
Source, https://github.com/arrow-py/arrow |
Keywords: |
arrow,date,time,datetime,timestamp,timezone,humanize |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
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: |
Operating System :: OS Independent |
Requires-Python: |
>=3.8 |
Requires-Dist: |
python-dateutil (>=2.7.0) |
Requires-Dist: |
types-python-dateutil (>=2.8.10) |
Requires-Dist: |
doc8; extra == "doc" |
Requires-Dist: |
sphinx (>=7.0.0); extra == "doc" |
Requires-Dist: |
sphinx-autobuild; extra == "doc" |
Requires-Dist: |
sphinx-autodoc-typehints; extra == "doc" |
Requires-Dist: |
sphinx_rtd_theme (>=1.3.0); extra == "doc" |
Requires-Dist: |
dateparser (==1.*); extra == "test" |
Requires-Dist: |
pre-commit; extra == "test" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-mock; extra == "test" |
Requires-Dist: |
pytz (==2021.1); extra == "test" |
Requires-Dist: |
simplejson (==3.*); extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |