35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
|
Metadata-Version: 2.1
|
||
|
Name: traitlets
|
||
|
Version: 4.3.3
|
||
|
Summary: Traitlets Python config system
|
||
|
Home-page: http://ipython.org
|
||
|
Author: IPython Development Team
|
||
|
Author-email: ipython-dev@scipy.org
|
||
|
License: BSD
|
||
|
Keywords: Interactive,Interpreter,Shell,Web
|
||
|
Platform: Linux
|
||
|
Platform: Mac OS X
|
||
|
Platform: Windows
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: Intended Audience :: System Administrators
|
||
|
Classifier: Intended Audience :: Science/Research
|
||
|
Classifier: License :: OSI Approved :: BSD License
|
||
|
Classifier: Programming Language :: Python
|
||
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
Classifier: Programming Language :: Python :: 3
|
||
|
Classifier: Programming Language :: Python :: 3.3
|
||
|
Classifier: Programming Language :: Python :: 3.4
|
||
|
Classifier: Programming Language :: Python :: 3.5
|
||
|
Requires-Dist: ipython-genutils
|
||
|
Requires-Dist: six
|
||
|
Requires-Dist: decorator
|
||
|
Requires-Dist: enum34 ; python_version=="2.7"
|
||
|
Requires-Dist: enum34 ; python_version=="3.3"
|
||
|
Provides-Extra: test
|
||
|
Requires-Dist: pytest ; extra == 'test'
|
||
|
Requires-Dist: mock ; (python_version=="2.7") and extra == 'test'
|
||
|
|
||
|
A configuration system for Python applications.
|
||
|
|
||
|
|