Skip to content

Commit

Permalink
replaced unofficial wording in the descriptions closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Apr 4, 2024
1 parent 0b83f55 commit abeaddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pkb_client

Unofficial client for the Porkbun API
Python client for the Porkbun API

---
[![PyPI](https://img.shields.io/pypi/v/pkb_client)](https://pypi.org/project/pkb-client/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pkb_client) [![Downloads](https://static.pepy.tech/personalized-badge/pkb-client?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Total%20Downloads)](https://pepy.tech/project/pkb-client) ![GitHub](https://img.shields.io/github/license/infinityofspace/pkb_client) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/infinityofspace/pkb_client/pypi-publish-release.yml)
Expand All @@ -21,7 +21,7 @@ Unofficial client for the Porkbun API

### About

*pkb_client* is an unofficial client for the [Porkbun](https://porkbun.com) API. It supports the v3 of the API. You can
*pkb_client* is an python client for the [Porkbun](https://porkbun.com) API. It supports the v3 of the API. You can
find the official documentation of the Porkbun API [here](https://porkbun.com/api/json/v3/documentation).

### Installation
Expand Down Expand Up @@ -142,6 +142,8 @@ All modules used by this project are listed below:
Furthermore, this readme file contains embeddings of [Shields.io](https://github.com/badges/shields)
and [PePy](https://github.com/psincraian/pepy). The tests use [ipify](https://github.com/rdegges/ipify-api).

_This project is not associated with Porkbun LLC._

### License

[MIT](https://github.com/infinityofspace/pkb_client/blob/master/License) - Copyright (c) Marvin Heptner
2 changes: 1 addition & 1 deletion pkb_client/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def default(self, o):

def main():
parser = argparse.ArgumentParser(
description="Unofficial client for the Porkbun API",
description="Python client for the Porkbun API",
formatter_class=argparse.RawDescriptionHelpFormatter,
epilog=textwrap.dedent("""
License:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
version=pkb_client.__version__,
author="infinityofspace",
url="https://github.com/infinityofspace/pkb_client",
description="Unofficial client for the Porkbun API",
description="Python client for the Porkbun API",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit abeaddc

Please sign in to comment.