METADATA 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. Metadata-Version: 2.0
  2. Name: python-dateutil
  3. Version: 2.6.0
  4. Summary: Extensions to the standard Python datetime module
  5. Home-page: https://dateutil.readthedocs.io
  6. Author: Paul Ganssle, Yaron de Leeuw
  7. Author-email: dateutil@python.org
  8. License: Simplified BSD
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Programming Language :: Python
  14. Classifier: Programming Language :: Python :: 2
  15. Classifier: Programming Language :: Python :: 2.6
  16. Classifier: Programming Language :: Python :: 2.7
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.2
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Classifier: Topic :: Software Development :: Libraries
  24. Requires: six
  25. Requires-Dist: six (>=1.5)
  26. The dateutil module provides powerful extensions to the
  27. datetime module available in the Python standard library.