vnai 0.0.1__tar.gz → 0.0.2__tar.gz

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.
vnai-0.0.2/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: vnai
3
+ Version: 0.0.2
4
+ Author: Vnstock HQ
5
+ Author-email: support@vnstock.site
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.7
8
+ Classifier: Programming Language :: Python :: 3.8
9
+ Classifier: Programming Language :: Python :: 3.9
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.7
13
+ Requires-Dist: requests
14
+ Requires-Dist: asyncio
15
+ Provides-Extra: dev
16
+ Requires-Dist: pytest; extra == "dev"
17
+ Requires-Dist: pytest-cov; extra == "dev"
@@ -0,0 +1,9 @@
1
+ [build-system]
2
+ requires = [
3
+ "setuptools>=42",
4
+ "wheel",
5
+ "cython",
6
+ "asyncio",
7
+ "requests"
8
+ ]
9
+ build-backend = "setuptools.build_meta"
@@ -1,17 +1,30 @@
1
1
  [metadata]
2
2
  name = vnai
3
- version = 0.0.1
3
+ version = 0.0.2
4
4
  author = Vnstock HQ
5
5
  author_email = support@vnstock.site
6
6
  classifiers =
7
7
  Programming Language :: Python :: 3
8
+ Programming Language :: Python :: 3.7
9
+ Programming Language :: Python :: 3.8
10
+ Programming Language :: Python :: 3.9
8
11
  License :: OSI Approved :: MIT License
9
12
  Operating System :: OS Independent
10
13
 
11
14
  [options]
12
- package_dir =
13
15
  packages = find:
14
16
  python_requires = >=3.7
17
+ install_requires =
18
+ requests
19
+ asyncio
20
+
21
+ [options.package_data]
22
+ vnai = ["*.so"]
23
+
24
+ [options.extras_require]
25
+ dev =
26
+ pytest
27
+ pytest-cov
15
28
 
16
29
  [egg_info]
17
30
  tag_build =
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: vnai
3
+ Version: 0.0.2
4
+ Author: Vnstock HQ
5
+ Author-email: support@vnstock.site
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.7
8
+ Classifier: Programming Language :: Python :: 3.8
9
+ Classifier: Programming Language :: Python :: 3.9
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.7
13
+ Requires-Dist: requests
14
+ Requires-Dist: asyncio
15
+ Provides-Extra: dev
16
+ Requires-Dist: pytest; extra == "dev"
17
+ Requires-Dist: pytest-cov; extra == "dev"
@@ -1,7 +1,7 @@
1
1
  pyproject.toml
2
2
  setup.cfg
3
- vnai/__init__.py
4
3
  vnai.egg-info/PKG-INFO
5
4
  vnai.egg-info/SOURCES.txt
6
5
  vnai.egg-info/dependency_links.txt
6
+ vnai.egg-info/requires.txt
7
7
  vnai.egg-info/top_level.txt
@@ -0,0 +1,6 @@
1
+ requests
2
+ asyncio
3
+
4
+ [dev]
5
+ pytest
6
+ pytest-cov
@@ -0,0 +1 @@
1
+
vnai-0.0.1/PKG-INFO DELETED
@@ -1,9 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vnai
3
- Version: 0.0.1
4
- Author: Vnstock HQ
5
- Author-email: support@vnstock.site
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.7
vnai-0.0.1/pyproject.toml DELETED
@@ -1,10 +0,0 @@
1
- [build-system]
2
- requires = [
3
- "setuptools>=42",
4
- "wheel",
5
- "requests",
6
- "asyncio",
7
- "cython"
8
- ]
9
- build-backend = "setuptools.build_meta"
10
- # dependencies = []
@@ -1 +0,0 @@
1
- from .analytics import *
@@ -1,9 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vnai
3
- Version: 0.0.1
4
- Author: Vnstock HQ
5
- Author-email: support@vnstock.site
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.7
@@ -1 +0,0 @@
1
- vnai