Metadata-Version: 2.1
Name: xytoy
Version: 1.3.0
Summary: This a toybox of XY
Author-email: Xiao Yang <afe.young@gmail.com>
License: MIT
Project-URL: documentation, https://you-n-g.github.io/toy
Project-URL: issue, https://github.com/you-n-g/toy/issues
Project-URL: repository, https://github.com/you-n-g/toy
Keywords: copier-template,full-development-lifecycle,project-template,serious-scaffold
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nbconvert >=7.16.4
Requires-Dist: nbformat >=5.10.4
Requires-Dist: pydantic-settings
Requires-Dist: typer[all]

# Toy of XY

This a toybox of XY

[![CI](https://github.com/you-n-g/toy/actions/workflows/ci.yml/badge.svg)](https://github.com/you-n-g/toy/actions/workflows/ci.yml)
[![CommitLint](https://github.com/you-n-g/toy/actions/workflows/commitlint.yml/badge.svg)](https://github.com/you-n-g/toy/actions/workflows/commitlint.yml)
[![DevContainer](https://github.com/you-n-g/toy/actions/workflows/devcontainer.yml/badge.svg)](https://github.com/you-n-g/toy/actions/workflows/devcontainer.yml)
[![Release](https://github.com/you-n-g/toy/actions/workflows/release.yml/badge.svg)](https://github.com/you-n-g/toy/actions/workflows/release.yml)
[![Renovate](https://github.com/you-n-g/toy/actions/workflows/renovate.yml/badge.svg)](https://github.com/you-n-g/toy/actions/workflows/renovate.yml)
[![Semantic Release](https://github.com/you-n-g/toy/actions/workflows/semantic-release.yml/badge.svg)](https://github.com/you-n-g/toy/actions/workflows/semantic-release.yml)
[![Coverage](https://img.shields.io/endpoint?url=https://you-n-g.github.io/toy/_static/badges/coverage.json)](https://you-n-g.github.io/toy/reports/coverage)
[![Release](https://img.shields.io/github/v/release/you-n-g/toy)](https://github.com/you-n-g/toy/releases)
[![PyPI](https://img.shields.io/pypi/v/xytoy)](https://pypi.org/project/xytoy/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xytoy)](https://pypi.org/project/xytoy/)
[![GitHub](https://img.shields.io/github/license/you-n-g/toy)](https://github.com/you-n-g/toy/blob/main/LICENSE)

[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/5697b1e4c4a9790ece607654e6c02a160620c7e1/docs/badge/v2.json)](https://pydantic.dev)
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
[![Serious Scaffold Python](https://img.shields.io/endpoint?url=https://serious-scaffold.github.io/ss-python/_static/badges/logo.json)](https://serious-scaffold.github.io/ss-python)
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/you-n-g/toy)

> [!WARNING]
> _Toy of XY_ is in the **Alpha** phase.
> Frequent changes and instability should be anticipated.
> Any feedback, comments, suggestions and contributions are welcome!

## Introduction
This is a toybox of XY

## 📜 License

MIT License, for more details, see the [LICENSE](https://github.com/you-n-g/toy/blob/main/LICENSE) file.
