Metadata-Version: 2.4
Name: mp_scrape_core
Version: 0.1.0
Summary: Gather up-to-date and reliable information about Members of Parliament
Project-URL: Homepage, https://git.fsfe.org/mp-scrape/mp-scrape
Project-URL: Issues, https://git.fsfe.org/mp-scrape/mp-scrape/issues
Author-email: "Free Software Foundation Europe e.V." <mp-scrape@fsfe.org>
Maintainer-email: Sofía Aritz <sofiaritz@fsfe.org>
License-Expression: AGPL-3.0-only
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: pandas>=2
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2025 Sofía Aritz <sofiaritz@fsfe.org>

SPDX-License-Identifier: AGPL-3.0-only
-->

# MP Scrape Core

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

MP Scrape Core is the core of the MP Scrape project, defining the primitives for data sources, processes, and data consumers.

## Where to get it

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

```sh
$ pip3 install mp_scrape_core
```
