PKG-INFO 1.0 KB

1234567891011121314151617181920212223242526
  1. Metadata-Version: 1.1
  2. Name: python-dateutil
  3. Version: 2.4.2
  4. Summary: Extensions to the standard Python datetime module
  5. Home-page: https://dateutil.readthedocs.org
  6. Author: Yaron de Leeuw
  7. Author-email: me@jarondl.net
  8. License: Simplified BSD
  9. Description:
  10. The dateutil module provides powerful extensions to the
  11. datetime module available in the Python standard library.
  12. Platform: UNKNOWN
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: BSD License
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2
  18. Classifier: Programming Language :: Python :: 2.6
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3.2
  22. Classifier: Programming Language :: Python :: 3.3
  23. Classifier: Programming Language :: Python :: 3.4
  24. Classifier: Topic :: Software Development :: Libraries
  25. Requires: six