Metadata-Version: 2.4
Name: mp_explore_source_euparl
Version: 0.1.2
Summary: Obtain data of EU MPs
Project-URL: Homepage, https://git.fsfe.org/mp-explore/mp-explore
Project-URL: Issues, https://git.fsfe.org/mp-explore/mp-explore/issues
Author-email: "Free Software Foundation Europe e.V." <mp-explore@fsfe.org>
Maintainer-email: Sofía Aritz <sofiaritz@fsfe.org>
License-Expression: AGPL-3.0-or-later
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: mp-explore-core>=0.1.0
Requires-Dist: pandas>=2
Requires-Dist: playwright>=1.50
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2025 Free Software Foundation Europe e.V. <mp-explore@fsfe.org>

SPDX-License-Identifier: AGPL-3.0-or-later
-->

# MP Explore EUParl

Part of the [MP Explore](https://git.fsfe.org/mp-explore/mp-explore) project.

Data Source for the European Parliament.

## Where to get it

You can get it through the [Python Package Index (PyPI)](https://pypi.org/project/mp_explore_core/):

```sh
$ pip3 install mp_explore_source_euparl
```

## Arguments

- (Optional) `display_browser` When enabled, a browser window is opened displaying the actions being performed.
- (Optional) `mep_url_template` URL template to obtain data from each MEP, `{ID}` will be replaced with the MEP ID.
- (Optional) `full_list_url` URL from where the full list of MEPs is extracted.
- (Optional) `retrieve_emails` When enabled, e-mails will be retrieved. This takes a long time.
- (Optional) `retrieve_committees` When enabled, membership to committees will be retrieves. This takes a long time.
- (Optional) `timeout` Only valid when `retrieve_emails` or `retrieve_committees` are true, time to wait between pages.