Metadata-Version: 2.1
Name: hlm-texts
Version: 0.1.1
Summary: 
Home-page: https://github.com/ffreemt/hlm-texts
License: MIT
Author: freemt
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: logzero (>=1.6.3,<2.0.0)
Project-URL: Repository, https://github.com/ffreemt/hlm-texts
Description-Content-Type: text/markdown

# hlm-texts [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/hlm-texts.svg)](https://badge.fury.io/py/hlm-texts)
Hlm at your fingertips

This repo currently just has `340-脂砚斋重批红楼梦.txt` and `david-hawks-the-story-of-the-stone.txt`. It may expand to other versions. If you wish to have one particular version included, make a `pull request` (fork, upload files and click the pull request button) or provide a text file to me.

## Installation
`pip install hlm-texts`

## Usage

```
from hml_texts import hlm_en
from hml_texts import hlm_zh
```

`hlm_zh` is a copy of `340-脂砚斋重批红楼梦.txt`

`hml_en` is a copy of `david-hawks-the-story-of-the-stone.txt`
both with blank lines removed and paragraphs retaind.

## Notes
The repo is for study purpose only. If you believe that your interests have been violated in any way, please let me know. I'll promptly follow it up with appropriate actions.
