Metadata-Version: 2.1
Name: poetspy
Version: 0.1.1
Summary: A small cli util to show project directories
Home-page: https://github.com/jokeneversoke/poets
License: MIT
Author: JokeNeverSoke
Author-email: zengjoseph@hotmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: marko (>=1.0.1,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# Poets

A small script that goes over the directories of the current directories, and print them
`ls`-like, but also showing descriptions scraped to the best of the script's abilities

![demonstration](./assets/demonstration.gif)

## Getting Started

Installation with pip

```bash
$ pip install poetspy
```

Installation with pipx

```bash
$ pipx install poetspy
```

## Usage

`cd` into your directory containing all your projects, then `pt`

