Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.17 KB

index.rst

File metadata and controls

39 lines (30 loc) · 1.17 KB

Arca's documentation!

https://img.shields.io/github/license/pyvec/arca.svg?style=flat

Arca is a library for running Python functions (callables) from git repositories in various states of isolation. Arca can also cache the results of these callables using dogpile.cache.

.. toctree::
   :maxdepth: 2
   :caption: Contents

   quickstart
   install
   settings
   tasks
   caching
   backends
   cookbook
   reference
   changes