Metadata-Version: 2.1
Name: dobotapi
Version: 0.0.3
Summary: Python API for controlling Dobot Magician and it's addons
Home-page: https://github.com/Stax124/DobotAPI
License: MIT
Keywords: dobot,magician,api,python
Author: Stax124
Author-email: tamoncz@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: coloredlogs (>=15.0.1,<16.0.0)
Requires-Dist: prompt-toolkit (>=3.0.29,<4.0.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Requires-Dist: svg.path (>=6.2,<7.0)
Project-URL: Documentation, https://stax124.github.io/DobotAPI/
Project-URL: Repository, https://github.com/Stax124/DobotAPI
Description-Content-Type: text/markdown

<div id="top"></div>

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]

<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/Stax124/DobotAPI">
    <img src="img/logo.png" alt="Logo" width="100%">
  </a>

<h2 align="center">Dobot API</h2>

  <p align="center">
    Powerful python api for handling dobot magician and conveyor belt
    <br />
    <a href="https://github.com/Stax124/DobotAPI/issues">Report Bug</a>
    ·
    <a href="https://stax124.github.io/DobotAPI/">Documentation</a>
    ·
    <a href="https://github.com/Stax124/DobotAPI/issues">Request Feature</a>
  </p>
</div>

<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul>
    </li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#prerequisites">Prerequisites</a></li>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
  </ol>
</details>

<!-- ABOUT THE PROJECT -->

## About The Project

Library for [Dobot Magican](https://www.dobot.cc/dobot-magician/product-overview.html) using python because the provided one is piece of crap.

<p align="right">(<a href="#top">back to top</a>)</p>

### Built With

- [pydobot](https://github.com/luismesas/pydobot)
- [pydobot2](https://github.com/ZdenekM/pydobot)

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- GETTING STARTED -->

## Getting Started

See [https://stax124.github.io/DobotAPI](https://stax124.github.io/DobotAPI)

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- LICENSE -->

## License

See `LICENSE` for more information.

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- CONTACT -->

## Contact

Tomáš Novák - tamoncz@gmail.com

Benda Filip - benda.filip.fb@gmail.com

Project Link: [https://github.com/Stax124/DobotAPI](https://github.com/Stax124/DobotAPI)

<p align="right">(<a href="#top">back to top</a>)</p>

[contributors-shield]: https://img.shields.io/github/contributors/Stax124/DobotAPI.svg?style=for-the-badge
[contributors-url]: https://github.com/Stax124/DobotAPI/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Stax124/DobotAPI.svg?style=for-the-badge
[forks-url]: https://github.com/Stax124/DobotAPI/network/members
[stars-shield]: https://img.shields.io/github/stars/Stax124/DobotAPI.svg?style=for-the-badge
[stars-url]: https://github.com/Stax124/DobotAPI/stargazers
[issues-shield]: https://img.shields.io/github/issues/Stax124/DobotAPI.svg?style=for-the-badge
[issues-url]: https://github.com/Stax124/DobotAPI/issues
[license-shield]: https://img.shields.io/github/license/Stax124/DobotAPI.svg?style=for-the-badge
[license-url]: https://github.com/Stax124/DobotAPI/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/tom%C3%A1%C5%A1-nov%C3%A1k-5a163321b/
[product-screenshot]: images/screenshot.png

