python_comm 0.3.26

to make writing python modules with rust easier.
Documentation
1
2
3
4
5
6
7
8
# python-comm


Python comm is mainly used for:

1. Other common basic functions:
   1. date and time conversion;
   2. full text matching / replacement based on aho – Corasick algorithm;
   3. ...