jackpots 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jackpots/__init__.py +6 -0
- jackpots/version.py +21 -0
- jackpots-0.0.1.dist-info/METADATA +20 -0
- jackpots-0.0.1.dist-info/RECORD +6 -0
- jackpots-0.0.1.dist-info/WHEEL +5 -0
- jackpots-0.0.1.dist-info/top_level.txt +1 -0
jackpots/__init__.py
ADDED
jackpots/version.py
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
# Created by Wenjie Du <wdu@time-series.ai>
|
|
6
|
+
|
|
7
|
+
# PEP0440 compatible formatted version, see:
|
|
8
|
+
# https://www.python.org/dev/peps/pep-0440/
|
|
9
|
+
# Generic release markers:
|
|
10
|
+
# X.Y
|
|
11
|
+
# X.Y.Z # For bugfix releases
|
|
12
|
+
#
|
|
13
|
+
# Admissible pre-release markers:
|
|
14
|
+
# X.YaN # Alpha release
|
|
15
|
+
# X.YbN # Beta release
|
|
16
|
+
# X.YrcN # Release Candidate
|
|
17
|
+
# X.Y # Final release
|
|
18
|
+
#
|
|
19
|
+
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
|
|
20
|
+
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
|
|
21
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: jackpots
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Author-email: Wenjie Du <wdu@time-series.ai>
|
|
5
|
+
Project-URL: Source, https://github.com/WenjieDu/PyPOTS
|
|
6
|
+
Project-URL: Homepage, https://pypots.com
|
|
7
|
+
Keywords: data science,neural networks,machine learning,deep learning,artificial intelligence,time-series analysis,time series
|
|
8
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Intended Audience :: Education
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Intended Audience :: Healthcare Industry
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
17
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
18
|
+
Requires-Python: >=3.8
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
Requires-Dist: pypots>=1.3
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
jackpots/__init__.py,sha256=aVRSzTKGLjFhQYOAc5V-OREU3AhdO_Klrddeho62Dm8,55
|
|
2
|
+
jackpots/version.py,sha256=RIOU0pzA7BsHnYtuzZm8FQgEhOOFbJMWEjnL2pJQuxM,487
|
|
3
|
+
jackpots-0.0.1.dist-info/METADATA,sha256=p4cMeGVz7UkHcFYFFIMYJ3CbE38hzPrn_nTMhueU58o,968
|
|
4
|
+
jackpots-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
5
|
+
jackpots-0.0.1.dist-info/top_level.txt,sha256=PjQ5LDsiOHQZzcdWy702Yb9tl_xaia18hy6-nVN4qUY,9
|
|
6
|
+
jackpots-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
jackpots
|