vnai 0.1.0__tar.gz → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vnai
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: :))
5
5
  Author: Vnstock HQ
6
6
  Author-email: support@vnstock.site
vnai-0.1.1/setup.cfg ADDED
@@ -0,0 +1,32 @@
1
+ [metadata]
2
+ name = vnai
3
+ version = 0.1.1
4
+ author = Vnstock HQ
5
+ author_email = support@vnstock.site
6
+ classifiers =
7
+ Programming Language :: Python :: 3
8
+ Programming Language :: Python :: 3.7
9
+ Programming Language :: Python :: 3.8
10
+ Programming Language :: Python :: 3.9
11
+ License :: OSI Approved :: MIT License
12
+ Operating System :: OS Independent
13
+
14
+ [options]
15
+ packages = find:
16
+ python_requires = >=3.7
17
+ install_requires =
18
+ requests
19
+ cryptography
20
+
21
+ [options.package_data]
22
+ vnai = ["*.so"]
23
+
24
+ [options.extras_require]
25
+ dev =
26
+ pytest
27
+ pytest-cov
28
+
29
+ [egg_info]
30
+ tag_build =
31
+ tag_date = 0
32
+
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="vnai",
5
- version="0.1.0",
5
+ version="0.1.1",
6
6
  author="Vnstock HQ",
7
7
  author_email="support@vnstock.site",
8
8
  description=":))",
@@ -262,7 +262,9 @@ class VnstockInitializer:
262
262
  "vnstock_ezchart",
263
263
  "vnstock_data_pro"
264
264
  "vnstock_market_data_pipeline",
265
- "vnstock_ta"
265
+ "vnstock_ta",
266
+ "vnii",
267
+ "vnai",
266
268
  ],
267
269
  "analytics": [
268
270
  "openbb",
@@ -276,7 +278,9 @@ class VnstockInitializer:
276
278
  "dashboard": [
277
279
  "streamlit",
278
280
  "voila",
279
- "panel"
281
+ "panel",
282
+ "shiny",
283
+ "dash",
280
284
  ],
281
285
  "interactive_charts": [
282
286
  "mplfinance",
@@ -285,7 +289,8 @@ class VnstockInitializer:
285
289
  "bokeh",
286
290
  "pyecharts",
287
291
  "highcharts-core",
288
- "highcharts-stock"
292
+ "highcharts-stock",
293
+ "mplchart",
289
294
  ],
290
295
  "datafeed": [
291
296
  "yfinance",
@@ -300,7 +305,8 @@ class VnstockInitializer:
300
305
  "risk_return": [
301
306
  "pyfolio",
302
307
  "empyrical",
303
- "quantstats"
308
+ "quantstats",
309
+ "financetoolkit",
304
310
  ],
305
311
  "machine_learning": [
306
312
  "scipy",
@@ -326,7 +332,12 @@ class VnstockInitializer:
326
332
  "zipline",
327
333
  "pyalgotrade",
328
334
  "backtrader",
329
- "pybacktest"
335
+ "pybacktest",
336
+ "fastquant",
337
+ "lean",
338
+ "ta",
339
+ "finmarketpy",
340
+ "qstrader",
330
341
  ],
331
342
  "server": [
332
343
  "fastapi",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vnai
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: :))
5
5
  Author: Vnstock HQ
6
6
  Author-email: support@vnstock.site
@@ -1,4 +1,5 @@
1
1
  pyproject.toml
2
+ setup.cfg
2
3
  setup.py
3
4
  vnai/__init__.py
4
5
  vnai.egg-info/PKG-INFO
vnai-0.1.0/setup.cfg DELETED
@@ -1,4 +0,0 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
File without changes
File without changes
File without changes