This repository contains verified data destinations that you can use as a starting point for your project. It's a package designed to house DAT (Data Activation Tool) verified destinations.
To run this project locally, follow these steps:
Make sure you have Python 3.10 installed on your system. If not, you can download and install it from Python's official website.
git clone https://github.com/dat-labs/verified-destinations.gitNavigate into the cloned directory and create a virtual environment using your preferred method. If you're using venv, you can create a virtual environment like this:
cd verified-destinations
python -m venv .venvActivate the virtual environment. The command to activate it depends on your operating system.
- On Windows:
.venv\Scripts\activate
- On Unix or MacOS:
source .venv/bin/activate
pip install poetry
poetry installThis will install all the necessary dependencies for the project.
Contributing If you want to contribute to this project, please read the contribution guidelines.
License This project is licensed under the MIT License. See the LICENSE file for details.
Contact For any inquiries or issues regarding the project, feel free to contact us at [email protected].