Logo
Explore Help
Register Sign In
pokemon/nuzlocke-tracker
1
1
Fork 0
You've already forked nuzlocke-tracker
Code Issues Pull Requests 10 Actions Packages Projects Releases Wiki Activity
Files
fb2074a4f37e0f95a43b792754da29951b4047b1
nuzlocke-tracker/tools/import-pokedb/pyproject.toml

10 lines
235 B
TOML
Raw Normal View History

Add Python tool scaffold for PokeDB data import Set up tools/import-pokedb/ with CLI, JSON loader, and output models. Replaces the Go/PokeAPI approach with local PokeDB.org JSON processing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 09:49:51 +01:00
[project]
name = "import-pokedb"
version = "0.1.0"
Rebrand to Another Nuzlocke Tracker (ANT) (#27) Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com> Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
2026-02-17 20:17:07 +01:00
description = "Convert PokeDB.org JSON data exports into ANT seed format"
Add Python tool scaffold for PokeDB data import Set up tools/import-pokedb/ with CLI, JSON loader, and output models. Replaces the Go/PokeAPI approach with local PokeDB.org JSON processing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 09:49:51 +01:00
requires-python = ">=3.12"
dependencies = []
[project.scripts]
import-pokedb = "import_pokedb.__main__:main"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 639ms Template: 41ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API