Metadata-Version: 2.4
Name: txtp
Version: 0.1.0
Summary: A simple Text Transfer Protocol (TXTP) over TCP sockets.
Author-email: Rehan Sajid Hoque <idndteog19@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Project-URL: Homepage, https://github.com/txtp
Project-URL: Source, https://github.com/txtp

# TXTP

A simple text transport protocol over TCP.

## Installation
```bash
pip install txtp

