You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: traitlets
  3. Version: 4.3.2
  4. Summary: Traitlets Python config system
  5. Home-page: http://ipython.org
  6. Author: IPython Development Team
  7. Author-email: ipython-dev@scipy.org
  8. License: BSD
  9. Keywords: Interactive,Interpreter,Shell,Web
  10. Platform: Linux
  11. Platform: Mac OS X
  12. Platform: Windows
  13. Classifier: Intended Audience :: Developers
  14. Classifier: Intended Audience :: System Administrators
  15. Classifier: Intended Audience :: Science/Research
  16. Classifier: License :: OSI Approved :: BSD License
  17. Classifier: Programming Language :: Python
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Requires-Dist: decorator
  24. Requires-Dist: ipython-genutils
  25. Requires-Dist: six
  26. Requires-Dist: enum34; python_version=="2.7"
  27. Requires-Dist: enum34; python_version=="3.3"
  28. Provides-Extra: test
  29. Requires-Dist: pytest; extra == 'test'
  30. Provides-Extra: test
  31. Requires-Dist: mock; python_version=="2.7" and extra == 'test'
  32. A configuration system for Python applications.