Skip to content

Commit

Permalink
Merge pull request #15 from namehash/jakubkarbowski/add-pypi-links
Browse files Browse the repository at this point in the history
add pypi links
  • Loading branch information
Carbon225 authored Nov 1, 2023
2 parents aeae9ce + 2d40ab7 commit 270ca95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ The Label Inspector is a critical component of the NameHash software stack that
* ENSIP-15 verification with detailed explanations and auto-suggestions
* Punycode and DNS hostname compatibility checks
* Supports many use cases
* Standalone Python library (PyPI link)
* Standalone Python library ([PyPI](https://pypi.org/project/ens-label-inspector/))
* ASGI web server
* [Amazon AWS Lambda](https://aws.amazon.com/lambda/) handler

## Getting Started

### Installing the library

The Label Inspector is available as a Python library on [PyPI]. You can install it with `pip`:
The Label Inspector is available as a Python library on [PyPI](https://pypi.org/project/ens-label-inspector/). You can install it with `pip`:

```bash
pip install TODO
pip install ens-label-inspector
```

### Starting the web server
Expand Down Expand Up @@ -49,4 +49,4 @@ t:8000

The Label Inspector includes a handler for [Amazon AWS Lambda](https://aws.amazon.com/lambda/). It is available in the `label_inspector.lambda` module. You can use it to create a Lambda function that will respond to HTTP requests. It uses the [mangum](https://mangum.io) library.

TODO
See the included [Dockerfile](/Dockerfile) for an example of how to build a Lambda deployment package.

0 comments on commit 270ca95

Please sign in to comment.