Metadata-Version: 2.1
Name: fwminer
Version: 0.0.1
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/cpuinfo/fwminer
Author: CPU Info
Author-email: cpuinfo10@gmail.com
License: MIT license
Keywords: fwminer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# Firmware Miner

[![image](https://img.shields.io/pypi/v/fwminer.svg)](https://pypi.python.org/pypi/fwminer)

**Miner for security analysis of Firmware**

-   Free software: MIT license
-   Documentation: https://cpuinfo.github.io/fwminer

## Features

-   TODO

## Developer Notes

### Testing

```
pytest
```

### Uploading the distribution archives¶

```
twine upload --repository testpypi dist/*
```

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.


