listinput 0.1.1__tar.gz → 0.1.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.
- {listinput-0.1.1 → listinput-0.1.2}/PKG-INFO +2 -2
- {listinput-0.1.1 → listinput-0.1.2}/README.md +1 -1
- {listinput-0.1.1 → listinput-0.1.2}/pyproject.toml +1 -1
- {listinput-0.1.1 → listinput-0.1.2}/src/listinput.egg-info/PKG-INFO +2 -2
- {listinput-0.1.1 → listinput-0.1.2}/setup.cfg +0 -0
- {listinput-0.1.1 → listinput-0.1.2}/src/list_input/__init__.py +0 -0
- {listinput-0.1.1 → listinput-0.1.2}/src/list_input/input_handlers.py +0 -0
- {listinput-0.1.1 → listinput-0.1.2}/src/listinput.egg-info/SOURCES.txt +0 -0
- {listinput-0.1.1 → listinput-0.1.2}/src/listinput.egg-info/dependency_links.txt +0 -0
- {listinput-0.1.1 → listinput-0.1.2}/src/listinput.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: listinput
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A custom package to handle various user list inputs easily.
|
|
5
5
|
Author-email: H1te5h <malviya.hitesh.1607@gmail.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -16,7 +16,7 @@ A custom Python package to easily handle various types of user list inputs from
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
pip install
|
|
19
|
+
pip install listinput
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Usage Examples
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: listinput
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A custom package to handle various user list inputs easily.
|
|
5
5
|
Author-email: H1te5h <malviya.hitesh.1607@gmail.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -16,7 +16,7 @@ A custom Python package to easily handle various types of user list inputs from
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
pip install
|
|
19
|
+
pip install listinput
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Usage Examples
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|