initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 kaiJIN
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,21 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: tk
|
||||
Version: 0.1.0
|
||||
Summary: TensorKit is a deep learning helper between Python and C++.
|
||||
Home-page: https://github.com/atranitell/TensorKit
|
||||
Author: Kai Jin
|
||||
Author-email: atranitell@gmail.com
|
||||
License: Apache 2.0 Licence
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Intended Audience :: Science/Research
|
||||
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
UNKNOWN
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
tk-0.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
tk-0.1.0.dist-info/LICENSE,sha256=MH9HhyfBy9HZBpz_T8Tq5FQg8vxyqh7PPbJVd5efsgU,1063
|
||||
tk-0.1.0.dist-info/METADATA,sha256=jN6gCFOYnMRb5d6SPF8Wbb-Fj-bPXIm_NOqkkqlRluY,693
|
||||
tk-0.1.0.dist-info/RECORD,,
|
||||
tk-0.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
tk-0.1.0.dist-info/WHEEL,sha256=U88EhGIw8Sj2_phqajeu_EAi3RAo8-C6zV3REsWbWbs,92
|
||||
tk-0.1.0.dist-info/top_level.txt,sha256=JeUv2teCAcHSOK73Cj0C_bKyZfgzp6-ycI7zkFfXOLc,3
|
||||
tk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
tk/__pycache__/__init__.cpython-311.pyc,,
|
||||
tk/structure/Tensor.py,sha256=s5OD2dL6qAcMeDMxUD0ZO7jMun9X0J-KSP_LYH-C49c,2703
|
||||
tk/structure/TensorMap.py,sha256=9z76_XV8hCxqjyd3W9xUyNoiOISKHNJlzUCRUKhRFA0,2029
|
||||
tk/structure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
tk/structure/__pycache__/Tensor.cpython-311.pyc,,
|
||||
tk/structure/__pycache__/TensorMap.cpython-311.pyc,,
|
||||
tk/structure/__pycache__/__init__.cpython-311.pyc,,
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.33.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
tk
|
||||
Reference in New Issue
Block a user