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,62 @@
# Licensing terms
Traitlets is adapted from enthought.traits, Copyright (c) Enthought, Inc.,
under the terms of the Modified BSD License.
This project is licensed under the terms of the Modified BSD License
(also known as New or Revised or 3-Clause BSD), as follows:
- Copyright (c) 2001-, IPython Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
Neither the name of the IPython Development Team nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## About the IPython Development Team
The IPython Development Team is the set of all contributors to the IPython project.
This includes all of the IPython subprojects.
The core team that coordinates development on GitHub can be found here:
https://github.com/jupyter/.
## Our Copyright Policy
IPython uses a shared copyright model. Each contributor maintains copyright
over their contributions to IPython. But, it is important to note that these
contributions are typically only changes to the repositories. Thus, the IPython
source code, in its entirety is not the copyright of any single person or
institution. Instead, it is the collective copyright of the entire IPython
Development Team. If individual contributors want to maintain a record of what
changes/contributions they have specific copyright on, they should indicate
their copyright in the commit message of the change, when they commit the
change to one of the IPython repositories.
With this in mind, the following banner should be used in any source code file
to indicate the copyright and license terms:
# Copyright (c) IPython Development Team.
# Distributed under the terms of the Modified BSD License.

View file

@ -0,0 +1 @@
pip

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.

View file

@ -0,0 +1,58 @@
traitlets-4.3.3.dist-info/COPYING.md,sha256=cciRKQObhwzJIwlGbE--jyhagvoOo28OhA-oOXnL4x8,2957
traitlets-4.3.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
traitlets-4.3.3.dist-info/METADATA,sha256=1csSQtdm5AxO4d3zVA3tfjMp0to5gR8DfnmLh399S14,1139
traitlets-4.3.3.dist-info/RECORD,,
traitlets-4.3.3.dist-info/WHEEL,sha256=8zNYZbwQSXoB9IfXOjPfeNwvAsALAjffgk27FqvCWbo,110
traitlets-4.3.3.dist-info/top_level.txt,sha256=EtJSeHWD2tDo4fwq8c2hXVryySaLl6HicKeISu9QIJU,10
traitlets/__init__.py,sha256=R5IPI4nU0VLj1LSpn2w-zylLvAfU3n3Fqj5-Ujiu7YI,117
traitlets/__pycache__/__init__.cpython-36.pyc,,
traitlets/__pycache__/_version.cpython-36.pyc,,
traitlets/__pycache__/log.cpython-36.pyc,,
traitlets/__pycache__/traitlets.cpython-36.pyc,,
traitlets/_version.py,sha256=Nk4X9UgjwNtjH5_A7lt_wSfSouqmVOZNIpRpDBXFgAc,72
traitlets/config/__init__.py,sha256=HdKqizrHk_A1Jf3qr5pWH-pEM2wyNSZq-cN1a40AePQ,203
traitlets/config/__pycache__/__init__.cpython-36.pyc,,
traitlets/config/__pycache__/application.cpython-36.pyc,,
traitlets/config/__pycache__/configurable.cpython-36.pyc,,
traitlets/config/__pycache__/loader.cpython-36.pyc,,
traitlets/config/__pycache__/manager.cpython-36.pyc,,
traitlets/config/application.py,sha256=9dVuiBc0TlamrNE_idihFIxAeFYjO-ZAz3RLxK-vPUM,26275
traitlets/config/configurable.py,sha256=ufU7CdmsoUkWiktQ27e73AEp51fYGt_-nr7RZlNtt6U,16322
traitlets/config/loader.py,sha256=NKUFSahkkdcSIY8Hg0xQVVphCiW_7rb8IHWSK4I3Irc,28772
traitlets/config/manager.py,sha256=QR5FA31CZeRw0ej244EWzZu8pUTeskR4wLjz5sKebUU,2431
traitlets/config/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
traitlets/config/tests/__pycache__/__init__.cpython-36.pyc,,
traitlets/config/tests/__pycache__/test_application.cpython-36.pyc,,
traitlets/config/tests/__pycache__/test_configurable.cpython-36.pyc,,
traitlets/config/tests/__pycache__/test_loader.cpython-36.pyc,,
traitlets/config/tests/test_application.py,sha256=KgxFY08mx1prBm2qsz4Sr_wxd0bBfL4QKRoPnM7573k,15121
traitlets/config/tests/test_configurable.py,sha256=ZZdHKZqjZyeZGeHZbID59rUQnXrt0_ts2RHQqotzcZw,14252
traitlets/config/tests/test_loader.py,sha256=suM3PiV_rNfgUTNMN2Hb6bI4dJW6Q0CNHXZSElGnBO4,13457
traitlets/log.py,sha256=MimotlTTF1h5NVHfow9nezn6TeGlogwl84EIk8ZOCts,779
traitlets/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
traitlets/tests/__pycache__/__init__.cpython-36.pyc,,
traitlets/tests/__pycache__/_warnings.cpython-36.pyc,,
traitlets/tests/__pycache__/test_traitlets.cpython-36.pyc,,
traitlets/tests/__pycache__/test_traitlets_enum.cpython-36.pyc,,
traitlets/tests/__pycache__/utils.cpython-36.pyc,,
traitlets/tests/_warnings.py,sha256=FYtG6jstoKJe8XVq-xLfPBqW1wworx-nfY0H_C38nbo,4019
traitlets/tests/test_traitlets.py,sha256=oJcZb25sXFBl_wC38vSd3jl72e6PbK1oEUqPFI70po4,66467
traitlets/tests/test_traitlets_enum.py,sha256=uPA3hJ_3PX8MQvgiR_Ly_XJbQpYESgXBjsvI8nXuDZA,6552
traitlets/tests/utils.py,sha256=s2ekiacg4aphyG8k7vmH6uSfSRMPKs382mOCX1gwKCw,1144
traitlets/traitlets.py,sha256=dqwesli8cnwUWwzmUy0POmlJVLzNG3s8DXQ6EjUhfl0,95288
traitlets/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
traitlets/utils/__pycache__/__init__.cpython-36.pyc,,
traitlets/utils/__pycache__/bunch.cpython-36.pyc,,
traitlets/utils/__pycache__/getargspec.cpython-36.pyc,,
traitlets/utils/__pycache__/importstring.cpython-36.pyc,,
traitlets/utils/__pycache__/sentinel.cpython-36.pyc,,
traitlets/utils/bunch.py,sha256=L56x1dMTw1vsRK3uG5Pb6KyLGqWFZFWl0gBRbaXXF74,652
traitlets/utils/getargspec.py,sha256=2AADeEhH-HyajwVnMQKnNdoZVoTCZm2NI_7a_JS-9t0,2974
traitlets/utils/importstring.py,sha256=AqVRRJGY-nju6YzqeFbQXCiUA3EdXlZ6RIYl-tnrH1g,1266
traitlets/utils/sentinel.py,sha256=pRzWbnR7gjM5R3g0ZqjSo94QNJpxgKWOLXT-yY18FmU,421
traitlets/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
traitlets/utils/tests/__pycache__/__init__.cpython-36.pyc,,
traitlets/utils/tests/__pycache__/test_bunch.cpython-36.pyc,,
traitlets/utils/tests/__pycache__/test_importstring.cpython-36.pyc,,
traitlets/utils/tests/test_bunch.py,sha256=6zBI-dKnHKlQ75m-EBYiHczKkz6DEW9N4vkOOL295kA,272
traitlets/utils/tests/test_importstring.py,sha256=B5jp_5A7KMwVEYlla-zsQnduGRLcan5QLi49uvXtoAo,883

View file

@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.33.6)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View file

@ -0,0 +1 @@
traitlets