betacode
betacode copied to clipboard
A small python package to flexibly convert from betacode to unicode and back.
Hi! Thanks for this great package! I use it a lot, and thought it might be helpfull to use it directly from the terminal, to improve my workflow. I therefore...
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...
Bumps [py](https://github.com/pytest-dev/py) from 1.5.3 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.4.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi, I just recently wrote 0.1 of [perseus-converter](https://github.com/kristoffer-paulsson/perseus-converter), using my own developed converter I successfully [exported](https://github.com/kristoffer-paulsson/koine-corpora/blob/main/koine/_elegy-and-iambus-volume-ii.txt) the whole Perseus Digital Library to utf-8 normalized and decomposed text files. I recognized...
I installed the betacode module with `pip install betacode`. Installation goes fine, but when I try to use it, it complains about a missing package 'pygtrie': c:\a\src\py\tools\tei-xml>py tei.py Traceback (most...