Add name and updated Readme

This commit is contained in:
Heath Brown
2022-11-01 19:02:42 -05:00
parent cf5455fd8e
commit 5033f87302
2 changed files with 18 additions and 7 deletions

View File

@@ -1,13 +1,11 @@
# 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)
- [Development](#development)
- [License](#license)
## Installation
@@ -16,6 +14,19 @@
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.