Metadata-Version: 2.1
Name: timely-beliefs
Version: 2.2.1
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: 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
Requires-Dist: properscoring
Requires-Dist: psycopg2-binary
Requires-Dist: SQLAlchemy (>=2)
Requires-Dist: numpy (==1.19.5) ; python_version <= "3.6"
Requires-Dist: pandas (<1.2,>=1.1.5) ; python_version <= "3.6"
Requires-Dist: scipy (<1.6) ; python_version <= "3.6"
Requires-Dist: numpy (==1.21.4) ; python_version <= "3.7"
Requires-Dist: scipy (<1.8) ; python_version <= "3.7"
Requires-Dist: pandas (<1.3,>=1.1.5) ; python_version == "3.7"
Requires-Dist: numpy ; python_version > "3.7"
Requires-Dist: pandas (!=2.1.0,!=2.1.1,>=1.4.0) ; python_version > "3.7"
Requires-Dist: scipy ; python_version > "3.7"
Provides-Extra: forecast
Requires-Dist: sktime ; extra == 'forecast'
Requires-Dist: numpy (<1.25,>=1.21.0) ; (python_version > "3.7") and extra == 'forecast'
Requires-Dist: scipy (<2.0.0) ; (python_version > "3.7") and extra == 'forecast'
Provides-Extra: viz
Requires-Dist: altair (<5,>=4.0.0) ; extra == 'viz'

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.
