A simple CLI tool that allows management of lists
Project description
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
list-manager-1.0.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file list-manager-1.0.0.tar.gz
.
File metadata
- Download URL: list-manager-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 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.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95204e2f42e66f30ab637e6810b35028632db4f1b5b97c41b43bf6ba31a12dd7 |
|
MD5 | 741bb5bdfca21cb40d4e40abc7c06ed0 |
|
BLAKE2b-256 | e708e38b27ea24fbe370857926189229467af3da37c8dde859e5ba7da071b265 |
File details
Details for the file list_manager-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: list_manager-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 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.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fcdcce9c040f3d98fef4986047971bdab38d5170ee1c61b38ef27ec8b6c012b |
|
MD5 | 4583e99422bcb33d9d98e80325634cbf |
|
BLAKE2b-256 | fe9c7f0b18837289c3fb04e22b5c78b312577e35c4dba0bb39c2cf8c33713d66 |