33 lines
429 B
Markdown
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.
|