NitroExpose 1.3__tar.gz → 1.4__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 NitroExpose might be problematic. Click here for more details.

@@ -0,0 +1,98 @@
1
+ Metadata-Version: 2.4
2
+ Name: NitroExpose
3
+ Version: 1.4
4
+ Summary: Advanced CLI To Expose Port To Your Domain.
5
+ Home-page: https://github.com/yuvrajmodz/NitroExpose
6
+ Author: @NacDevs
7
+ Author-email: yuvrajmodz@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: POSIX :: Linux
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: requests
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license-file
22
+ Dynamic: requires-dist
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ ## NitroExpose
27
+
28
+ **Letest Version:** 1.4
29
+ **Developer:** @Nactire
30
+ **Git Repo:** [NitroExpose](https://github.com/yuvrajmodz/NitroExpose)
31
+
32
+ ---
33
+
34
+ ## 🚀 Overview
35
+
36
+ **NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain** — with **automatic SSL installation** Powered by Let's Encrypt.
37
+
38
+ It provides a **one-command deployment system** for developers who want to run their local apps (Flask, FastAPI, Node.js, etc.) directly on a live domain without manually configuring NGINX or DNS records.
39
+
40
+ ---
41
+
42
+ ## ⚡ Key Features
43
+
44
+ • Easily Expose Your Local Port to Your Domain.
45
+ • Automatic **NGINX** configuration
46
+ • Automatic **SSL (Let's Encrypt)** installation
47
+ • Required **Root (Sudo)** Environment
48
+ • Intelligent error handling with Fast Speed.
49
+ • Lightweight and Fast Completes setup in under 10 Sec
50
+
51
+ ---
52
+
53
+ ## 🛠️ System Requirements
54
+
55
+ - Python **3.8+**
56
+ - **Ubuntu** or **Debian-based** System
57
+ - **Root** or **Sudo** privileges
58
+ - **apt** Package Manager Required
59
+
60
+ ---
61
+
62
+ ## Installation
63
+
64
+ ```bash
65
+ pip install NitroExpose --break-system-packages
66
+ ```
67
+
68
+ ## Optional installation
69
+
70
+ ```bash
71
+ sudo apt update -y
72
+ sudo apt install nginx -y
73
+ sudo apt install certbot -y
74
+ sudo apt install python3-certbot-nginx -y
75
+ ```
76
+
77
+ ## 🧭 Usage Guide
78
+
79
+ **Note**: Point Your Vps/Server IP On Your Domain.
80
+
81
+ Step 1 – **Lauch NitroExpose**
82
+ ```bash
83
+ NitroExpose
84
+ ```
85
+
86
+ Step 2 – **Enter Your Domain Or Subdomain**
87
+ ```bash
88
+ ┌─╼ Enter Domain Or Subdomain
89
+ └────╼ ❯❯❯ myproject.example.com
90
+ ```
91
+
92
+ Step 3 – **Enter the Local Port to Expose**
93
+ ```bash
94
+ ┌─╼ Enter Port To Expose
95
+ └────╼ ❯❯❯ 8000
96
+ ```
97
+
98
+ ✨ **Now it Will Take 8 to 9 Seconds For Verification And Then Boom 💥 Your Local Port Successfully Exposed To Your Public Domain/Subdomain**.
@@ -0,0 +1,98 @@
1
+ Metadata-Version: 2.4
2
+ Name: NitroExpose
3
+ Version: 1.4
4
+ Summary: Advanced CLI To Expose Port To Your Domain.
5
+ Home-page: https://github.com/yuvrajmodz/NitroExpose
6
+ Author: @NacDevs
7
+ Author-email: yuvrajmodz@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: POSIX :: Linux
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: requests
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license-file
22
+ Dynamic: requires-dist
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ ## NitroExpose
27
+
28
+ **Letest Version:** 1.4
29
+ **Developer:** @Nactire
30
+ **Git Repo:** [NitroExpose](https://github.com/yuvrajmodz/NitroExpose)
31
+
32
+ ---
33
+
34
+ ## 🚀 Overview
35
+
36
+ **NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain** — with **automatic SSL installation** Powered by Let's Encrypt.
37
+
38
+ It provides a **one-command deployment system** for developers who want to run their local apps (Flask, FastAPI, Node.js, etc.) directly on a live domain without manually configuring NGINX or DNS records.
39
+
40
+ ---
41
+
42
+ ## ⚡ Key Features
43
+
44
+ • Easily Expose Your Local Port to Your Domain.
45
+ • Automatic **NGINX** configuration
46
+ • Automatic **SSL (Let's Encrypt)** installation
47
+ • Required **Root (Sudo)** Environment
48
+ • Intelligent error handling with Fast Speed.
49
+ • Lightweight and Fast Completes setup in under 10 Sec
50
+
51
+ ---
52
+
53
+ ## 🛠️ System Requirements
54
+
55
+ - Python **3.8+**
56
+ - **Ubuntu** or **Debian-based** System
57
+ - **Root** or **Sudo** privileges
58
+ - **apt** Package Manager Required
59
+
60
+ ---
61
+
62
+ ## Installation
63
+
64
+ ```bash
65
+ pip install NitroExpose --break-system-packages
66
+ ```
67
+
68
+ ## Optional installation
69
+
70
+ ```bash
71
+ sudo apt update -y
72
+ sudo apt install nginx -y
73
+ sudo apt install certbot -y
74
+ sudo apt install python3-certbot-nginx -y
75
+ ```
76
+
77
+ ## 🧭 Usage Guide
78
+
79
+ **Note**: Point Your Vps/Server IP On Your Domain.
80
+
81
+ Step 1 – **Lauch NitroExpose**
82
+ ```bash
83
+ NitroExpose
84
+ ```
85
+
86
+ Step 2 – **Enter Your Domain Or Subdomain**
87
+ ```bash
88
+ ┌─╼ Enter Domain Or Subdomain
89
+ └────╼ ❯❯❯ myproject.example.com
90
+ ```
91
+
92
+ Step 3 – **Enter the Local Port to Expose**
93
+ ```bash
94
+ ┌─╼ Enter Port To Expose
95
+ └────╼ ❯❯❯ 8000
96
+ ```
97
+
98
+ ✨ **Now it Will Take 8 to 9 Seconds For Verification And Then Boom 💥 Your Local Port Successfully Exposed To Your Public Domain/Subdomain**.
@@ -0,0 +1,73 @@
1
+ ## NitroExpose
2
+
3
+ **Letest Version:** 1.4
4
+ **Developer:** @Nactire
5
+ **Git Repo:** [NitroExpose](https://github.com/yuvrajmodz/NitroExpose)
6
+
7
+ ---
8
+
9
+ ## 🚀 Overview
10
+
11
+ **NitroExpose** is an advanced CLI tool that allows you to **instantly expose any local port to your custom domain** — with **automatic SSL installation** Powered by Let's Encrypt.
12
+
13
+ It provides a **one-command deployment system** for developers who want to run their local apps (Flask, FastAPI, Node.js, etc.) directly on a live domain without manually configuring NGINX or DNS records.
14
+
15
+ ---
16
+
17
+ ## ⚡ Key Features
18
+
19
+ • Easily Expose Your Local Port to Your Domain.
20
+ • Automatic **NGINX** configuration
21
+ • Automatic **SSL (Let's Encrypt)** installation
22
+ • Required **Root (Sudo)** Environment
23
+ • Intelligent error handling with Fast Speed.
24
+ • Lightweight and Fast Completes setup in under 10 Sec
25
+
26
+ ---
27
+
28
+ ## 🛠️ System Requirements
29
+
30
+ - Python **3.8+**
31
+ - **Ubuntu** or **Debian-based** System
32
+ - **Root** or **Sudo** privileges
33
+ - **apt** Package Manager Required
34
+
35
+ ---
36
+
37
+ ## Installation
38
+
39
+ ```bash
40
+ pip install NitroExpose --break-system-packages
41
+ ```
42
+
43
+ ## Optional installation
44
+
45
+ ```bash
46
+ sudo apt update -y
47
+ sudo apt install nginx -y
48
+ sudo apt install certbot -y
49
+ sudo apt install python3-certbot-nginx -y
50
+ ```
51
+
52
+ ## 🧭 Usage Guide
53
+
54
+ **Note**: Point Your Vps/Server IP On Your Domain.
55
+
56
+ Step 1 – **Lauch NitroExpose**
57
+ ```bash
58
+ NitroExpose
59
+ ```
60
+
61
+ Step 2 – **Enter Your Domain Or Subdomain**
62
+ ```bash
63
+ ┌─╼ Enter Domain Or Subdomain
64
+ └────╼ ❯❯❯ myproject.example.com
65
+ ```
66
+
67
+ Step 3 – **Enter the Local Port to Expose**
68
+ ```bash
69
+ ┌─╼ Enter Port To Expose
70
+ └────╼ ❯❯❯ 8000
71
+ ```
72
+
73
+ ✨ **Now it Will Take 8 to 9 Seconds For Verification And Then Boom 💥 Your Local Port Successfully Exposed To Your Public Domain/Subdomain**.
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="NitroExpose",
5
- version="1.3",
5
+ version="1.4",
6
6
  author="@NacDevs",
7
7
  author_email="yuvrajmodz@gmail.com",
8
8
  description="Advanced CLI To Expose Port To Your Domain.",
@@ -1,57 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: NitroExpose
3
- Version: 1.3
4
- Summary: Advanced CLI To Expose Port To Your Domain.
5
- Home-page: https://github.com/yuvrajmodz/NitroExpose
6
- Author: @NacDevs
7
- Author-email: yuvrajmodz@gmail.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: POSIX :: Linux
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Requires-Dist: requests
15
- Dynamic: author
16
- Dynamic: author-email
17
- Dynamic: classifier
18
- Dynamic: description
19
- Dynamic: description-content-type
20
- Dynamic: home-page
21
- Dynamic: license-file
22
- Dynamic: requires-dist
23
- Dynamic: requires-python
24
- Dynamic: summary
25
-
26
- # NitroExpose
27
-
28
- **Letest Version:** 1.3
29
- **Developer:** @Nactire
30
- **Git Repo:** [GitHub](https://github.com/yuvrajmodz/NitroExpose)
31
-
32
- • Easily Expose Your Local Port to Your Domain.
33
- • Automatic SSL installation.
34
- • Automatic Tests To Your Site.
35
- • Expose Within 4 Seconds.
36
- • Our Software Needs Root Environment.
37
-
38
- ## Installation
39
-
40
- ```bash
41
- pip install NitroExpose --break-system-packages
42
- ```
43
-
44
- ## Usage
45
-
46
- ```bash
47
- NitroExpose
48
- ```
49
-
50
- ## Optional installation
51
-
52
- ```bash
53
- sudo apt update -y
54
- sudo apt install nginx -y
55
- sudo apt install certbot -y
56
- sudo apt install python3-certbot-nginx -y
57
- ```
nitroexpose-1.3/PKG-INFO DELETED
@@ -1,57 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: NitroExpose
3
- Version: 1.3
4
- Summary: Advanced CLI To Expose Port To Your Domain.
5
- Home-page: https://github.com/yuvrajmodz/NitroExpose
6
- Author: @NacDevs
7
- Author-email: yuvrajmodz@gmail.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: POSIX :: Linux
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Requires-Dist: requests
15
- Dynamic: author
16
- Dynamic: author-email
17
- Dynamic: classifier
18
- Dynamic: description
19
- Dynamic: description-content-type
20
- Dynamic: home-page
21
- Dynamic: license-file
22
- Dynamic: requires-dist
23
- Dynamic: requires-python
24
- Dynamic: summary
25
-
26
- # NitroExpose
27
-
28
- **Letest Version:** 1.3
29
- **Developer:** @Nactire
30
- **Git Repo:** [GitHub](https://github.com/yuvrajmodz/NitroExpose)
31
-
32
- • Easily Expose Your Local Port to Your Domain.
33
- • Automatic SSL installation.
34
- • Automatic Tests To Your Site.
35
- • Expose Within 4 Seconds.
36
- • Our Software Needs Root Environment.
37
-
38
- ## Installation
39
-
40
- ```bash
41
- pip install NitroExpose --break-system-packages
42
- ```
43
-
44
- ## Usage
45
-
46
- ```bash
47
- NitroExpose
48
- ```
49
-
50
- ## Optional installation
51
-
52
- ```bash
53
- sudo apt update -y
54
- sudo apt install nginx -y
55
- sudo apt install certbot -y
56
- sudo apt install python3-certbot-nginx -y
57
- ```
nitroexpose-1.3/README.md DELETED
@@ -1,32 +0,0 @@
1
- # NitroExpose
2
-
3
- **Letest Version:** 1.3
4
- **Developer:** @Nactire
5
- **Git Repo:** [GitHub](https://github.com/yuvrajmodz/NitroExpose)
6
-
7
- • Easily Expose Your Local Port to Your Domain.
8
- • Automatic SSL installation.
9
- • Automatic Tests To Your Site.
10
- • Expose Within 4 Seconds.
11
- • Our Software Needs Root Environment.
12
-
13
- ## Installation
14
-
15
- ```bash
16
- pip install NitroExpose --break-system-packages
17
- ```
18
-
19
- ## Usage
20
-
21
- ```bash
22
- NitroExpose
23
- ```
24
-
25
- ## Optional installation
26
-
27
- ```bash
28
- sudo apt update -y
29
- sudo apt install nginx -y
30
- sudo apt install certbot -y
31
- sudo apt install python3-certbot-nginx -y
32
- ```
File without changes
File without changes
File without changes
File without changes