Metadata-Version: 2.1
Name: foldex
Version: 0.0.2
Summary: File Sever written with Python's Asyncio
Home-page: https://github.com/joegasewicz/foldex
Author: Joe Gasewicz
Author-email: joegasewicz@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

![Foldex](assets/foldex_logo.png?raw=true "Foldex")

[![GitHub license](https://img.shields.io/github/license/joegasewicz/foldex)](https://github.com/joegasewicz/foldex/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/joegasewicz/foldex)](https://github.com/joegasewicz/foldex/issues)


File Sever

this is an active work in progress, please call back soon.

# Quick Start

## Installation
```bash
pip install foldex
```

## Run with Docker
```json

```

# Contributing

Fork the project & create a branch referencing an issue.

If you wish to add a new feature, open an issue first & wait for an approval before opening a PR.


