Metadata-Version: 2.4
Name: timely-beliefs
Version: 3.5.5
Summary: Data modelled as beliefs (at a certain time) about events (at a certain time).
Author-email: Seita BV <felix@seita.nl>
Project-URL: homepage, https://github.com/seitabv/timely-beliefs
Project-URL: documentation, https://github.com/SeitaBV/timely-beliefs#readme
Keywords: time series,forecasting,analytics,visualization,uncertainty,lineage
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: importlib_metadata
Requires-Dist: pytz
Requires-Dist: isodate
Requires-Dist: openturns>=1.23
Requires-Dist: properscoring
Requires-Dist: psycopg2-binary
Requires-Dist: SQLAlchemy>=2
Requires-Dist: numpy==1.19.5; python_version <= "3.6"
Requires-Dist: numpy==1.21.4; python_version <= "3.7"
Requires-Dist: numpy; python_version > "3.7"
Requires-Dist: pandas<1.2,>=1.1.5; python_version <= "3.6"
Requires-Dist: pandas<1.3,>=1.1.5; python_version == "3.7"
Requires-Dist: pandas!=2.1.0,!=2.1.1,<3,>=1.4.0; python_version > "3.7"
Requires-Dist: scipy<1.6; python_version <= "3.6"
Requires-Dist: scipy<1.8; python_version <= "3.7"
Requires-Dist: scipy; python_version > "3.7"
Provides-Extra: viz
Requires-Dist: altair<5,>=4.0.0; extra == "viz"
Provides-Extra: forecast
Requires-Dist: sktime; extra == "forecast"
Requires-Dist: numpy>=1.21.0; python_version > "3.7" and extra == "forecast"
Dynamic: license-file

Model to represent data as beliefs about events, stored in the form of a multi-index pandas DataFrame enriched with attributes to get out convenient representations of the data.
