Metadata-Version: 2.1
Name: lotterycn
Version: 0.0.4
Summary: LotteryCN is a library which aims to bring enjoyable analysis of lottery in Python
Home-page: https://github.com/uliontse/lotterycn
Author: UlionTse
Author-email: shinalone@outlook.com
License: MIT
Project-URL: Source, https://github.com/UlionTse/lotterycn
Project-URL: Changelog, https://github.com/UlionTse/lotterycn/blob/master/change_log.txt
Project-URL: Documentation, https://github.com/UlionTse/lotterycn/blob/master/README.md
Keywords: lottery
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: pypi
License-File: LICENSE

<p align="center">
  <img src="https://github.com/UlionTse/lotterycn/blob/main/docs/lotterycn_logo.png"/>
</p>
<p align="center">
  <a href="https://pypi.org/project/lotterycn"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/lotterycn.svg"></a>
  <a href="https://anaconda.org/conda-forge/lotterycn"><img alt="Conda - Version" src="https://img.shields.io/conda/vn/conda-forge/lotterycn.svg"></a>
  <a href="https://pypi.org/project/lotterycn"><img alt="PyPI - License" src="https://img.shields.io/pypi/l/lotterycn.svg"></a>
  <a href="https://pypi.org/project/lotterycn"><img alt="PyPI - Python" src="https://img.shields.io/pypi/pyversions/lotterycn.svg"></a>
  <a href="https://pypi.org/project/lotterycn"><img alt="PyPI - Status" src="https://img.shields.io/pypi/status/lotterycn.svg"></a>
  <a href="https://pypi.org/project/lotterycn"><img alt="PyPI - Wheel" src="https://img.shields.io/badge/wheel-yes-brightgreen.svg"></a>
  <a href="https://pypi.org/project/lotterycn"><img alt="Downloads" src="https://pepy.tech/badge/lotterycn"></a>
</p>

* * *

**LotteryCN** is a library which aims to bring **enjoyable** analysis of lottery in Python.

- [Installation](#installation)
  - [From PyPI](#from-PyPI)
  - [From Conda](#from-Conda)
- [License](#License)

## Installation

### From PyPI

```shell
pip install --upgrde lotterycn
```

### From Conda

```shell
conda install -c conda-forge lotterycn
```
