Metadata-Version: 2.1
Name: pokemaster2
Version: 21.12.1b0
Summary: Get Real, Living™ Pokémon in Python
Home-page: https://github.com/kipyin/pokemaster2
Keywords: pokemaster2,pokemon,pokedex,pokemaster
Author: Kip Yin
Author-email: 28321392+kipyin@users.noreply.github.com
Requires-Python: >=3.8,<3.11
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: attrs (>=21.2.0,<22.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: importlib-resources (>=5.4.0,<6.0.0)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: peewee (>=3.14.8,<4.0.0)
Project-URL: Bug Tracker, https://github.com/kipyin/pokemaster2/issues
Project-URL: Documentation, https://pokemaster2.readthedocs.io
Project-URL: Repository, https://github.com/kipyin/pokemaster2
Description-Content-Type: text/markdown


# Pokemaster2


<div align="center">

[![PyPI - Version](https://img.shields.io/pypi/v/pokemaster2.svg)](https://pypi.python.org/pypi/pokemaster2)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pokemaster2.svg)](https://pypi.python.org/pypi/pokemaster2)
[![Tests](https://github.com/kipyin/pokemaster2/workflows/tests/badge.svg)](https://github.com/kipyin/pokemaster2/actions?workflow=tests)
[![Codecov](https://codecov.io/gh/kipyin/pokemaster2/branch/main/graph/badge.svg)](https://codecov.io/gh/kipyin/pokemaster2)
[![Read the Docs](https://readthedocs.org/projects/pokemaster2/badge/)](https://pokemaster2.readthedocs.io/)
[![PyPI - License](https://img.shields.io/pypi/l/pokemaster2.svg)](https://pypi.python.org/pypi/pokemaster2)

[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)

</div>


Get Real, Living™ Pokémon in Python


* GitHub repo: <https://github.com/kipyin/pokemaster2.git>
* Documentation: <https://pokemaster2.readthedocs.io>
* Free software: MIT


## Features

Currently, there is not much you can do with `pokemaster`, but more features are actively being added!

* Load pokemon data from csv to a sqlite database.

## Quickstart

TODO

## Credits

This package was created with [Cookiecutter][cookiecutter] and the [fedejaure/cookiecutter-modern-pypackage][cookiecutter-modern-pypackage] project template.

[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[cookiecutter-modern-pypackage]: https://github.com/fedejaure/cookiecutter-modern-pypackage

