METADATA 654 B

12345678910111213141516171819202122
  1. Metadata-Version: 2.0
  2. Name: jaraco.functools
  3. Version: 1.8.1
  4. Summary: jaraco.functools
  5. Home-page: https://github.com/jaraco/jaraco.functools
  6. Author: Jason R. Coombs
  7. Author-email: jaraco@jaraco.com
  8. License: UNKNOWN
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Programming Language :: Python :: 2.7
  14. Classifier: Programming Language :: Python :: 3
  15. Requires-Dist: backports.functools-lru-cache (>=1.0.3); python_version=="2.7"
  16. jaraco.functools
  17. ================
  18. Additional functools in the spirit of stdlib's functools.