Pre-release
This release is a pre-release and may not be stable for production use.
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
-
Release files for layernext-beta 3.25.1b5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| layernext_beta-3.25.1b5.tar.gz | 70.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| layernext_beta-3.25.1b5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 152.4 kB
Release files / layernext_beta-3.25.1b5.tar.gz
| Download URL | layernext_beta-3.25.1b5.tar.gz |
|---|---|
| Size | 70.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5adfc0cff0f1c72f190f00e0120ecd770255ee42ffa70624312a2be48d694866
|
|
BLAKE2b-256 checksum How to use checksums |
fd26bc62d23f4d93040cb34689a6e936f3e78ab57d1cc4cf5d46df03448c5811
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / layernext_beta-3.25.1b5-py3-none-any.whl
| Download URL | layernext_beta-3.25.1b5-py3-none-any.whl |
|---|---|
| Size | 81.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cba61b01c60ee179a973c3351e22824596217bcbc6e4dd21e80108295169a1a4
|
|
BLAKE2b-256 checksum How to use checksums |
ffe34ff7673993188502c4afdfd401746e2f6ab9d59846e516e0b4752fe022ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|