Metadata-Version: 2.1
Name: tinyolap
Version: 0.8.26
Summary: TinyOlap: A multi-dimensional in-memory OLAP database in plain Python 3.
Home-page: http://github.com/zeutschler/tinyolap/
Author: Thomas Zeutschler
Author-email: info@tinyolap.com
License: MIT License
Project-URL: Homepage, https://tinyolap.com
Project-URL: Documentation, https://tinyolap.com/docs
Project-URL: GitHub, https://github.com/Zeutschler/tinyolap
Keywords: database,olap,molap,planning,simulation,forecasting,multidimensional,cube,business rules,calculation
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
License-File: LICENSE.txt
Requires-Dist: cryptography
Requires-Dist: sqlparse
Requires-Dist: enum-tools
Requires-Dist: packaging
Requires-Dist: faker


TinyOlap is a light-weight, in-process, multi-dimensional, model-first OLAP 
engine for planning, budgeting, reporting, analysis and many other numerical purposes.
 
Although this sounds very complicated, TinyOlap is actually very easy to use and should 
be suitable for all levels of Python and database skills.

TinyOlap is also quite handy as a smart alternative to Pandas DataFrames when your data
is multidimensional, requires hierarchical aggregations or complex calculations.          


