Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

make87/make87-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make87 Banner Logo

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:

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:

pip install make87[storage]

For development, you can install the development dependencies:

pip install make87[dev]

Documentation

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

cd docs
pip install -r requirements.txt

Then, build the documentation using MkDocs:

mkdocs build

Contributing

We welcome contributions to the make87 SDK. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Ensure all tests pass.
  5. Submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •