Metadata-Version: 2.1
Name: foldex
Version: 0.0.3
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
Description: ![Foldex](assets/foldex_logo.png?raw=true "Foldex")
        
        
        [![Python package](https://github.com/joegasewicz/foldex/actions/workflows/python-package.yml/badge.svg)](https://github.com/joegasewicz/foldex/actions/workflows/python-package.yml)
        [![Upload Python Package](https://github.com/joegasewicz/foldex/actions/workflows/python-publish.yml/badge.svg)](https://github.com/joegasewicz/foldex/actions/workflows/python-publish.yml)
        [![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)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/foldex)
        
        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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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
