52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
|
|
Metadata-Version: 2.1
|
||
|
|
Name: uc-micro-py
|
||
|
|
Version: 1.0.3
|
||
|
|
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.7
|
||
|
|
Classifier: Programming Language :: Python :: 3.8
|
||
|
|
Classifier: Programming Language :: Python :: 3.9
|
||
|
|
Classifier: Programming Language :: Python :: 3.10
|
||
|
|
Classifier: Programming Language :: Python :: 3.11
|
||
|
|
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.7
|
||
|
|
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'
|
||
|
|
|
||
|
|
# 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.**
|
||
|
|
|
||
|
|
## install
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pip install uc-micro-py
|
||
|
|
```
|
||
|
|
|
||
|
|
or
|
||
|
|
|
||
|
|
```bash
|
||
|
|
conda install -c conda-forge uc-micro-py
|
||
|
|
```
|