Metadata-Version: 2.1
Name: pokeapi-ditto
Version: 0.4.0
Summary: Ditto is a server that serves a static copy of PokeAPI's data.
Home-page: https://github.com/PokeAPI/ditto
License: Apache-2.0
Keywords: pokeapi,ditto,pokemon
Author: Sargun Vohra
Author-email: sargun.vohra@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: Apple Public Source License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: genson (>=1.0,<2.0)
Requires-Dist: odictliteral (>=1.0,<2.0)
Requires-Dist: requests (>=2.19,<3.0)
Requires-Dist: tqdm (>=4.26,<5.0)
Description-Content-Type: text/markdown

# Ditto

[https://bulbapedia.bulbagarden.net/wiki/Ditto_(Pokémon)](https://bulbapedia.bulbagarden.net/wiki/Ditto_(Pok%C3%A9mon))

This repository contains:

 - `ditto clone`: a script to crawl an instance of PokeAPI and download all data
 - `ditto analyze`: a script to generate a JSON schema of the above data
 - `ditto transform`: a script to apply a new base url to the above data and schema

## Usage

```
pip install pokeapi-ditto
ditto --help
```

