Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Python SDK for the [Hyperping](https://hyperping.io) uptime monitoring and incid

## Installation

Requires **Python 3.11+**.

```bash
pip install hyperping
# or
Expand Down Expand Up @@ -175,11 +177,11 @@ This package ships a `py.typed` marker (PEP 561) and is fully typed. Works out o

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).
See [CONTRIBUTING.md](https://github.com/develeap/hyperping-python/blob/main/CONTRIBUTING.md).

## License

MIT — see [LICENSE](LICENSE).
MIT — see [LICENSE](https://github.com/develeap/hyperping-python/blob/main/LICENSE).

## Maintained by

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ build-backend = "hatchling.build"
name = "hyperping"
version = "0.1.0"
description = "Python SDK for the Hyperping uptime monitoring and incident management API"
readme = "README.md"
readme = {file = "README.md", content-type = "text/markdown"}
license = {text = "MIT"}
requires-python = ">=3.11"
authors = [{ name = "Develeap", email = "dev@develeap.com" }]
keywords = ["hyperping", "monitoring", "uptime", "status-page", "incident", "api-client"]
keywords = ["hyperping", "monitoring", "uptime", "status-page", "incident", "api-client", "sdk", "python", "pydantic", "httpx"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
Loading