nibble-cli 0.1.4__tar.gz → 0.3.0__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.
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/PKG-INFO +2 -2
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/nibble_cli.egg-info/PKG-INFO +2 -2
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/nibble_installer.py +1 -1
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/setup.py +1 -1
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/nibble_cli.egg-info/SOURCES.txt +0 -0
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/nibble_cli.egg-info/dependency_links.txt +0 -0
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/nibble_cli.egg-info/entry_points.txt +0 -0
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/nibble_cli.egg-info/top_level.txt +0 -0
- {nibble_cli-0.1.4 → nibble_cli-0.3.0}/setup.cfg +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nibble-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Fast local network scanner with hardware identification and a terminal UI
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/backendsystems/nibble
|
|
6
6
|
Author: saberd
|
|
7
7
|
Author-email: your-email@example.com
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nibble-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Fast local network scanner with hardware identification and a terminal UI
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/backendsystems/nibble
|
|
6
6
|
Author: saberd
|
|
7
7
|
Author-email: your-email@example.com
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -22,7 +22,7 @@ setup(
|
|
|
22
22
|
long_description_content_type="text/markdown",
|
|
23
23
|
author="saberd",
|
|
24
24
|
author_email="your-email@example.com",
|
|
25
|
-
url="https://github.com/
|
|
25
|
+
url="https://github.com/backendsystems/nibble",
|
|
26
26
|
py_modules=["nibble_installer"],
|
|
27
27
|
entry_points={
|
|
28
28
|
"console_scripts": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|