Skip to main content

Extensions for the Dagger library (py-dagger in PyPI).

Project description

Dagger Contrib

This repository contains extensions and experiments using the py-dagger library

Python Versions Supported Latest PyPI version Test Coverage (Codecov) Continuous Integration


Extensions

  • dagger_contrib.serializer
    • AsYAML - Serializes primitive data types using YAML.
    • path - Serializes local files or directories given their path name.
      • AsTar - As tarfiles with optional compression.
      • AsZip - As zip files with optional compression.
    • pandas.dataframe - Serializes Pandas DataFrames.
      • AsCSV - As CSV files.
      • AsParquet - As Parquet files.
    • dask.dataframe - Serializes Dask DataFrames.
      • AsCSV - As a directory containing multiple partitioned CSV files.
      • AsParquet - As a directory containing multiple partitioned Parquet files.

Installation

Dagger Contrib is published to the Python Package Index (PyPI) under the name py-dagger-contrib. To install it, you can simply run:

pip install py-dagger-contrib

Extras

Many of the packages require extra dependencies. You can install those on your own, or via

pip install py-dagger-contrib[pandas]

Where pandas could also be dask, yaml or all.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-dagger-contrib-0.4.0.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

py_dagger_contrib-0.4.0-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page