Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zyp: A compact transformation engine #12

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Zyp: A compact transformation engine #12

merged 1 commit into from
Aug 14, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Aug 11, 2024

About

An attempt to provide a compact and minimal yet capable transformation engine.

Documentation

Details

A data model and implementation for a compact transformation engine written in Python.

  • Based on JSON Pointer (RFC 6901), JMESPath, and transon
  • Implemented using attrs and cattrs
  • Includes built-in transformation functions to_datetime and to_unixtime
  • Ability to marshall and unmarshall its representation to/from JSON and YAML

Copy link

codecov bot commented Aug 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (998ce02) to head (b51393d).

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #12    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           11        21    +10     
  Lines          430       805   +375     
==========================================
+ Hits           430       805   +375     
Flag Coverage Δ
mongodb 100.00% <ø> (ø)
vanilla 100.00% <ø> (ø)
zyp 100.00% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amotl amotl force-pushed the zyp branch 4 times, most recently from 68b374c to 383d3f4 Compare August 11, 2024 12:18
@amotl amotl changed the title Add Zyp Transformations, a minimal transformation engine Zyp: Add Zyp, a compact transformation engine Aug 11, 2024
@amotl amotl changed the title Zyp: Add Zyp, a compact transformation engine Zyp: A compact transformation engine Aug 11, 2024
@amotl amotl force-pushed the zyp branch 8 times, most recently from 2c49f6f to b51393d Compare August 11, 2024 23:44
A data model and implementation for a compact transformation engine
written in Python.

- Based on JSON Pointer (RFC 6901), JMESPath, and transon
- Implemented using `attrs` and `cattrs`
- Includes built-in transformation functions `to_datetime` and
  `to_unixtime`
- Ability to marshall and unmarshall its representation to/from JSON and
  YAML
@amotl amotl marked this pull request as ready for review August 14, 2024 01:11
@amotl amotl merged commit 46f895b into main Aug 14, 2024
15 checks passed
@amotl amotl deleted the zyp branch August 14, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant