An open API service indexing awesome lists of open source software.

https://github.com/palestamp/sculpt


https://github.com/palestamp/sculpt

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# sculpt

[![Build Status](https://travis-ci.org/palestamp/sculpt.svg?branch=master)](https://travis-ci.org/palestamp/sculpt) [![Coverage Status](https://coveralls.io/repos/github/palestamp/sculpt/badge.svg?branch=master)](https://coveralls.io/github/palestamp/sculpt?branch=master)

# TODO

- [X] Field switch
- [X] InValidator
- [X] VirtualVar + VirtualList
- [X] Combine action
- [ ] YML rules definition
- [X] inplace object unwrap (primitive): `[{"name": "python"}, {"name": "go"}]` -> `["python", "go"]`