Metadata-Version: 2.4
Name: signal-tracker
Version: 0.1.0
Summary: Open-source prediction tracking & accuracy scoring framework. Track predictions, score accuracy, build leaderboards.
Author-email: "Crene, Inc." <dev@crene.com>
License: MIT
Project-URL: Homepage, https://crene.com
Project-URL: Repository, https://github.com/crene/signal-tracker
Keywords: predictions,forecasting,accuracy,leaderboard,track-record,accountability,signal,intelligence
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: llm
Requires-Dist: openai>=1.0; extra == "llm"
Requires-Dist: anthropic>=0.20; extra == "llm"
Provides-Extra: all
Requires-Dist: openai>=1.0; extra == "all"
Requires-Dist: anthropic>=0.20; extra == "all"
