openstockapi 0.2.1__tar.gz → 0.2.3__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.
- {openstockapi-0.2.1/openstockapi.egg-info → openstockapi-0.2.3}/PKG-INFO +1 -6
- {openstockapi-0.2.1 → openstockapi-0.2.3}/README.md +0 -5
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/__init__.py +1 -1
- {openstockapi-0.2.1 → openstockapi-0.2.3/openstockapi.egg-info}/PKG-INFO +1 -6
- {openstockapi-0.2.1 → openstockapi-0.2.3}/pyproject.toml +1 -1
- {openstockapi-0.2.1 → openstockapi-0.2.3}/LICENSE +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/NOTICE +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/financial.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/fund.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/macro.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/news.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/orderbook.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/stock.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/api/trading.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/config/settings.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/base_provider.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/exceptions.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/http_client.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/models.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/models_fund.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/models_macro.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/models_news.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/models_trading.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/rate_limiter.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/security.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/types.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/core/utils.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/license/session.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/__init__.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/dnse.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/fmarket.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/kbs.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/mas.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/mbk.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/msn.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/tcbs.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/vci.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi/providers/vndirect.py +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi.egg-info/SOURCES.txt +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi.egg-info/dependency_links.txt +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi.egg-info/requires.txt +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/openstockapi.egg-info/top_level.txt +0 -0
- {openstockapi-0.2.1 → openstockapi-0.2.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openstockapi
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Vietnam stock market data library — open source data plane
|
|
5
5
|
Author-email: Your Name <your.email@example.com>
|
|
6
6
|
License: AGPL-3.0-only
|
|
@@ -234,11 +234,6 @@ Contributions are welcome! If you'd like to add a new provider, fix a bug, or im
|
|
|
234
234
|
3. Commit your changes
|
|
235
235
|
4. Open a Pull Request
|
|
236
236
|
|
|
237
|
-
Please make sure your changes pass the UAT suite before submitting:
|
|
238
|
-
```bash
|
|
239
|
-
python uat/run_uat.py
|
|
240
|
-
```
|
|
241
|
-
|
|
242
237
|
<p align="right">(<a href="#readme-top">back to top ↑</a>)</p>
|
|
243
238
|
|
|
244
239
|
---
|
|
@@ -207,11 +207,6 @@ Contributions are welcome! If you'd like to add a new provider, fix a bug, or im
|
|
|
207
207
|
3. Commit your changes
|
|
208
208
|
4. Open a Pull Request
|
|
209
209
|
|
|
210
|
-
Please make sure your changes pass the UAT suite before submitting:
|
|
211
|
-
```bash
|
|
212
|
-
python uat/run_uat.py
|
|
213
|
-
```
|
|
214
|
-
|
|
215
210
|
<p align="right">(<a href="#readme-top">back to top ↑</a>)</p>
|
|
216
211
|
|
|
217
212
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openstockapi
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Vietnam stock market data library — open source data plane
|
|
5
5
|
Author-email: Your Name <your.email@example.com>
|
|
6
6
|
License: AGPL-3.0-only
|
|
@@ -234,11 +234,6 @@ Contributions are welcome! If you'd like to add a new provider, fix a bug, or im
|
|
|
234
234
|
3. Commit your changes
|
|
235
235
|
4. Open a Pull Request
|
|
236
236
|
|
|
237
|
-
Please make sure your changes pass the UAT suite before submitting:
|
|
238
|
-
```bash
|
|
239
|
-
python uat/run_uat.py
|
|
240
|
-
```
|
|
241
|
-
|
|
242
237
|
<p align="right">(<a href="#readme-top">back to top ↑</a>)</p>
|
|
243
238
|
|
|
244
239
|
---
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|