Metadata-Version: 2.1
Name: feios-utils
Version: 0.2.0
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 :: 4 - Beta
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
#### 0.2.0
* Added support again for exts.
#### 0.2.0b4
* Added support for exts.
#### Changelog @ 0.2.0b3
* Finally fixed IndexError.
* deleted 'egg' support.
#### Changelog @ 0.2.0b2
* added legacy "egg" dist
#### Changelog @ 0.2.0b1
* Again fixed corrupt IndexError in funcs.run,since last fix is not successful.
#### Changelog @ 0.2.0a2
* Fixed corrupt IndexError in funcs.run.
#### Changelog @ 0.2.0a1
* no change (huh)
#### Changelog @ 0.2.0.dev3
* Added support back to py3.5.
#### Changelog @ 0.2.0.dev2
* Added load_cmd for **later** use.
