METADATA 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Metadata-Version: 2.1
  2. Name: boltons
  3. Version: 23.0.0
  4. Summary: When they're not builtins, they're boltons.
  5. Home-page: https://github.com/mahmoud/boltons
  6. Author: Mahmoud Hashemi
  7. Author-email: mahmoud@hatnote.com
  8. License: BSD
  9. Platform: any
  10. Classifier: Topic :: Utilities
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Topic :: Software Development :: Libraries
  14. Classifier: Development Status :: 5 - Production/Stable
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.7
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Classifier: Programming Language :: Python :: 3.10
  23. Classifier: Programming Language :: Python :: 3.11
  24. Classifier: Programming Language :: Python :: Implementation :: CPython
  25. Classifier: Programming Language :: Python :: Implementation :: PyPy
  26. License-File: LICENSE
  27. Functionality that should be in the standard library. Like
  28. builtins, but Boltons.
  29. Otherwise known as, "everyone's util.py," but cleaned up and
  30. tested.
  31. Contains over 250 BSD-licensed utility types and functions that can be
  32. used as a package or independently. `Extensively documented on Read
  33. the Docs <http://boltons.readthedocs.org>`_.