Metadata-Version: 2.4
Name: abvelocity
Version: 0.2.1
Summary: A Python package for accelerating data-driven experiments and analysis
License: BSD-2-Clause
License-File: AUTHORS.rst
License-File: LICENSE
License-File: NOTICE
Keywords: experiments,velocity,data-analysis,visualization,statistics
Author: Reza Hosseini
Author-email: reza1317@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: dash
Provides-Extra: pdf
Requires-Dist: dash (>=2.18.0,<3.0.0) ; extra == "dash"
Requires-Dist: duckdb (>=1.1.0,<2.0.0)
Requires-Dist: mashumaro (>=3.13.0,<4.0.0)
Requires-Dist: numpy (>=2.0.0,<3.0.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Requires-Dist: playwright (>=1.50.0,<2.0.0) ; extra == "pdf"
Requires-Dist: plotly (>=5.24.0,<6.0.0)
Requires-Dist: pyhocon (>=0.3.0,<0.4.0)
Requires-Dist: scipy (>=1.13.0,<2.0.0)
Requires-Dist: sqlglot (>=25.34.0,<26.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: trino (>=0.330.0,<0.331.0)
Requires-Dist: webcolors (>=24.11.0,<25.0.0)
Description-Content-Type: text/markdown

# abvelocity

> **⚠ Alpha — early development.**
>
> This library is in active early development. It is **not yet ready for
> production use** and comes with **no warranty** — use at your own discretion.
> **Estimated Beta release timeline: ~September 2026.**
>
> Bug reports via GitHub issues are welcome. Fixes may take time at this early stage.

A library to increase experimentation velocity.
The main current supported tooling is called "Multi-Experiment Analysis (MEA)".

MEA allows us to analyze multiple concurrent orthogonal experiments.


See [What is MEA?](./docs/docs/content/2-what-is-mea.md)

See [Run MEA (Generic Version)](./docs/docs/content/4-run-mea-generic.md)

See [MEA Report](./docs/docs/content/5-mea-report.md)

