Metadata-Version: 2.1
Name: lottokit
Version: 0.4
Summary: Lotto Kit Package
Author: nickdecodes
Author-email: nickdecodes <nickdecodes@163.com>
Project-URL: Documentation, http://python-lottokit.readthedocs.io
Project-URL: Source, https://github.com/nickdecodes/python-lottokit
Keywords: lottokit,lottery
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# LottoKit
Lotto Kit Package is A simple lottery analysis kit

```python
>>> from lottokit import Daletou
>>> t = Daletou()
>>> t.download_data()
>>> t.fetch_data()
>>> t.predict()
>>>
```

# Installing LottoKit and Supported Versions
LottoKit is available on PyPI:
```bash
python -m pip install lottokit
```
LottoKit officially supports Python 3.6+.

# API Reference and User Guide available on Read the Docs
[Documentation](http://python-lottokit.readthedocs.io)
