mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update package name to neon_api
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# `neon_client`: an api wrapper for the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api).
|
# `neon_api`: an api wrapper for the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api).
|
||||||
|
|
||||||
`neon_client` is a Python wrapper designed to simplify interactions with the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api). It provides a convenient way for developers to integrate their Python applications with the Neon platform, offering methods to manage API keys, projects, branches, databases, endpoints, roles, and operations programmatically.
|
`neon_api` is a Python wrapper designed to simplify interactions with the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api). It provides a convenient way for developers to integrate their Python applications with the Neon platform, offering methods to manage API keys, projects, branches, databases, endpoints, roles, and operations programmatically.
|
||||||
|
|
||||||
With `neon_client`, you can automate tasks, streamline workflows, and build powerful integrations with ease.
|
With `neon_api`, you can automate tasks, streamline workflows, and build powerful integrations with ease.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install neon-client
|
$ pip install neon-api
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -17,7 +17,7 @@ $ pip install neon-client
|
|||||||
**[Documentation is available on ReadTheDocs](https://neon-client-python.readthedocs.io/)**.
|
**[Documentation is available on ReadTheDocs](https://neon-client-python.readthedocs.io/)**.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from neon_client import NeonAPI
|
from neon_api import NeonAPI
|
||||||
|
|
||||||
# Initialize the client.
|
# Initialize the client.
|
||||||
neon = NeonAPI(api_key='your_api_key')
|
neon = NeonAPI(api_key='your_api_key')
|
||||||
|
|||||||
Reference in New Issue
Block a user