Metadata-Version: 2.1
Name: striker
Version: 0.2.0
Summary: Minimal and Modular PyTorch Framework
License: MIT
Author: 0phoff
Author-email: 0phoff@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: rich
Requires-Dist: rich (>=12.5,<13.0); extra == "rich"
Requires-Dist: rich-argparse (>=0.2.1,<0.3.0); extra == "rich"
Requires-Dist: torch (>=1.12,<2.0)
Requires-Dist: typeguard (>=2.13,<3.0)
