Metadata-Version: 2.1
Name: feios-utils
Version: 0.2.0.dev3
Summary: A small util package for feios
Home-page: https://github.com/devoter-fyc/fei-ros
Author: fyc
Author-email: fycsfls_winter@126.com
Project-URL: Bug Tracker, https://github.com/devoter-fyc/fei-ros/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

### FEIOS_UTILS
* This is a library for feios to run.
* This includes some small and useful utils.
* You can use it in your app like:
```python
import feios_utils
feios_utils.out("Hello")
```
* Note that the library is licensed under GNU GPL v3+.Your app should be licensed under that too.
====================
### Changelog 
#### Changelog @ 0.2.0.dev3
* Added support back to py3.5.
#### Changelog @ 0.2.0.dev2
* Added load_cmd for **later** use.
