Metadata-Version: 2.3
Name: p3lib
Version: 1.1.168
Summary: A group of python modules for networking, plotting data, config storage, automating boot scripts, ssh access and user input output.
License: MIT
Author: Paul Austen
Author-email: pjaos@gmail.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.14.1)
Requires-Dist: python-engineio (>=4.13.2)
Requires-Dist: python-multipart (>=0.0.31)
Requires-Dist: python-socketio (>=5.16.2)
Requires-Dist: starlette (>=1.1.0)
Project-URL: Homepage, https://github.com/pjaos/p3lib
Project-URL: Repository, https://github.com/pjaos/p3lib
Description-Content-Type: text/markdown

# A Python3 library
A group of python modules for networking, plotting data, config storage, automating boot scripts, ssh access and user input output.

## Installation
p3lib is available on pypi and can be installed using the following command.

```
pip3 install p3lib
```

