Metadata-Version: 2.1
Name: dask-felleskomponenter
Version: 0.0.4
Summary: Felleskomponeneter for utvikling av Apache Beam pipelines
Home-page: https://github.com/kartverket/dask-felleskomponenter
Author: Dataplattform@Statens Kartverk
Author-email: dataplattform@kartverket.no
Project-URL: Bug Tracker, https://github.com/kartverket/dask-felleskomponenter/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# DASK Felleskomponenter
This is a repo where we make available apache beam components that is utilized throughout the organization. DASK felleskomponenter is still in an early stage of the development process.

## Structure
We structure the repo in one main components that contains the following packages:
- common classes
- custom apache beam sources
- custom apache beam transforms
- custom apache beam sinks

## Dependencies
You need to install Python3.7 and higher, and to install the dependencies of this project, please execute the following command
```bash
pip install -r requirements.txt
```
