Metadata-Version: 2.1
Name: reflectionist
Version: 0.1.2
Summary: A simple CLI app that helps you to track your reflections during your day.
Author: Dênis Araújo da Silva
Author-email: silvadenisaraujo@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown


# reflectionist

A simple CLI app that helps you to track your reflections during your day.


# Why?
Being capable of reflecting helps to understand stressful situations.

Having a different perspective on what happened facilitates to take actions on how to behave to avoid the same feeling again reducing your stress levels and enabling personal growth!

## Reflection questions

The following questions were extracted from my experience at Hyper Island, during the master's in Digital Management.


    1. What happened that affected me?
    2. How did I feel then and now?
    3. What did I learn about myself?




## Installation

Install reflectionist with pip

```bash
  pip install reflectionist
```
    
## Features

- Init environment: `reflectionist init`
- Add reflection: `reflectionist create`
- List reflections: `reflectionist list`
- Describe specific reflection: `reflectionist describe`


## Contributing

Contributions are always welcome! Just open a new issue that I will check it ASAP.


