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
- Use twine to upload the package :
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
layernext_beta-3.21.13b1.tar.gz
(69.1 kB
view details)
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.21.13b1.tar.gz.
File metadata
- Download URL: layernext_beta-3.21.13b1.tar.gz
- Upload date:
- Size: 69.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8f4845bdcd5130ce3c40932027cdd680e9213b6d26932694b7c18f92b06ae29
|
|
| MD5 |
9c462b7229ad424df3cda883d5f27f11
|
|
| BLAKE2b-256 |
39f192f68a2515d6c33860aff029bad2f54692099ea85c4edd2e4806ae4b124c
|
File details
Details for the file layernext_beta-3.21.13b1-py3-none-any.whl.
File metadata
- Download URL: layernext_beta-3.21.13b1-py3-none-any.whl
- Upload date:
- Size: 80.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7393a535bb60a6d22b27876f04a07d28fcf5de6facecd96595ef3772d1652401
|
|
| MD5 |
2576d1b8be24abf0f7b8b816b8a2ab4b
|
|
| BLAKE2b-256 |
bd63e62e9534f2c999719dd01881e40cde938eeafd2b5a800f7123d3c5526ab5
|