1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Metadata-Version: 2.4
Name: uc-micro-py
Version: 2.0.0
Summary: Micro subset of unicode data files for linkify-it-py projects.
Author: tsutsu3
License: MIT
Project-URL: Homepage, https://github.com/tsutsu3/uc.micro-py
Keywords: unicode
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file
# uc.micro-py
[](https://pypi.org/project/uc-micro-py/)
[](https://anaconda.org/conda-forge/uc-micro-py)
[](https://github.com/tsutsu3/uc.micro-py/actions)
[](https://codecov.io/gh/tsutsu3/uc.micro-py)
This is a Python port of [uc.micro](https://github.com/markdown-it/uc.micro).
> Micro subset of unicode data files for [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) projects.
**This package content is ONLY for [linkify-it-py](https://github.com/tsutsu3/linkify-it-py)projects needs.**
## Python Version Support
Tested on Python 3.10–3.14. The primary version for code coverage follows the latest
[security phase](https://devguide.python.org/versions/) release (currently **3.12**).
## install
```bash
pip install uc-micro-py
```
or
```bash
conda install -c conda-forge uc-micro-py
```
|