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

https://github.com/hansbug/chainloader

Composable data verification and processing framework
https://github.com/hansbug/chainloader

Last synced: 8 months ago
JSON representation

Composable data verification and processing framework

Awesome Lists containing this project

README

          

# chainloader

[![PyPI](https://img.shields.io/pypi/v/chainloader)](https://pypi.org/project/chainloader/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/chainloader)](https://pypi.org/project/chainloader/)
![Loc](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HansBug/84dbdfb4214e16d96975b19523bda3f0/raw/loc.json)
![Comments](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HansBug/84dbdfb4214e16d96975b19523bda3f0/raw/comments.json)

[![Docs Deploy](https://github.com/HansBug/chainloader/workflows/Docs%20Deploy/badge.svg)](https://github.com/HansBug/chainloader/actions?query=workflow%3A%22Docs+Deploy%22)
[![Code Test](https://github.com/HansBug/chainloader/workflows/Code%20Test/badge.svg)](https://github.com/HansBug/chainloader/actions?query=workflow%3A%22Code+Test%22)
[![Badge Creation](https://github.com/HansBug/chainloader/workflows/Badge%20Creation/badge.svg)](https://github.com/HansBug/chainloader/actions?query=workflow%3A%22Badge+Creation%22)
[![Package Release](https://github.com/HansBug/chainloader/workflows/Package%20Release/badge.svg)](https://github.com/HansBug/chainloader/actions?query=workflow%3A%22Package+Release%22)
[![codecov](https://codecov.io/gh/HansBug/chainloader/branch/main/graph/badge.svg?token=XJVDP4EFAT)](https://codecov.io/gh/HansBug/chainloader)

[![GitHub stars](https://img.shields.io/github/stars/HansBug/chainloader)](https://github.com/HansBug/chainloader/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/HansBug/chainloader)](https://github.com/HansBug/chainloader/network)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/HansBug/chainloader)
[![GitHub issues](https://img.shields.io/github/issues/HansBug/chainloader)](https://github.com/HansBug/chainloader/issues)
[![GitHub pulls](https://img.shields.io/github/issues-pr/HansBug/chainloader)](https://github.com/HansBug/chainloader/pulls)
[![Contributors](https://img.shields.io/github/contributors/HansBug/chainloader)](https://github.com/HansBug/chainloader/graphs/contributors)
[![GitHub license](https://img.shields.io/github/license/HansBug/chainloader)](https://github.com/HansBug/chainloader/blob/master/LICENSE)

Composable data verification and processing framework

## Installation

You can simply install it with `pip` command line from the official PyPI site.

```shell
pip install chainloader
```

For more information about installation, you can refer to [Installation](https://HansBug.github.io/chainloader/main/tutorials/installation/index.html).

# Contributing

We appreciate all contributions to improve `chainloader`, both logic and system designs. Please refer to CONTRIBUTING.md for more guides.

# License

`chainloader` released under the Apache 2.0 license.