nadex-cli 1.0.0__tar.gz → 1.0.2__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.2}/PKG-INFO +7 -5
  2. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/README.md +4 -4
  3. {nadex_cli-1.0.0 → nadex_cli-1.0.2/nadex_cli.egg-info}/PKG-INFO +7 -5
  4. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/config.py +9 -10
  5. nadex_cli-1.0.2/setup.py +24 -0
  6. nadex_cli-1.0.0/setup.py +0 -23
  7. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/.env +0 -0
  8. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/LICENSE +0 -0
  9. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/MANIFEST.in +0 -0
  10. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_cli.egg-info/SOURCES.txt +0 -0
  11. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_cli.egg-info/dependency_links.txt +0 -0
  12. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_cli.egg-info/entry_points.txt +0 -0
  13. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_cli.egg-info/requires.txt +0 -0
  14. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_cli.egg-info/top_level.txt +0 -0
  15. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/__init__.py +0 -0
  16. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/__main__.py +0 -0
  17. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/frontend.py +0 -0
  18. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/helpers.py +0 -0
  19. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/main.py +0 -0
  20. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/messages.py +0 -0
  21. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/parsing.py +0 -0
  22. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/nadex_dashboard/websocket_manager.py +0 -0
  23. {nadex_cli-1.0.0 → nadex_cli-1.0.2}/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.2
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,12 +9,13 @@ 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
 
14
- # 📈 nadex — Real-Time 5-Minute Binary Options Market Data CLI
16
+ # 📈 NADEX — Real-Time 5-Minute Binary Options Market Data CLI
15
17
 
16
- `nadex` is a powerful Python CLI tool that fetches **live 5-minute binary options forex data** directly from the Nadex exchange. With a single command, you can access comprehensive market data including all available forex pairs, trading levels (strikes), bid/ask prices, and order book quantities — transforming your terminal into a real-time trading dashboard.
18
+ `NADEX` is a powerful Python CLI tool that fetches **live 5-minute binary options forex data** directly from the Nadex exchange. With a single command, you can access comprehensive market data including all available forex pairs, trading levels (strikes), bid/ask prices, and order book quantities — transforming your terminal into a real-time trading dashboard.
17
19
 
18
20
  Perfect for traders, developers, and financial analysts who need instant access to Nadex's binary options market structure and live pricing data.
19
21
 
@@ -26,7 +28,7 @@ Perfect for traders, developers, and financial analysts who need instant access
26
28
  - 📊 **Full order book visualization** in your terminal
27
29
  - 🔐 **Built-in test credentials** (easily replaceable with your own)
28
30
  - 🎯 **Clean, parsable CLI output** for both human reading and automation
29
- - 🐍 **One-command installation** via PyPI (`pip install nadex`)
31
+ - 🐍 **One-command installation** via PyPI (`pip install nadex-cli`)
30
32
  - 🌐 **WebSocket streaming** for real-time updates
31
33
  - 📈 **Professional-grade market data** from Nadex exchange
32
34
 
@@ -37,7 +39,7 @@ Perfect for traders, developers, and financial analysts who need instant access
37
39
  Install the package globally using pip:
38
40
 
39
41
  ```bash
40
- pip install nadex
42
+ pip install nadex-cli
41
43
  ```
42
44
 
43
45
  That's it! No additional setup required.
@@ -1,6 +1,6 @@
1
- # 📈 nadex — Real-Time 5-Minute Binary Options Market Data CLI
1
+ # 📈 NADEX — Real-Time 5-Minute Binary Options Market Data CLI
2
2
 
3
- `nadex` is a powerful Python CLI tool that fetches **live 5-minute binary options forex data** directly from the Nadex exchange. With a single command, you can access comprehensive market data including all available forex pairs, trading levels (strikes), bid/ask prices, and order book quantities — transforming your terminal into a real-time trading dashboard.
3
+ `NADEX` is a powerful Python CLI tool that fetches **live 5-minute binary options forex data** directly from the Nadex exchange. With a single command, you can access comprehensive market data including all available forex pairs, trading levels (strikes), bid/ask prices, and order book quantities — transforming your terminal into a real-time trading dashboard.
4
4
 
5
5
  Perfect for traders, developers, and financial analysts who need instant access to Nadex's binary options market structure and live pricing data.
6
6
 
@@ -13,7 +13,7 @@ Perfect for traders, developers, and financial analysts who need instant access
13
13
  - 📊 **Full order book visualization** in your terminal
14
14
  - 🔐 **Built-in test credentials** (easily replaceable with your own)
15
15
  - 🎯 **Clean, parsable CLI output** for both human reading and automation
16
- - 🐍 **One-command installation** via PyPI (`pip install nadex`)
16
+ - 🐍 **One-command installation** via PyPI (`pip install nadex-cli`)
17
17
  - 🌐 **WebSocket streaming** for real-time updates
18
18
  - 📈 **Professional-grade market data** from Nadex exchange
19
19
 
@@ -24,7 +24,7 @@ Perfect for traders, developers, and financial analysts who need instant access
24
24
  Install the package globally using pip:
25
25
 
26
26
  ```bash
27
- pip install nadex
27
+ pip install nadex-cli
28
28
  ```
29
29
 
30
30
  That's it! No additional setup required.
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nadex-cli
3
- Version: 1.0.0
3
+ Version: 1.0.2
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,12 +9,13 @@ 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
 
14
- # 📈 nadex — Real-Time 5-Minute Binary Options Market Data CLI
16
+ # 📈 NADEX — Real-Time 5-Minute Binary Options Market Data CLI
15
17
 
16
- `nadex` is a powerful Python CLI tool that fetches **live 5-minute binary options forex data** directly from the Nadex exchange. With a single command, you can access comprehensive market data including all available forex pairs, trading levels (strikes), bid/ask prices, and order book quantities — transforming your terminal into a real-time trading dashboard.
18
+ `NADEX` is a powerful Python CLI tool that fetches **live 5-minute binary options forex data** directly from the Nadex exchange. With a single command, you can access comprehensive market data including all available forex pairs, trading levels (strikes), bid/ask prices, and order book quantities — transforming your terminal into a real-time trading dashboard.
17
19
 
18
20
  Perfect for traders, developers, and financial analysts who need instant access to Nadex's binary options market structure and live pricing data.
19
21
 
@@ -26,7 +28,7 @@ Perfect for traders, developers, and financial analysts who need instant access
26
28
  - 📊 **Full order book visualization** in your terminal
27
29
  - 🔐 **Built-in test credentials** (easily replaceable with your own)
28
30
  - 🎯 **Clean, parsable CLI output** for both human reading and automation
29
- - 🐍 **One-command installation** via PyPI (`pip install nadex`)
31
+ - 🐍 **One-command installation** via PyPI (`pip install nadex-cli`)
30
32
  - 🌐 **WebSocket streaming** for real-time updates
31
33
  - 📈 **Professional-grade market data** from Nadex exchange
32
34
 
@@ -37,7 +39,7 @@ Perfect for traders, developers, and financial analysts who need instant access
37
39
  Install the package globally using pip:
38
40
 
39
41
  ```bash
40
- pip install nadex
42
+ pip install nadex-cli
41
43
  ```
42
44
 
43
45
  That's it! No additional setup required.
@@ -14,17 +14,16 @@ load_dotenv()
14
14
 
15
15
  class Config:
16
16
  # Authentication
17
- NADEX_USERNAME = os.getenv('NADEX_USERNAME')
18
- NADEX_PASSWORD = os.getenv('NADEX_PASSWORD')
19
- NADEX_USER_ID = os.getenv('NADEX_USER_ID')
17
+ NADEX_USERNAME = os.getenv('NADEX_USERNAME', 'demo-shivam001')
18
+ NADEX_PASSWORD = os.getenv('NADEX_PASSWORD', 'cBj2AfSSAX4NBXc')
19
+ NADEX_USER_ID = os.getenv('NADEX_USER_ID', 'SHIVAM001')
20
20
 
21
- # API URLs
22
- NADEX_AUTH_URL = os.getenv('NADEX_AUTH_URL')
23
- NADEX_SESSION_URL = os.getenv('NADEX_SESSION_URL')
24
- NADEX_MARKET_TREE_URL = os.getenv('NADEX_MARKET_TREE_URL')
25
- NADEX_NAVIGATION_URL = os.getenv('NADEX_NAVIGATION_URL')
26
- FRONTEND_PORT = os.getenv('FRONTEND_PORT')
27
- # WebSocket Configuration
21
+ NADEX_AUTH_URL = os.getenv('NADEX_AUTH_URL', 'https://demo-trade.nadex.com/iDeal/v2/security/authenticate')
22
+ NADEX_SESSION_URL = os.getenv('NADEX_SESSION_URL', 'https://demo-upd.nadex.com/lightstreamer/create_session.js')
23
+ NADEX_MARKET_TREE_URL = os.getenv('NADEX_MARKET_TREE_URL', 'https://demo-trade.nadex.com/iDeal/markets/hierarchy/tree/full')
24
+ NADEX_NAVIGATION_URL = os.getenv('NADEX_NAVIGATION_URL', 'https://demo-trade.nadex.com/iDeal/markets/navigation')
25
+ FRONTEND_PORT = os.getenv('FRONTEND_PORT', '8765')
26
+
28
27
  PING_INTERVAL = int(os.getenv('PING_INTERVAL', 30))
29
28
  RESUBSCRIBE_INTERVAL = int(os.getenv('RESUBSCRIBE_INTERVAL', 300))
30
29
  INITIAL_TABLE_COUNTER = int(os.getenv('INITIAL_TABLE_COUNTER', 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.2',
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