python-license-manager

Python license manager


Licenses
GPL-3.0+/OML
Install
pip install python-license-manager==0.2.11

Documentation

plm

The Python license manager.

PyPi Version

PLM is a command-line tool and library that manages your Python software licenses. Install with

pip install python-license-manager

and install a new license with

plm add <your-license-key>

All command line options are retrieved with

plm -h
Usage: plm [-h] [--version]
           {list,ls,fingerprint,fp,info,i,add,a,remove,rm,clean,clear-cache,cc}
           ...

Python license manager.

Options:
  -h, --help            show this help message and exit
  --version, -v         display version information

Subcommands:
  {list,ls,fingerprint,fp,info,i,add,a,remove,rm,clean,clear-cache,cc}
    list (ls)           List all installed licenses
    fingerprint (fp)    Display machine fingerprint
    info (i)            Show license info
    add (a)             Add license
    remove (rm)         Remove license
    clean               Remove invalid licenses
    clear-cache (cc)    Clear caches