nadex-cli 1.0.0__tar.gz → 1.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.
Files changed (23) hide show
  1. {nadex_cli-1.0.0/nadex_cli.egg-info → nadex_cli-1.0.1}/PKG-INFO +3 -1
  2. {nadex_cli-1.0.0 → nadex_cli-1.0.1/nadex_cli.egg-info}/PKG-INFO +3 -1
  3. nadex_cli-1.0.1/setup.py +24 -0
  4. nadex_cli-1.0.0/setup.py +0 -23
  5. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/.env +0 -0
  6. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/LICENSE +0 -0
  7. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/MANIFEST.in +0 -0
  8. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/README.md +0 -0
  9. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_cli.egg-info/SOURCES.txt +0 -0
  10. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_cli.egg-info/dependency_links.txt +0 -0
  11. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_cli.egg-info/entry_points.txt +0 -0
  12. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_cli.egg-info/requires.txt +0 -0
  13. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_cli.egg-info/top_level.txt +0 -0
  14. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/__init__.py +0 -0
  15. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/__main__.py +0 -0
  16. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/config.py +0 -0
  17. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/frontend.py +0 -0
  18. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/helpers.py +0 -0
  19. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/main.py +0 -0
  20. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/messages.py +0 -0
  21. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/parsing.py +0 -0
  22. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/nadex_dashboard/websocket_manager.py +0 -0
  23. {nadex_cli-1.0.0 → nadex_cli-1.0.1}/setup.cfg +0 -0
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nadex-cli
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
+ Keywords: nadex ,nadex-binary-options ,nadex-forex ,nadex-real-time ,nadex-market-data ,nadex-cli ,nadex-dashboard ,nadex-websocket ,nadex-trading ,nadex-finance ,nadex-python ,nadex-pip-install ,nadex-automation ,nadex-order-book,binary-options ,forex ,real-time ,market-data ,cli ,dashboard ,websocket ,trading ,finance ,python ,pip-install ,automation ,order-book,nadex pypi ,pypi nadex ,pip nadex ,pip i nadex-cli ,pypi nadex-cli ,pip nadex
4
5
  Description-Content-Type: text/markdown
5
6
  License-File: LICENSE
6
7
  Requires-Dist: python-dotenv
@@ -8,6 +9,7 @@ Requires-Dist: requests
8
9
  Requires-Dist: websockets
9
10
  Dynamic: description
10
11
  Dynamic: description-content-type
12
+ Dynamic: keywords
11
13
  Dynamic: license-file
12
14
  Dynamic: requires-dist
13
15
 
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nadex-cli
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
+ Keywords: nadex ,nadex-binary-options ,nadex-forex ,nadex-real-time ,nadex-market-data ,nadex-cli ,nadex-dashboard ,nadex-websocket ,nadex-trading ,nadex-finance ,nadex-python ,nadex-pip-install ,nadex-automation ,nadex-order-book,binary-options ,forex ,real-time ,market-data ,cli ,dashboard ,websocket ,trading ,finance ,python ,pip-install ,automation ,order-book,nadex pypi ,pypi nadex ,pip nadex ,pip i nadex-cli ,pypi nadex-cli ,pip nadex
4
5
  Description-Content-Type: text/markdown
5
6
  License-File: LICENSE
6
7
  Requires-Dist: python-dotenv
@@ -8,6 +9,7 @@ Requires-Dist: requests
8
9
  Requires-Dist: websockets
9
10
  Dynamic: description
10
11
  Dynamic: description-content-type
12
+ Dynamic: keywords
11
13
  Dynamic: license-file
12
14
  Dynamic: requires-dist
13
15
 
@@ -0,0 +1,24 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ with open("README.md", "r") as f:
4
+ description = f.read()
5
+
6
+ setup(
7
+ name='nadex-cli',
8
+ version='1.0.1',
9
+ packages=find_packages(),
10
+ include_package_data=True,
11
+ install_requires=[
12
+ 'python-dotenv',
13
+ 'requests',
14
+ 'websockets',
15
+ ],
16
+ entry_points={
17
+ "console_scripts":[
18
+ "nadex_dashboard = nadex_dashboard:cli_entry"
19
+ ]
20
+ },
21
+ long_description=description,
22
+ long_description_content_type="text/markdown",
23
+ keywords=('nadex ', 'nadex-binary-options ', 'nadex-forex ', 'nadex-real-time ', 'nadex-market-data ', 'nadex-cli ', 'nadex-dashboard ', 'nadex-websocket ', 'nadex-trading ', 'nadex-finance ', 'nadex-python ', 'nadex-pip-install ', 'nadex-automation ', 'nadex-order-book', 'binary-options ', 'forex ', 'real-time ', 'market-data ', 'cli ', 'dashboard ', 'websocket ', 'trading ', 'finance ', 'python ', 'pip-install ', 'automation ', 'order-book', 'nadex pypi ', 'pypi nadex ', 'pip nadex ', 'pip i nadex-cli ', 'pypi nadex-cli ', 'pip nadex '),
24
+ )
nadex_cli-1.0.0/setup.py DELETED
@@ -1,23 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- with open("README.md", "r") as f:
4
- description = f.read()
5
-
6
- setup(
7
- name='nadex-cli',
8
- version='1.0.0',
9
- packages=find_packages(),
10
- include_package_data=True,
11
- install_requires=[
12
- 'python-dotenv',
13
- 'requests',
14
- 'websockets',
15
- ],
16
- entry_points={
17
- "console_scripts":[
18
- "nadex_dashboard = nadex_dashboard:cli_entry"
19
- ]
20
- },
21
- long_description=description,
22
- long_description_content_type="text/markdown",
23
- )
File without changes
File without changes
File without changes
File without changes
File without changes