Metadata-Version: 2.3
Name: osam-core
Version: 0.1.1
Summary: Core functionality for Osam.
Project-URL: Homepage, https://github.com/wkentaro/osam-core
Author-email: Kentaro Wada <www.kentaro.wada@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: gdown>=5.1.0
Requires-Dist: loguru
Requires-Dist: onnxruntime-gpu; platform_system != 'Darwin'
Requires-Dist: onnxruntime; platform_system == 'Darwin'
Requires-Dist: pillow
Requires-Dist: pydantic
Provides-Extra: test
Requires-Dist: build; extra == 'test'
Requires-Dist: mypy; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Requires-Dist: ruff; extra == 'test'
Requires-Dist: twine; extra == 'test'
Requires-Dist: types-pillow; extra == 'test'
Description-Content-Type: text/markdown

<div align="center">
  <h1>osam-core</h1>
  <p>Core functionality for <a href="https://github.com/wkentaro/osam">Osam</a>.</p>
</div>
