Metadata-Version: 2.1
Name: dtplib
Version: 1.0.1
Summary: Data Transfer Protocol Library - Network server classes
Home-page: https://github.com/WKHAllen/dtplib
Author: Will Allen
Author-email: wkhallen@gmail.com
License: MIT
Keywords: sockets,networking,server,client
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: compressdir

# Data Transfer Protocol Library

Network server classes.

Source: [https://github.com/WKHAllen/dtplib](https://github.com/WKHAllen/dtplib)

### Dependencies

* [compressdir](https://github.com/WKHAllen/compressdir)

### Installation

`pip install dtplib`


