ostri 0.1.0
Latest version
Released:
A string-like object with Cython optimized match() and sub() methods.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Public Domain (Public Domain)
- Author: Mike 'Fuzzy' Partin
- Maintainer: Mike 'Fuzzy' Partin
- Tags String , Regex , Search , Replace , Substitution
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
oStri is an object subclassing str, and providing Cython optimized match() and sub() methods, wrapping the standard C library (POSIX).
Requirements: gcc or other C compiler, POSIX compatible libc, Python (tested with 2.6.X), Cython (to regenerate C bindings)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Public Domain (Public Domain)
- Author: Mike 'Fuzzy' Partin
- Maintainer: Mike 'Fuzzy' Partin
- Tags String , Regex , Search , Replace , Substitution
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic