An open API service indexing awesome lists of open source software.

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

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"
]
```