Metadata-Version: 2.4
Name: adc-toolkit
Version: 1.0.2
Summary: ADC toolkit, here to help you.
Project-URL: Repository, https://github.com/ACMetric/project_framework
Author-email: Ivan <ivan.k@adc-consulting.com>, Jakob <jakob.d@adc-consulting.com>, Marc <marc@adc-consulting.com>, Martijn <martijn.b@adc-consulting.com>, Niek <niek.vdl@adc-consulting.com>, Nils <nils.j@adc-consulting.com>, Rutger <rutger.l@adc-consulting.com>, Noortje <noortje.m@adc-consulting.com>, Ron <ron.k@adc-consulting.com>
License-Expression: MIT
License-File: LICENCE
Requires-Python: <3.14,>=3.10
Requires-Dist: fastparquet>=2023.7.0
Requires-Dist: hydra-core>=1.2.0
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: numpy>=2.2.2
Requires-Dist: pandas>=2.2.3
Requires-Dist: pyarrow>=22.0.0
Requires-Dist: pydantic>=1.0.0
Requires-Dist: scipy>=1.8.1
Requires-Dist: seaborn>=0.11.2
Requires-Dist: statsmodels>=0.14.4
Provides-Extra: dev
Requires-Dist: ipykernel>=6.13.0; extra == 'dev'
Requires-Dist: pdoc>=15.0.1; extra == 'dev'
Requires-Dist: pre-commit>=3.2.0; extra == 'dev'
Requires-Dist: pytest-cov>=3.0.0; extra == 'dev'
Requires-Dist: pytest>=7.1.2; extra == 'dev'
Requires-Dist: ruff>=0.14.0; extra == 'dev'
Provides-Extra: gcp
Requires-Dist: dbt-bigquery>=1.0.0; extra == 'gcp'
Requires-Dist: gcsfs>=2023.9.2; extra == 'gcp'
Requires-Dist: google-api-core>=2.8.2; extra == 'gcp'
Requires-Dist: google-cloud-bigquery-storage>=2.13.0; extra == 'gcp'
Requires-Dist: pandas-gbq>=0.19.2; extra == 'gcp'
Provides-Extra: gx
Requires-Dist: great-expectations<1.0.0,>=0.18.2; extra == 'gx'
Provides-Extra: kedro
Requires-Dist: kedro-datasets>=9.0.0; extra == 'kedro'
Requires-Dist: kedro>=1.0.0; extra == 'kedro'
Provides-Extra: logging
Requires-Dist: loguru>=0.7.2; extra == 'logging'
Provides-Extra: pandera
Requires-Dist: pandera>=0.24.0; extra == 'pandera'
Provides-Extra: preprocessing
Requires-Dist: scikit-learn>=1.5.2; extra == 'preprocessing'
Provides-Extra: spark
Requires-Dist: pyspark>=3.5.0; extra == 'spark'
Requires-Dist: zstandard>=0.25.0; extra == 'spark'
Description-Content-Type: text/markdown

# Sample project repository

Sample project repository is a Github framework for ACMetric projects.

## What does the project do?

The project provides a framework for ACMetric projects to improve code development and version control and form a basis for ACMetric projects.

## Why is the project useful?

The project is useful because it allows its users to work in a structured manner and have consistency between projects which allows new users to easily get acquainted with the locations of all files and folders. Furthermore, it saves time when a new project starts as set up to the cloud is done quickly, version control is performed automatically and the pre-commit hooks make sure that your files are checked for linting and formatting.

## How can users get started with the project?

Please follow the [get started guide](docs/get_started/00-get_started.md) to get started on your own project.

## Where can users get help with the project?

To learn more about the project framework you can run the command `make doc_browser` which will show all the documentation for the project framework in your browser. If you still have questions please reach out to the contributors shown below.

## Who maintains and contributes to the project?

The project framework is currently maintained by:

- Marc Nientker: marc@acmetric.com
- Martijn Blom: martijn@acmetric.com
- Ivan Konovalov: ivan@acmetric.com
