Files
pscanner/README.md
2022-11-01 19:02:42 -05:00

33 lines
429 B
Markdown

# pscanner
-----
**Table of Contents**
- [Installation](#installation)
- [Development](#development)
- [License](#license)
## Installation
```console
pip install pscanner
```
## Development
Prereqs for development
```console
pipx install hatch
```
Running development environment
```console
hatch shell
```
## License
`pscanner` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.