Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 864 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 864 Bytes

liberuditarticle

Build Status Coverage

liberuditarticle is a library for parsing the EruditArticle v3 specification

Supported python versions

3.3, 3.4, 3.5, 3.6

Installation

You can install liberuditarticle using pip:

Development

  1. Clone the project
  2. Install the dev dependencies in a virtualenv
pip install -r dev-requirements.txt
  1. Run the tests
tox

You are ready to go! 🎉

References