GitXplorerGitXplorer
a

unicode-segmentation-py

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
7f28f5141660f5f6c7dc5809521c931c335ec640

Add README.md

aanthrotype committed 5 years ago
Verified
304182154d846c104f9bf6fa3e1587a592cf72d5

add pyproject.toml

aanthrotype committed 5 years ago
Verified
1bef2439793f450cfcb4d7f9ca45a23fa29e2890

only require cffi, milksnake is only a build requirement

aanthrotype committed 5 years ago
Verified
5737967d11655d32b659263ff85dda9552cb1be4

Add Apache 2.0 license

aanthrotype committed 5 years ago
Verified
e38e72f8ee2152252f8dd9a2373e0fc4433616df

Add unicode_segmentation rust and python lib

aanthrotype committed 5 years ago
Verified
6ace500c710cdfb769cde425ea0dcd6b15f0e3cb

Add src/rust/.gitignore

aanthrotype committed 5 years ago

README

The README file for this repository.

unicode-segmentation-py

>>> import unicode_segmentation
>>> [g.decode("utf-8") for g in unicode_segmentation.graphemes("a̐éö̲\r\n".encode("utf-8"))]
["a̐", "é", "ö̲", "\r\n"]