List Manager
A CLI tool that allows for list management
How To Use
This tool is meant to be used as a CLI (command line interface). You will need to install the package from pypi
pip install list_manager
After installing, you can immediately start using the tool from your command line
Show All Lists
list_manager get_lists
Show All Items In List
list_manager get_list -l <list-name>
Create List
list_manager create_list -l <list-name> -i <optional-initial-list-item>
Add Item To List
list_manager add_item -l <list-name> -i <item-name>
Delete Item From List
list_manager delete_item -l <list-name> -i <item-name>
Delete List
list_manager delete_list -l <list-name>
Release files for list-manager 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| list-manager-1.0.1.tar.gz | 3.5 kB | Details |
Release files / list-manager-1.0.1.tar.gz
| Download URL | list-manager-1.0.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b15a66cb4808a1421655396ea13a71e0c6ea592b869280a1c3ca2cd4f2c9225
|
|
BLAKE2b-256 checksum How to use checksums |
74e29ca2f64c2fe4bcf9fc59dd67af3cfd3482fb248c8dba0bb010b4e076902c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.1
|