Skip to content

Commit

Permalink
Merge pull request #3 from wwakabobik/0.0.2
Browse files Browse the repository at this point in the history
0.0.2
  • Loading branch information
wwakabobik authored Aug 29, 2023
2 parents 8061e77 + 8ba8545 commit bb43881
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Leonardo_api

pypi package can be found [here](https://pypi.org/project/leonardo_api/).

## This is Leonardo.ai API.

This package contains Python API for [Leonardo.ai](https://leonardo.ai/) based on official [API documentation](https://docs.leonardo.ai/reference).

This python API provides access to Leonardo API using synchronous methods (based on requests library) as well as asynchronous (aiohttp). You can choose one of them - `Leonardo` or `LeonardoAsync`.
To install the package, please use package from [pypi](https://pypi.org/project/leonardo-api/):

```bash
pip install leonardo-api
```

This Python API provides access to Leonardo API using synchronous methods (based on requests library) as well as asynchronous (aiohttp). You can choose one of them - `Leonardo` or `LeonardoAsync`.

To start, you must have paid subscription and create an API access token from you [settings page](https://app.leonardo.ai/settings)->User API. Then, init manager class with using your access_token:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "leonardo_api"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Iliya Vereshchagin", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = leonardo_api
version = attr: leonardo_api.0.0.1
version = attr: leonardo_api.0.0.2
author = Iliya Vereshchagin
author_email = [email protected]
url = https://github.com/wwakabobik/leonardo_api
Expand Down
12 changes: 7 additions & 5 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Leonardo_api

pypi package can be found [here](https://pypi.org/project/leonardo_api/).

## This is Leonardo.ai API.

This package contains Python API for [Leonardo.ai](https://leonardo.ai/) based on official [API documentation](https://docs.leonardo.ai/reference).

This python API provides access to Leonardo API using synchronous methods (based on requests library) as well as asynchronous (aiohttp). You can choose one of them - `Leonardo` or `LeonardoAsync`.
To install the package, please use package from [pypi](https://pypi.org/project/leonardo-api/):

```bash
pip install leonardo-api
```

This Python API provides access to Leonardo API using synchronous methods (based on requests library) as well as asynchronous (aiohttp). You can choose one of them - `Leonardo` or `LeonardoAsync`.

To start, you must have paid subscription and create an API access token from you [settings page](https://app.leonardo.ai/settings)->User API. Then, init manager class with using your access_token:

Expand Down

0 comments on commit bb43881

Please sign in to comment.