https://github.com/rtmigo/rcd_str_py
Reusable code for handling unicode strings and regular expressions
https://github.com/rtmigo/rcd_str_py
package python regex string-manipulation strings unicode
Last synced: 4 months ago
JSON representation
Reusable code for handling unicode strings and regular expressions
- Host: GitHub
- URL: https://github.com/rtmigo/rcd_str_py
- Owner: rtmigo
- License: mit
- Created: 2021-07-03T04:07:02.000Z (over 4 years ago)
- Default Branch: staging
- Last Pushed: 2023-01-23T20:46:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T15:32:14.048Z (12 months ago)
- Topics: package, python, regex, string-manipulation, strings, unicode
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [rcd_str](https://github.com/rtmigo/rcd_str_py)
Reusable code for handling unicode strings and regular expressions.
This package is hastily made, barely documented, and is not intended to
be used by anyone.
# Install
via command line
```bash
pip3 install git+https://github.com/rtmigo/rcd_str_py#egg=rcd_str
```
or include in `setup.py`
```python3
install_requires=[
"rcd_str@ git+https://github.com/rtmigo/rcd_str_py#egg=rcd_str"
]
```