Metadata-Version: 2.1
Name: autora-core
Version: 3.2.0a1
Summary: Autonomous Research Assistant (AutoRA) is a framework for automating steps of the empirical research process. 
Author-email: Sebastian Musslick <sebastian_musslick@brown.edu>, John Gerrard Holland <john_holland1@brown.edu>
Project-URL: homepage, http://www.empiricalresearch.ai
Project-URL: repository, https://github.com/AutoResearch/autora-core
Project-URL: documentation, https://autoresearch.github.io/autora/
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: scikit-learn
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Requires-Dist: flake8 ; extra == 'build'
Requires-Dist: pre-commit ; extra == 'build'
Provides-Extra: dev
Requires-Dist: autora-core[test] ; extra == 'dev'
Requires-Dist: autora-core[build] ; extra == 'dev'
Requires-Dist: autora-core[notebook] ; extra == 'dev'
Requires-Dist: autora-core[docs] ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material ; extra == 'docs'
Requires-Dist: mkdocs-gen-files ; extra == 'docs'
Requires-Dist: mkdocs-literate-nav ; extra == 'docs'
Requires-Dist: mkdocs-section-index ; extra == 'docs'
Requires-Dist: mkdocs-multirepo-plugin ; extra == 'docs'
Requires-Dist: mkdocstrings-python ; extra == 'docs'
Requires-Dist: mkdocs-jupyter ; extra == 'docs'
Requires-Dist: pymdown-extensions ; extra == 'docs'
Provides-Extra: notebook
Requires-Dist: jupyter ; extra == 'notebook'
Requires-Dist: ipython ; extra == 'notebook'
Requires-Dist: ipywidgets ; extra == 'notebook'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# AutoRA Core

`autora-core` is the core python module for [`autora`](https://autoresearch.github.io/autora/) 
(<b>Auto</b>mated <b>R</b>esearch <b>A</b>ssistant), an open-source framework for 
automating multiple stages of the empirical research process, including model discovery, experimental design, data 
collection, and documentation for open science.

The primary purpose of this module is to provide utilities for: 
- describing experiments, 
- running experimentalist pipelines,
- running cyclical experiments (currently in the 
  [`autora-workflow` subpackage](https://github.com/autoresearch/autora-workflow))

See the tutorials and user guide at [`autora`](https://autoresearch.github.io/autora/) to get started.
