Metadata-Version: 2.1
Name: loo
Version: 1.0.0a4
Summary: LooMan Cli
Home-page: https://github.com/LooMan/looman-cli
Author: Fredrik Larsson
Author-email: larsson.fredrik31@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: click

# looman-cli
[![Actions Status](https://github.com/LooMan/looman-cli/workflows/Upload%20Python%20Package/badge.svg)](https://github.com/LooMan/looman-cli/actions)

## Install 
`pip install loo`

## Upgrade
`pip install loo --upgrade`

## Upload new version
`python setup.py sdist bdist_wheel`

`twine upload dist/*`

