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.1.tar.gz
(3.5 kB
view details)
File details
Details for the file list-manager-1.0.1.tar.gz
.
File metadata
- Download URL: list-manager-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b15a66cb4808a1421655396ea13a71e0c6ea592b869280a1c3ca2cd4f2c9225 |
|
MD5 | 75c451dc03f94f67748cd6694acec055 |
|
BLAKE2b-256 | 74e29ca2f64c2fe4bcf9fc59dd67af3cfd3482fb248c8dba0bb010b4e076902c |