Metadata-Version: 2.1
Name: life-stream-cli
Version: 0.2.1
Summary: A client for the Life Stream service
Home-page: https://github.com/zjor/life-stream-cli
License: MIT
Author: Sergey Royz
Author-email: zjor.se@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: prompt-toolkit (>=3.0.8,<4.0.0)
Requires-Dist: requests (>=2.25.0,<3.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Project-URL: Repository, https://github.com/zjor/life-stream-cli
Description-Content-Type: text/markdown

# life-stream-cli

# Overview

Life is a stream of events, thought noise and ideas are coming every day. The Life Stream service is intended to organize
small notes. Simply save them under the one or more tags. You can find them later easily.
If you want to forget something, simply put it down. 

## How to distribute

1. `python -m pep517.build .`
2. `twine upload dist/*`
3. `pip install life-stream-cli`

## Useful tips

- (Development) Switching between profiles `lst config --set active-profile=default`
