Metadata-Version: 2.4
Name: toymm
Version: 0.0.1a0
Summary: Multimodal from scratch
Author-email: Xiangzhuang Shen <datahonor@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://shenxiangzhuang.github.io/toymm
Project-URL: Bug Tracker, https://shenxiangzhuang.github.io/toymm/issues
Project-URL: Documentation, https://shenxiangzhuang.github.io/toymm
Project-URL: Source Code, https://github.com/shenxiangzhuang/toymm
Project-URL: Release Notes, https://shenxiangzhuang.github.io/toymm/changelog/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-sugar; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocs-material-extensions; extra == "docs"
Requires-Dist: mkdocstrings; extra == "docs"
Requires-Dist: mkdocs-bibtex; extra == "docs"
Requires-Dist: mkdocstrings-python; extra == "docs"
Requires-Dist: mkdocs-autorefs; extra == "docs"
Requires-Dist: mkdocs-git-committers-plugin-2; extra == "docs"
Requires-Dist: mkdocs-git-revision-date-localized-plugin; extra == "docs"
Dynamic: license-file

# TOYMM: A Modern Python Package Template

[![Python](https://img.shields.io/pypi/pyversions/toymm.svg?color=%2334D058)](https://pypi.org/project/toymm/)
[![PyPI](https://img.shields.io/pypi/v/toymm?color=%2334D058&label=pypi%20package)](https://pypi.org/project/toymm/)
[![PyPI Downloads](https://static.pepy.tech/badge/toymm)](https://pepy.tech/projects/toymm)
[![GitHub License](https://img.shields.io/github/license/ai-glimpse/toymm)](https://github.com/ai-glimpse/toymm/blob/master/LICENSE)

[![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)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Build Docs](https://github.com/ai-glimpse/toymm/actions/workflows/build_docs.yaml/badge.svg)](https://github.com/ai-glimpse/toymm/actions/workflows/build_docs.yaml)
[![Test](https://github.com/ai-glimpse/toymm/actions/workflows/test.yaml/badge.svg)](https://github.com/ai-glimpse/toymm/actions/workflows/test.yaml)
[![Codecov](https://codecov.io/gh/ai-glimpse/toymm/branch/master/graph/badge.svg)](https://codecov.io/gh/ai-glimpse/toymm)


Multimodal from scratch.
