Metadata-Version: 2.1
Name: AkitaCode
Version: 2.0.2b0
Summary: The AkitaCode parser and compiler.
Home-page: https://github.com/alexamatausa/akitacode
Author: Àlex Amat Abad
Author-email: amatabadalex@gmail.com
License: MPL
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-can (==4.2.2)

# AkitaCode Python Library

Documentation is pending to be added.

## History log

### Version 2.0.2-beta

- Fixed problem during *for* line statement. Now, *for* statements can be used as following:
```
for each case of ( BAT_Temperature , BAT_SOH , BAT_SOC ) do
```


### Version 2.0.1

- Library dependencies have been fixed.


### Version 2.0.0

- First version.

