vnai 0.0.1__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.1/PKG-INFO ADDED
@@ -0,0 +1,9 @@
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
@@ -0,0 +1,10 @@
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 = []
vnai-0.0.1/setup.cfg ADDED
@@ -0,0 +1,19 @@
1
+ [metadata]
2
+ name = vnai
3
+ version = 0.0.1
4
+ author = Vnstock HQ
5
+ author_email = support@vnstock.site
6
+ classifiers =
7
+ Programming Language :: Python :: 3
8
+ License :: OSI Approved :: MIT License
9
+ Operating System :: OS Independent
10
+
11
+ [options]
12
+ package_dir =
13
+ packages = find:
14
+ python_requires = >=3.7
15
+
16
+ [egg_info]
17
+ tag_build =
18
+ tag_date = 0
19
+
@@ -0,0 +1 @@
1
+ from .analytics import *
@@ -0,0 +1,9 @@
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
@@ -0,0 +1,7 @@
1
+ pyproject.toml
2
+ setup.cfg
3
+ vnai/__init__.py
4
+ vnai.egg-info/PKG-INFO
5
+ vnai.egg-info/SOURCES.txt
6
+ vnai.egg-info/dependency_links.txt
7
+ vnai.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ vnai