Metadata-Version: 2.1
Name: maixpy3
Version: 0.3.5
Summary: MaixPy Python3 library
Home-page: https://github.com/sipeed/maixpy3
Author: Sipeed
Author-email: support@sipeed.com
License: MIT
Description: <p align="center">
            <img height="120" src="https://wiki.sipeed.com/soft/maixpy/assets/maixpy/maixpy.png" title="" alt="MaixPy3 Logo">
        </p>
        
        # MaixPy3 ![GitHub forks](https://img.shields.io/github/forks/sipeed/maixpy3.svg?style=social) ![GitHub stars](https://img.shields.io/github/stars/sipeed/maixpy3.svg?style=social) ![GitHub watchers](https://img.shields.io/github/watchers/sipeed/maixpy3.svg?style=social)
        
        [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![PyPI version](https://badge.fury.io/py/maixpy3.svg)](https://badge.fury.io/py/maixpy3) ![Python](https://img.shields.io/badge/Python-3.5↗-ff69b4.svg) ![issue](https://img.shields.io/github/issues/sipeed/maixpy3.svg)
        
        MaixPy3 is a Python3 toolkit based on [cpython](https://github.com/python/cpython), which simplifies the development of applications on Linux AI edge devices through Python programming.
        
        ### [See the wiki.sipeed.com for more information](https://wiki.sipeed.com/maixpy3)
        
        ## Support Jupyter Environment
        
        Install [rpyc_ikernel](https://github.com/sipeed/rpyc_ikernel) kernel in jupyter notebook & lab to get an IDE that can remotely call Python code, videos, and image streaming.
        
        ## Progress
        
        | **Platform**         | **Status** |   **Example**    | **Config** | **Progress** |
        | --------------   | ---------- | ---------------- | --------- | --------- |
        | linux      | working    | [linux](./examples/linux/) | [linux](./envs/linux.py) | 40% |
        | maix_v83x        | working    | [maix_v83x](./examples/maix_v83x/) | [maix_v83x](./envs/maix_v83x.py)     | 70%
        | maix_r329      | working    | [maix_r329](./examples/maix_r329/) |   [maix_r329](./envs/maix_r329.py)    |  40%
        | RPi_XXXX         | plan      |                  |      | 0% 
        | RV11XX         | plan      |                  |       | 0%
        
        > The development progress is in no particular order.
        
        ## Develop
        
        Under `linux x86_64`, use `python3 setup.py build` to complete the linux package construction. If you need `.whl` pre-compiled package, please change `build` to `bdist_wheel`.
        
        For other platforms, take the version of `maix_v83x` as an example, match the Python3 + cross-compilation chain of the corresponding platform([toolchain_v83x_linux_x86](https://github.com/sipeed/MaixPy3/releases/tag/20210613)), and run `python3.8 setup.py build maix_v83x` to complete the construction of the target platform package.
        
        Welcome to provide configurations of different platforms to [MaixPy3/envs/](./envs/) to adapt to the MaixPy3 environment.
        
        ## License
        
        Copyright (c) Sipeed Corporation. All rights reserved.
        
        Licensed under the MIT license.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: test
