Metadata-Version: 2.1
Name: layer
Version: 0.10.2353668112
Summary: Layer AI SDK
License: Apache-2.0
Author: Layer
Author-email: info@layer.ai
Requires-Python: >=3.7.1,<3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=2.11.3)
Requires-Dist: Pillow (>=9.1.0)
Requires-Dist: aiohttp (>=3.7.3,<3.8.0)
Requires-Dist: boto3 (>=1.16.24)
Requires-Dist: cloudpickle (>=2.0.0)
Requires-Dist: cryptography (>=3.4.7)
Requires-Dist: grpcio (==1.45.0)
Requires-Dist: grpcio-tools (==1.45.0)
Requires-Dist: humanize (>=3.11.0)
Requires-Dist: idna (<3)
Requires-Dist: jsonschema (==3.1.1)
Requires-Dist: layer-api (==0.9.358961)
Requires-Dist: mlflow (>=1.25.0)
Requires-Dist: networkx (>=2.5)
Requires-Dist: packaging (<=21.0)
Requires-Dist: pandas (==1.3.5)
Requires-Dist: pickle5 (>=0.0.11,<0.1.0); python_version < "3.8"
Requires-Dist: polling (>=0.3.1)
Requires-Dist: prompt_toolkit (>=3.0.8)
Requires-Dist: protobuf (>=3.12.0)
Requires-Dist: pyarrow (==7.0.0)
Requires-Dist: pyjwt (>=1.7.1,<2.0.0)
Requires-Dist: rich (>=10.12.0,<10.13.0)
Requires-Dist: transformers
Requires-Dist: typing-extensions (<4.0.0)
Requires-Dist: validate-email (==1.3)
Requires-Dist: wrapt (>=1.13.3)
Requires-Dist: yarl (>=1.6.3)
Description-Content-Type: text/markdown

<!---
Copyright 2022 Layer. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<p align="center">
    <br>
    <a href="https://layer.ai">
        <img src="https://app.layer.ai/assets/logo.svg" width="200" alt="Layer"/>
    </a>
    <br>
<p>
<p align="center">
    <a href="https://github.com/layerai/sdk/blob/main/LICENSE">
        <img alt="License" src="https://img.shields.io/github/license/layer/sdk.svg?color=blue">
    </a>
    <a href="https://docs.app.layer.ai">
        <img alt="Documentation" src="https://img.shields.io/badge/docs-online-success">
    </a>
    <a href="https://github.com/layerai/sdk/actions/workflows/check.yml">
        <img alt="Build" src="https://img.shields.io/github/workflow/status/layerai/sdk/check/main">
    </a>
    <a href="https://pypi.python.org/pypi/layer">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/layer.svg">
    </a>
    <a href="https://github.com/layer/sdk/blob/main/CODE_OF_CONDUCT.md">
        <img alt="Contributor Covenant" src="https://img.shields.io/badge/contributor%20covenant-v2.1%20adopted-blueviolet.svg">
    </a>
</p>

# Layer

Layer helps you create production-grade ML pipelines with a seamless local↔cloud transition while enabling collaboration with semantic versioning, extensive artifact logging and dynamic reporting.

[Start for Free!](https://app.layer.ai)

## Getting Started

The simplest way to get started with Layer is to go through the [quickstart guide](https://docs.app.layer.ai/docs/getting-started).
