Metadata-Version: 2.1
Name: easy-tcp
Version: 0.0.2
Summary: Python TCP WSGI Server
Home-page: https://github.com/joegasewicz/easy-tcp
Author: Joe Gasewicz
Author-email: joegasewicz@gmail.com
License: UNKNOWN
Description: [![C/C++ CI](https://github.com/joegasewicz/easy-tcp/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/joegasewicz/easy-tcp/actions/workflows/c-cpp.yml)
        
        # Easy TCP
        Python WSGI Server written in C
        
        ### Compatibility
        Run on UNIX like systems
        
        ### Quick Start
        
        ##### Install
        ```bash
        pip install easy-tcp
        ```
        
        ##### Start Easy TCP Server
        ```bash
        easy-tcp --port 7070 --max_processes 15 --app app.py --function start_app
        ```
        
        ### Contributing
        Please see [Contributing](CONTRIBUTING.md)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
