Metadata-Version: 2.1
Name: icm
Version: 0.4.2
Summary: Icestudio Collection Manager
Home-page: https://github.com/FPGAwars/icm
Author: Jesus Arroyo
Author-email: jesus.jkhlg@gmail.com 
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python

# Icestudio collections manager
[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![License][license-image]][license-url]

Tools to manage [Icestudio](https://github.com/FPGAwars) collections.

## Install

```bash
pip install icm
```

## Commands

|  Command   | Description |
|:----------:|:-----------:|
| [create](https://github.com/FPGAwars/icm/wiki#icm-create) | Create a collection structure. |
| [update](https://github.com/FPGAwars/icm/wiki#icm-update) | Update docs and translation. |
| [validate](https://github.com/FPGAwars/icm/wiki#icm-validate) | Validate a collection. |

### Testing

```bash
pip install tox
```

```bash
tox
```

## Authors

* [Jesús Arroyo Torrens](https://github.com/Jesus89)

## License

Licensed under [GPLv2](http://opensource.org/licenses/GPL-2.0).

<!-- Badges -->
[pypi-image]: https://img.shields.io/pypi/v/icm
[pypi-url]: https://pypi.org/project/icm/
[build-image]: https://github.com/FPGAwars/icm/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/FPGAwars/icm/actions/workflows/build.yml
[license-image]: http://img.shields.io/:license-gpl-blue.svg
[license-url]: (http://opensource.org/licenses/GPL-2.0)
