Metadata-Version: 2.1
Name: eurlex2lexparency
Version: 1.3
Summary: Transforming documents from Eur-Lex to Lexparency
Home-page: https://github.com/Lexparency/eurlex2lexparency
Author: Martin Heimsoth
Author-email: mail@lexparency.org
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# eurlex2lexparency
Transforming documents from Eur-Lex to Lexparency

## Installation

`pip install eurlex2lexparency`

## Usage

Using this package requires a settings-module on first level,
featuring the definition of the following variables.

| Name                 | Description                                               |
|----------------------|-----------------------------------------------------------|
| LEXPATH              | Filesystem path to store the transformed documents.       |
| CELEX_CONNECT_STRING | To be used by `sqlalchemy.create_engine`                  |
| LANG_2_ADDRESS       | Dictionary, language code to corresponding Lexparency URL |


