Metadata-Version: 2.1
Name: huma-signals
Version: 0.3.0
Summary: Enables access to high-quality signals about a borrower's income, assets, and liabilities.
Home-page: https://github.com/00labs/huma-signals/
License: AGPL v3
Author: Jiatu Liu
Author-email: jiatu@huma.finance
Requires-Python: >=3.10,<3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiofiles (>=22.1.0,<23.0.0)
Requires-Dist: httpx (>=0.24.0,<0.25.0)
Requires-Dist: orjson (>=3.8.5,<4.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: structlog (>=22.3.0,<23.0.0)
Requires-Dist: urllib3 (>=1.26,<2.0)
Requires-Dist: web3 (>=6.1.0,<7.0.0)
Project-URL: Documentation, https://docs.huma.finance/developer-guidelines/decentralized_signal_portfolio
Project-URL: Repository, https://github.com/00labs/huma-signals.git
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://huma.finance"><img src="https://user-images.githubusercontent.com/5999398/210867640-95c8944c-fcd0-4199-9f08-b0ae6eda70c0.jpg" alt="Huma Finance" width="500px"></a>
  <h1 align="center">Decentralized Signal Portfolio</h1>
</p>

<p align="center">
  <a href="https://github.com/00labs/huma-signals/actions" target="_blank">
    <img alt="Action Status" src="https://github.com/00labs/huma-signals/actions/workflows/ci-main.yml/badge.svg">
  </a>
  <img alt="Version" src="https://img.shields.io/badge/version-0.2.1-blue.svg?cacheSeconds=2592000" />
  <a href="https://docs.huma.finance/" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
  </a>
  <a href="https://discord.gg/7e2fdMSCZr">
    <img alt="" src="https://badgen.net/badge/Join/HUMAnity%20Discord/cyan?icon=discor">
  </a>
  <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">
    <img alt="License: AGPLv3" src="https://img.shields.io/badge/License-AGPLv3-yellow.svg" />
  </a>
  <a href="https://twitter.com/humafinance" target="_blank">
    <img alt="Twitter: humafinance" src="https://img.shields.io/twitter/follow/humafinance.svg?style=social" />
  </a>

The Decentralized Signal Portfolio (DSP) is an open source package that enables access to high-quality signals about a borrower's income, assets, and liabilities. These signals are collected through Signal Adapters, which gather data from a variety of on-chain and off-chain sources. Any developer can contribute to the platform by adding a new Signal Adapter for a specific data source.
</p>

## Overview

📜 [Huma Whitepaper](https://docs.huma.finance/)

🏠 [Homepage](https://huma.finance)

## Documentation

For additional guides, examples, and APIs, see the [documentation](./docs/).

## Want to help?

Give a ⭐️ if this project helped you!

Want to file a bug, contribute some code, or improve the documentation? Excellent! Read up on our guidelines for [contributing](.docs/../docs/contributing.md).

## 📝 License

This project is [AGPL v3](https://www.gnu.org/licenses/agpl-3.0.en.html) licensed.

