NitroExpose 1.1__tar.gz → 1.3__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.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NitroExpose
3
- Version: 1.1
4
- Summary: Advanced CLI To Expose Port To Domain.
3
+ Version: 1.3
4
+ Summary: Advanced CLI To Expose Port To Your Domain.
5
5
  Home-page: https://github.com/yuvrajmodz/NitroExpose
6
6
  Author: @NacDevs
7
7
  Author-email: yuvrajmodz@gmail.com
@@ -25,16 +25,25 @@ Dynamic: summary
25
25
 
26
26
  # NitroExpose
27
27
 
28
- **Letest Version:** 1.1
28
+ **Letest Version:** 1.3
29
29
  **Developer:** @Nactire
30
30
  **Git Repo:** [GitHub](https://github.com/yuvrajmodz/NitroExpose)
31
31
 
32
- NitroExpose is a Python CLI tool to easily Expose Your Port to Domain.
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.
33
37
 
34
- ## Installation & Usage
38
+ ## Installation
35
39
 
36
40
  ```bash
37
41
  pip install NitroExpose --break-system-packages
42
+ ```
43
+
44
+ ## Usage
45
+
46
+ ```bash
38
47
  NitroExpose
39
48
  ```
40
49
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NitroExpose
3
- Version: 1.1
4
- Summary: Advanced CLI To Expose Port To Domain.
3
+ Version: 1.3
4
+ Summary: Advanced CLI To Expose Port To Your Domain.
5
5
  Home-page: https://github.com/yuvrajmodz/NitroExpose
6
6
  Author: @NacDevs
7
7
  Author-email: yuvrajmodz@gmail.com
@@ -25,16 +25,25 @@ Dynamic: summary
25
25
 
26
26
  # NitroExpose
27
27
 
28
- **Letest Version:** 1.1
28
+ **Letest Version:** 1.3
29
29
  **Developer:** @Nactire
30
30
  **Git Repo:** [GitHub](https://github.com/yuvrajmodz/NitroExpose)
31
31
 
32
- NitroExpose is a Python CLI tool to easily Expose Your Port to Domain.
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.
33
37
 
34
- ## Installation & Usage
38
+ ## Installation
35
39
 
36
40
  ```bash
37
41
  pip install NitroExpose --break-system-packages
42
+ ```
43
+
44
+ ## Usage
45
+
46
+ ```bash
38
47
  NitroExpose
39
48
  ```
40
49
 
@@ -1,15 +1,24 @@
1
1
  # NitroExpose
2
2
 
3
- **Letest Version:** 1.1
3
+ **Letest Version:** 1.3
4
4
  **Developer:** @Nactire
5
5
  **Git Repo:** [GitHub](https://github.com/yuvrajmodz/NitroExpose)
6
6
 
7
- NitroExpose is a Python CLI tool to easily Expose Your Port to Domain.
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.
8
12
 
9
- ## Installation & Usage
13
+ ## Installation
10
14
 
11
15
  ```bash
12
16
  pip install NitroExpose --break-system-packages
17
+ ```
18
+
19
+ ## Usage
20
+
21
+ ```bash
13
22
  NitroExpose
14
23
  ```
15
24
 
@@ -2,10 +2,10 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="NitroExpose",
5
- version="1.1",
5
+ version="1.3",
6
6
  author="@NacDevs",
7
7
  author_email="yuvrajmodz@gmail.com",
8
- description="Advanced CLI To Expose Port To Domain.",
8
+ description="Advanced CLI To Expose Port To Your Domain.",
9
9
  long_description=open("README.md").read(),
10
10
  long_description_content_type="text/markdown",
11
11
  url="https://github.com/yuvrajmodz/NitroExpose",
File without changes
File without changes
File without changes
File without changes