Warning

This is the documentation for a development version of methodalyze.

Documentation for the Most Recent Stable Version

Welcome to methodalyze

Evaluate the reproducibility of scientific protocols.

On this page:

Installation

Installation should be as easy as executing this command in your chosen terminal:

$ pip install methodalyze

The source code for this project is hosted on Github. Downloading and installing from source goes like this:

$ git clone https://github.com/scolby33/methodalyze
$ cd methodalyze
$ pip install .

If you intend to install in a virtual environment, activate it before running pip install.

See Installation for further information about installing methodalyze in all manner of ways.

Contributing

methodalyze is an open-source project, and, so far, is mostly a one-person effort. Any contributions are welcome, be they bug reports, pull requests, or otherwise. Issues are tracked on Github.

Check out Contributing for more information on getting involved.

License Information

methodalyze is Copyright (c) 2017 Scott Colby. All rights reserved.

The full text of the license is available here and in the root of the source code repository.

Changelog

methodalyze adheres to the Semantic Versioning (“Semver”) 2.0.0 versioning standard. Details about this versioning sheme can be found on the Semver website Versions postfixed with -dev are currently under development and those without a postfix are stable releases.

The current version of methodalyze is 0.1.0-dev.

Full changelogs can be found on the Changelog page.