Metadata-Version: 2.4
Name: strats
Version: 0.1.10
Summary: Strats: system trading framework
Project-URL: Repository, https://github.com/kazukiyoshida/strats
Project-URL: Changelog, https://github.com/kazukiyoshida/strats/blob/main/CHANGELOG.md
Author: Kazuki Yoshida
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: croniter>=6.0.0
Requires-Dist: cryptography>=45.0.5
Requires-Dist: fastapi>=0.115.11
Requires-Dist: flask>=3.1.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: prometheus-client>=0.21.1
Requires-Dist: typer>=0.15.2
Requires-Dist: uvicorn>=0.34.0
Requires-Dist: uvloop>=0.21.0
Requires-Dist: waitress>=3.0.2
Description-Content-Type: text/markdown

# Strats

<p>
<a href="https://github.com/kazukiyoshida/strats/actions?query=event%3Apush+branch%3Amain" target="_blank">
  <img src="https://github.com/kazukiyoshida/strats/actions/workflows/test.yaml/badge.svg" alt="Test">
</a>
<a href="https://pypi.org/project/strats" target="_blank">
  <img src="https://img.shields.io/pypi/v/strats?label=pypi%20package&color=%2334D058" alt="PyPI - Version">
</a>
<a href="">
  <img src="https://img.shields.io/pypi/pyversions/strats?color=%2334D058" alt="Supported Python versions">
</a>
</p>

Strats is a modern, lightweight trading system framework with Python.
