NitroExpose 1.2__py3-none-any.whl → 1.4__py3-none-any.whl

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,8 @@
1
+ nitroexpose/__init__.py,sha256=jzli5z-wSkAiPccBUXLYoXWqtFxcoSs4cfupy9yjmFM,161
2
+ nitroexpose/cli.py,sha256=w-_FkSHlesCNsj8wGsr72OHkj2KqEN0vLGizs5RyxdA,7368
3
+ nitroexpose-1.4.dist-info/licenses/LICENSE,sha256=i_D1gc46cD__O4L8jy8izzueLV1F5ut89qyA6EOynaQ,255
4
+ nitroexpose-1.4.dist-info/METADATA,sha256=83erWt2R2qrOEza48PJ9f-kD9-wPEarD9ubs5kzMalQ,2524
5
+ nitroexpose-1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ nitroexpose-1.4.dist-info/entry_points.txt,sha256=xmBtMDqH7wn0ZT8MtQYWLsEIZNvVqAi-F9nUrxVoq8w,53
7
+ nitroexpose-1.4.dist-info/top_level.txt,sha256=plDtsFeO3ei4PeJvvK2DjGFjFxZ4lnKSHHH4xeC8ei8,12
8
+ nitroexpose-1.4.dist-info/RECORD,,
@@ -1,57 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: NitroExpose
3
- Version: 1.2
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.2
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
- ```
@@ -1,8 +0,0 @@
1
- nitroexpose/__init__.py,sha256=jzli5z-wSkAiPccBUXLYoXWqtFxcoSs4cfupy9yjmFM,161
2
- nitroexpose/cli.py,sha256=w-_FkSHlesCNsj8wGsr72OHkj2KqEN0vLGizs5RyxdA,7368
3
- nitroexpose-1.2.dist-info/licenses/LICENSE,sha256=i_D1gc46cD__O4L8jy8izzueLV1F5ut89qyA6EOynaQ,255
4
- nitroexpose-1.2.dist-info/METADATA,sha256=qWUJAe1f5311vmo9MtJ4qGBpa6I6akqgEX9C_vTUMJc,1273
5
- nitroexpose-1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- nitroexpose-1.2.dist-info/entry_points.txt,sha256=xmBtMDqH7wn0ZT8MtQYWLsEIZNvVqAi-F9nUrxVoq8w,53
7
- nitroexpose-1.2.dist-info/top_level.txt,sha256=plDtsFeO3ei4PeJvvK2DjGFjFxZ4lnKSHHH4xeC8ei8,12
8
- nitroexpose-1.2.dist-info/RECORD,,