Skip to main content

Compile yaml files to msgpack

Project description

Made with Python

A hatch build hook that takes yaml files and converts them to msgpack. This way, your code can ship with msgpack data files for lightning-fast conversion, but your repo can contain easy-to-maintain yaml.

Getting Started

Prerequisites

  • Python 3.10+

  • git (if installing from source, or contributing to the project)

Installation

Installation

To set up hatch-yaml-compile for your project you just need to put it in your project’s pyproject.toml file as a build-system requirement:

[build-system]
requires = ["hatchling", "hatch-yaml-compile"]
build-backend = "hatchling.build"

Usage

Now you’ll need to configure the build scripts you want to run. This is done by adding an array of scripts to the tool.hatch.build.hooks.build-scripts.scripts key in your pyproject.toml file. In practice this looks like:

[tool.hatch.build.hooks.convert-data-file.options]
pattern = "*.yaml"
target_format = "msgpack"
remove_source_files = true

Roadmap

Reference the open issues for a list of proposed features (and known issues).

Acknowledgements

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

hatch_compile_yaml-8.0.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

hatch_compile_yaml-8.0.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file hatch_compile_yaml-8.0.0.tar.gz.

File metadata

  • Download URL: hatch_compile_yaml-8.0.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for hatch_compile_yaml-8.0.0.tar.gz
Algorithm Hash digest
SHA256 fa36e04645c4fc256f97172cafb023031e8e77a74f39eed805e156b1d694d1c3
MD5 bd0466386893662d1974a934ad0b7ac8
BLAKE2b-256 c0ee09bce5103401b2a39d2665c1f9574eb2739982b07b3cde3b6b0de26301f2

See more details on using hashes here.

File details

Details for the file hatch_compile_yaml-8.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hatch_compile_yaml-8.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7ff3156800d2a9c65c0df063c740b070ea8b12fd0bb660ba69ac743ad11de494
MD5 b9f6cd7c106916b81a1f8dca19a4869f
BLAKE2b-256 9e348434f7c46fce322b45f2fc170a52f03e96d3919d5954519ec5a951870cd2

See more details on using hashes here.

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