Metadata-Version: 2.1
Name: autora-core
Version: 3.0.0rc1
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
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: build
Provides-Extra: notebook
Provides-Extra: docs
License-File: LICENSE.md

# 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.
