Metadata-Version: 2.1
Name: layernext-beta
Version: 3.9.2b0
Summary: LayerNext Python SDK
Home-page: UNKNOWN
Author: LayerNext
Author-email: <support@layernext.ai>
License: UNKNOWN
Keywords: python,datalake,datasetsync,ai,annotation,layernext,layernext,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# layernext-python-sdk

LayerNext python API client

Sync (upload/download) with LayerNext stacks via APIs from your code

## Installation

`$ pip install layernext`

## Usage

```python
import layernext

api_key = 'xxxxxxxxxx'
secret = 'xxxxxxxxxxx'
url = 'https://api.xxxx.layernext.ai'

client = layernext.LayerNextClient(api_key, secret, url)

```


