Metadata-Version: 2.1
Name: pyfrost-network
Version: 0.0.0.dev0
Summary: Provides a basic TCP server and client class in Python that can be used to quickly make networked apps. Includes encryption, different accounts, and an ecrypted user-data database.
Author-email: Grant Giesbrecht <grant.giesbrecht@colorado.edu>
Project-URL: Homepage, https://github.com/Grant-Giesbrecht/pyfrost
Project-URL: Issues, https://github.com/Grant-Giesbrecht/pyfrost/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pylogfile>=0.2.1

# pyfrost

Provides a basic TCP server and client class in Python that can be used to quickly make networked apps. Includes encryption, different accounts, and an ecrypted user-data database.
