Metadata-Version: 2.3
Name: p3lib
Version: 1.1.135
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
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
```

