Welcome to Leginorma’s documentation!

Leginorma

Build Status Documentation Code Coverage

Python wrapper for Legifrance API


Quick Start

from leginorma import LegifranceText, LegifranceClient

client = LegifranceClient('client_id', 'client_secret')
text = LegifranceText.from_dict(client.consult_law_decree('JORFTEXT000034429274'))

Installation

Stable Release: pip install leginorma
Development Head: pip install git+https://github.com/envinorma/leginorma.git

Documentation

For full package documentation please visit envinorma.github.io/leginorma.

Development

See CONTRIBUTING.md for information related to developing the code.

MIT license

Indices and tables