Metadata-Version: 2.1
Name: meld-sandbox
Version: 2.7.8
Summary: M3LD data privacy as code.
Home-page: https://github.com/NEOM-KSA/meld-sandbox
Author: Vincent
Author-email: vincent@purplepatchservices.com
License: Apache License 2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Provides-Extra: mssql
Provides-Extra: all
License-File: LICENSE

# M3LD

### Getting Started

In order to get started quickly with M3LD, a sample project is bundled within the M3LD CLI that will set up a server, privacy center, and a sample application for you to experiment with.

#### Minimum requirements

- [Docker](https://www.docker.com/products/docker-desktop) (version 20.10.11 or later)
- [Python](https://www.python.org/downloads/) (version 3.8 through 3.10)

#### Download and install M3LD

You can easily download and install M3LD using `pip`. Run the following command to get started:

```sh
pip install meld-sandbox
```
