Metadata-Version: 2.1
Name: smgen
Version: 0.0.4
Summary: Code generator to create state machine
Home-page: https://github.com/hellstein/statemachine
Author: phoenix.lv
Author-email: phoenix.grey0108@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

<p align="center">
  <img width="250" src="LOGO">
</p>

<h1 align="center"> State Machine code generator </h1>
<p align="center">
  <b> Code generator to create a state machine </b>
</p>
<br>

[![GitHub release](https://img.shields.io/github/release/hellstein/statemachine.svg)](https://github.com/hellstein/statemachine/releases)
![Github All Releases](https://img.shields.io/github/downloads/hellstein/statemachine/total.svg)
![Travis (.org) branch](https://img.shields.io/travis/hellstein/statemachine/BRANCH.svg)
![GitHub](https://img.shields.io/github/license/hellstein/statemachine.svg)

# How to use 
Please check the [github page](https://hellstein.github.io/statemachine) for this project.

# How to contribute
* Please check the [github page](https://hellstein.github.io/statemachine) for this project.
* Join the [gitter](https://gitter.im/hellstein/community)

# Logistics
### Code of conduct
For details on our [code of conduct](https://github.com/hellstein/statemachine/blob/master/.github/CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
### Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the tags on this repository
### Authors
* **dorrywhale** - *Initial work* - [dorrywhale](https://github.com/dorrywhale)
* See also the list of [contributors](https://github.com/hellstein/statemachine/graphs/contributors) who participated in this project.
### Acknowledgments
See [Acknowledgments](https://github.com/hellstein/statemachine/blob/master/.github/ACKNOWLEDGMENTS.md)
### License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/hellstein/statemachine/blob/master/LICENSE.md) file for details


