Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 941 Bytes

Documentation Status

Modulable Lacus

Lacus, but as a simple module.

Installation

pip install lacuscore

Design

LacusCore is the part taking care of enqueuing and capturing URLs or web enabled documents. It can be used as a module in your own project, see below for the usage

Lacus is the webservice that uses LacusCore, and you can use Pylacus to query it.

The enqueue, get_capture_status, and get_capture methods if LacusCore and PyLacus have the same parameters which means you can easily use them interchangeably in your project.

For more information regarding the usage of the module and a few examples, please refer to the documentation