Metadata-Version: 2.1
Name: redast
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/rilshok/redast
Author: Vladislav A. Proskurov
Author-email: rilshok@pm.me
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# redast

## Installation

```
pip install redast
```

Or from GitHub

```
git clone git@github.com:rilshok/redast.git
cd redast
pip install -e .
```


