Metadata-Version: 2.4
Name: make87
Version: 0.2.2
Summary: Deprecated: Legacy make87 SDK for Python (unmaintained)
Author-email: Nisse Knudsen <nisse@make87.com>, Phillip Thomas <phillip@make87.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://www.make87.com
Project-URL: Source, https://github.com/make87/make87-python
Classifier: Development Status :: 7 - Inactive
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools>=80.7.1
Requires-Dist: wheel>=0.45.1
Requires-Dist: pydantic<3.0.0,>=2.11.9
Provides-Extra: zenoh
Requires-Dist: eclipse-zenoh>=1.5.1; extra == "zenoh"
Provides-Extra: protobuf
Requires-Dist: protobuf<7.0,>=4.22; extra == "protobuf"
Requires-Dist: packaging<26.0,>=25.0; extra == "protobuf"
Provides-Extra: yaml
Requires-Dist: PyYAML<7.0,>=6.0; extra == "yaml"
Provides-Extra: storage
Requires-Dist: s3path>=0.6.4; extra == "storage"
Provides-Extra: rerun
Requires-Dist: rerun-sdk>=0.25.1; extra == "rerun"
Provides-Extra: dev
Requires-Dist: pre-commit>=4.3.0; extra == "dev"
Requires-Dist: pytest>=8.4.2; extra == "dev"
Requires-Dist: pytest-mock>=3.15.1; extra == "dev"
Requires-Dist: ruff>=0.13.1; extra == "dev"
Requires-Dist: make87_messages; extra == "dev"
Requires-Dist: datamodel-code-generator==0.33.0; extra == "dev"
Requires-Dist: black>=25.9.0; extra == "dev"
Requires-Dist: boto3-stubs>=1.40.35; extra == "dev"
Dynamic: license-file

> ## ⚠️ Deprecated (legacy make87 app-platform SDK)
>
> This SDK supported the legacy make87 "application SDK integration" workflow.
> make87 has pivoted to a CLI/agent-based device management workflow.
>
> **This package is unmaintained and will receive no further updates or fixes.**
> If you are still using it, pin your dependency and migrate off this package.
>
> Status: Deprecated • Maintenance: none

![make87 Banner Logo](https://make87-files.nyc3.digitaloceanspaces.com/assets/branding/logo/make87_ME_1d_cv_cropped.svg)
# make87 SDK for Python

## Overview

The make87 SDK for Python provides tools and libraries to interact with the make87 platform. This SDK is designed to be compatible with Python versions 3.9 to 3.12.

## Installation

To install the SDK, use pip:

```bash
pip install make87
```

### Dependencies

The SDK has the following dependencies:

- `protobuf==4.25.5`
- `eclipse-zenoh==1.2.1`
- `pydantic>=2.9.2,<3.0.0`

For optional storage support, you can install additional dependencies:

```bash
pip install make87[storage]
```

For development, you can install the development dependencies:
```bash
pip install make87[dev]
```

## Documentation
To build the documentation locally, navigate to the docs directory and install the required dependencies:

```bash
cd docs
pip install -r requirements.txt
```

Then, build the documentation using MkDocs:

```bash
mkdocs build
```

## Contributing

This repository is archived and unmaintained. Issues and pull requests are not accepted.
