Metadata-Version: 2.4
Name: mp_explore_export_sqlite
Version: 0.1.1
Summary: Export data as SQLite
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
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 Export SQLite

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

Data Consumer to export data in SQLite

## 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_export_sqlite
```

## Arguments

- `dest` Where the SQLite database is (or will be) stored.
- (Optional) `track_changes` When enabled, instead of overwritting the existing tables, new tables will be created. These new tables define the data as was at a certain point in time. References to these tables and when were they created will be stored in a `time_mappings` table.
- (Optional) `table_name` Where will the data be stored
- (Optional) `separate_sources` When enabled, each data source will have its own table
- (Optional) `overwrite` If the database already exists, overwrite all of the contents