mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update README.md
This commit is contained in:
@@ -4,6 +4,16 @@
|
|||||||
|
|
||||||
With `neon_client`, you can automate tasks, streamline workflows, and build powerful integrations with ease.
|
With `neon_client`, you can automate tasks, streamline workflows, and build powerful integrations with ease.
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip install neon-client
|
||||||
|
```
|
||||||
|
|
||||||
|
**Please Note**: this repository is a work in progress. The package is not yet available on PyPi. The above command will not work.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@@ -79,14 +89,6 @@ Remember that you should never expose your api_key and handle it carefully since
|
|||||||
View the [Neon API documentation](https://api-docs.neon.tech/reference/getting-started-with-neon-api) for more information on the available endpoints and their parameters.
|
View the [Neon API documentation](https://api-docs.neon.tech/reference/getting-started-with-neon-api) for more information on the available endpoints and their parameters.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ pip install neon-client
|
|
||||||
```
|
|
||||||
|
|
||||||
**Please Note**: this repository is a work in progress. The package is not yet available on PyPi. The above command will not work.
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Installation is simple with `pipenv`. Just run the following command in the root directory of the repository:
|
Installation is simple with `pipenv`. Just run the following command in the root directory of the repository:
|
||||||
|
|||||||
Reference in New Issue
Block a user