Uploaded Test files

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-12 11:05:57 -05:00
parent f584ad9d97
commit 2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions

View file

@ -0,0 +1,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.