Metadata-Version: 2.4
Name: scmg_toolkit
Version: 0.1.2
Summary: A simple example toolkit with a models module.
Home-page: https://github.com/xinyuwang1209/SCMG
Author: Xinyu Wang
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://example.com/your-project-homepage
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SmilesPE
Requires-Dist: torch
Requires-Dist: torchvision
Dynamic: license-file

# scmg_toolkit

A minimal example Python package with a simple models module.

## Installation

```bash
pip install scmg_toolkit

