Metadata-Version: 2.4
Name: pypicoboot
Version: 1.0
Summary: Pico Boot for Python
Home-page: https://github.com/polhenarejos/pypicoboot
Author: Pol Henarejos
Author-email: pol.henarejos@cttc.es
License: AGPL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: pyusb
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pypicoboot
Pico Boot tools for Python

## Introduction

Pico Boot is a tool in Python to communicate with RP2040, RP2350 and RP2354 boards.

## Install

```
pip install pypicoboot
```

## Usage

pypicoboot can be used as a Python module (picoboot.py) or through command line (picotool.py).
