hawk-sdk 0.0.8__tar.gz → 0.0.9__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.
Potentially problematic release.
This version of hawk-sdk might be problematic. Click here for more details.
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/PKG-INFO +1 -1
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/README.md +0 -4
- hawk_sdk-0.0.9/hawk_sdk/api/equities/__init__.py +1 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk.egg-info/PKG-INFO +1 -1
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/setup.py +1 -1
- hawk_sdk-0.0.8/hawk_sdk/api/futures/__init__.py +0 -1
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/__init__.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/__init__.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/equities/main.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/equities/repository.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/equities/service.py +0 -0
- {hawk_sdk-0.0.8/hawk_sdk/api/equities → hawk_sdk-0.0.9/hawk_sdk/api/futures}/__init__.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/futures/main.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/futures/repository.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/futures/service.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/system/__init__.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/system/main.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/system/repository.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/api/system/service.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/core/__init__.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/core/common/__init__.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/core/common/base_enum.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/core/common/constants.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/core/common/data_object.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk/core/common/utils.py +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk.egg-info/SOURCES.txt +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk.egg-info/dependency_links.txt +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk.egg-info/requires.txt +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/hawk_sdk.egg-info/top_level.txt +0 -0
- {hawk_sdk-0.0.8 → hawk_sdk-0.0.9}/setup.cfg +0 -0
|
@@ -63,7 +63,3 @@ twine upload dist/*
|
|
|
63
63
|
After uploading, verify the package has been successfully updated on PyPI by visiting your project page:
|
|
64
64
|
|
|
65
65
|
[https://pypi.org/project/your-package-name/](https://pypi.org/project/hawk-sd/)
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
Let me know if you'd like any customization to fit your specific workflow!
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from hawk_sdk.api.equities.main import Equities
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
from hawk_sdk.api.futures.main import Futures
|
|
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
|