vnai 0.0.1__py3-none-any.whl → 0.0.2__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.
@@ -0,0 +1,18 @@
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'
18
+
@@ -0,0 +1,4 @@
1
+ vnai-0.0.2.dist-info/METADATA,sha256=aoJsBJ64RkULgKzEE2bNUMe9Hmh7zU_6VP2sQShg_G4,571
2
+ vnai-0.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3
+ vnai-0.0.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ vnai-0.0.2.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+
vnai/__init__.py DELETED
@@ -1 +0,0 @@
1
- from .analytics import *
@@ -1,10 +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
10
-
@@ -1,5 +0,0 @@
1
- vnai/__init__.py,sha256=9ya8r4s_qI7VjTQYHQaEMMNaAd7nr5Zxi7N94rD2P6E,24
2
- vnai-0.0.1.dist-info/METADATA,sha256=RumQ7MU9F4QQ-h3-kkHX35bkboM7Otvt0DgW7jWy7D8,272
3
- vnai-0.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
4
- vnai-0.0.1.dist-info/top_level.txt,sha256=4zI0qZHePCwvgSqXl4420sBcd0VzZn4MEcRsAIFae3k,5
5
- vnai-0.0.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- vnai
File without changes