Skip to main content

A simple CLI tool that allows management of lists

Project description

List Manager

Build Status codecov.io PyPI version

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page