Metadata-Version: 2.1
Name: meloetta
Version: 0.0.8
Home-page: https://github.com/spktrm/meloetta
Author: Joseph Twin
Author-email: joseph.twin14@gmail.com
Description-Content-Type: text/markdown
Provides-Extra: core_tests
License-File: LICENSE

Meloetta is a Pokémon Battle Client for interacting with Pokémon Showdown written in Python. This project was born out of frustration for currently existing tools and their lack of dependency on Zarel's (PS Creator) existing code for handling client server interation.

The client works by reading messages from an asyncio stream and forwarding these to the javascript client battle object with PyMiniRacer. This concept was taken from [metagrok](https://github.com/yuzeh/metagrok).

As is, the necessary javascript source files come with the pip install. Whenever Pokemon Showdown Client releases an update, the client code can also be automatically updated from the source.
