Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 678 Bytes

File metadata and controls

21 lines (13 loc) · 678 Bytes

python_utils

A collection of Python utility libraries. Included are:

  • fsm: helps writing simple finite state machines. It is intended to be used with Python's asyncio module.

  • logging: makes using Python's builtin logging facility easier.

While it is possible to install python_utils using pip, the individual submodules are intended to be copied into other projects.

Contributing

Suggestions for improvement are welcome!

License

Most submodules contain their own license. In cases where it doesn't, the MIT license applies. The MIT license also applies to anything in this repository outside of the python_utils module.