Metadata-Version: 2.1
Name: embutils
Version: 0.4.1
Summary: Python utilities for embedded projects
Home-page: https://github.com/cwichel/embutils
License: MIT
Keywords: python,embedded,utilities
Author: Christian Wiche
Author-email: cwichel@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Dist: intelhex (>=2.3.0,<3.0.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Description-Content-Type: text/markdown

# Embutils 
[![PyPI version](https://badge.fury.io/py/embutils.svg)](https://badge.fury.io/py/embutils)
[![Docs Status](https://readthedocs.org/projects/embutils/badge/?version=latest)](https://embutils.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://badges.mit-license.org)

Python utilities for embedded projects. 

## Installation 
You can get the packaged version from [PyPI](https://pypi.org/project/embutils/):
```
pip install embutils
```
