aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/traitlets/py2/.dist-info/METADATA
blob: bd031a5c309733c46ba00a1ba3e1807c432722b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.