LayerNext Python SDK
Project description
layernext-python-sdk
LayerNext python API client
Sync (upload/download) with LayerNext stacks via APIs from your code
Installation
$ pip install layernext
Usage
import layernext
api_key = 'xxxxxxxxxx'
secret = 'xxxxxxxxxxx'
url = 'https://api.xxxx.layernext.ai'
client = layernext.LayerNextClient(api_key, secret, url)
Building Python SDK
-
Set the correct version in
__init__.py -
Build the package
-
Make sure the Python virtual environment is set
-
Clean the dist folder :
rm -r dist -
Build the package :
python setup.py sdist bdist_wheel
-
-
Upload the package
-
Use twine to upload the package :
twine upload dist/* -
Use the correct key for beta
-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file layernext_beta-3.25.1b1.tar.gz.
File metadata
- Download URL: layernext_beta-3.25.1b1.tar.gz
- Upload date:
- Size: 70.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d358337b3307db9bbd2f47c97455b5b99cfc2e93c13e7181335e5f95f97aff5
|
|
| MD5 |
9b07e311f5c69f7e1667c864865cfe14
|
|
| BLAKE2b-256 |
3677a712c3d216aab0231a6f08143f840deb04148ffde0b5be06ea84ed89abe1
|
File details
Details for the file layernext_beta-3.25.1b1-py3-none-any.whl.
File metadata
- Download URL: layernext_beta-3.25.1b1-py3-none-any.whl
- Upload date:
- Size: 82.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac9d0c15c0982f8c661baf1e21bb25596f2930576a6ac8d6e415cdff21477aa7
|
|
| MD5 |
4e43208b140faca3da299f4fe06f5016
|
|
| BLAKE2b-256 |
5e1683233e2e59a6a97e7165a1786084fedc89b108e4927146518f50cefe9cc8
|