Initial commit

This commit is contained in:
Heath Brown
2022-10-26 23:49:47 -05:00
commit a90d83fd2e
10 changed files with 378 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# pscanner
[![PyPI - Version](https://img.shields.io/pypi/v/pscanner.svg)](https://pypi.org/project/pscanner)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pscanner.svg)](https://pypi.org/project/pscanner)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install pscanner
```
## License
`pscanner` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.