-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9fc13f
commit 3cc79b2
Showing
4 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Arcade Engine Python API library | ||
|
||
[![PyPI version](https://img.shields.io/pypi/v/arcade_engine.svg)](https://pypi.org/project/arcade_engine/) | ||
[![PyPI version](https://img.shields.io/pypi/v/arcade-py.svg)](https://pypi.org/project/arcade-py/) | ||
|
||
The Arcade Engine Python library provides convenient access to the Arcade Engine REST API from any Python 3.7+ | ||
application. The library includes type definitions for all request params and response fields, | ||
|
@@ -15,13 +15,10 @@ The REST API documentation can be found on [arcade-ai.com](https://arcade-ai.com | |
## Installation | ||
|
||
```sh | ||
# install from the production repo | ||
pip install git+ssh://[email protected]/ArcadeAI/arcade-py.git | ||
# install from PyPI | ||
pip install --pre arcade-py | ||
``` | ||
|
||
> [!NOTE] | ||
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre arcade_engine` | ||
## Usage | ||
|
||
The full API of this library can be found in [api.md](api.md). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters