Metadata-Version: 2.1
Name: icm
Version: 0.4.9
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

![](https://github.com/FPGAwars/icm/raw/master/wiki/Logo/icm-github.svg)

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![License][license-image]][license-url]


# Icestudio collection manager

Tools to manage [Icestudio](https://github.com/FPGAwars) collections: template creation, translation update, automatic readme generation...

## Documentation

Find all the information on the [WIKI page](https://github.com/FPGAwars/icm/wiki)  

## 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. |

## Development

### Installing the development version on Ubuntu

```
sudo pip3 install -U git+https://github.com/FPGAwars/icm.git
```


## Authors

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

## Contributors

* [Juan Gonzalez Gomez (Obijuan)](https://github.com/Obijuan)  

## License

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

------
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/fgpawars-banner.svg)

<!-- 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)
