ResLib: Research Library

Release v0.0.2. (Installation of ResLib)

Research Library is intended to help Accounting and Finance researchers do efficient, repeatable research.

This documentation provides an overview of ResLib, starting with the Philosophy of ResLib, and then diving into the nuts and bolts with the Installation of ResLib and then the Quickstart. The rest of the docs describe each component of ResLib in detail, with a full reference in the API section.

ResLib relies heavily on Doit for pipeline automation, and Pandas for data wrangling. The documentation for these libraries can be found at:

User Guide

This part of the documentation, which is mostly prose, begins with some background information about ResLib, then focuses on step-by-step instructions for project development with ResLib.

Indices and tables

Thanks to Requests and Flask for their wonderful programming and documentation examples. I stole shamelessly from the examples set by both.