|
|
- Metadata-Version: 2.0
- Name: traitlets
- Version: 4.3.2
- 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: decorator
- Requires-Dist: ipython-genutils
- Requires-Dist: six
- Requires-Dist: enum34; python_version=="2.7"
- Requires-Dist: enum34; python_version=="3.3"
- Provides-Extra: test
- Requires-Dist: pytest; extra == 'test'
- Provides-Extra: test
- Requires-Dist: mock; python_version=="2.7" and extra == 'test'
-
- A configuration system for Python applications.
-
-
|