Skip to main content

Feedo Network Python SDK

The official Developer SDK for interacting with the Feedo Network.

Feedo is a decentralized network consisting of Search, Consensus, and Storage nodes. This SDK provides a unified, asynchronous interface to interact with all layers of the Feedo Network.

Features

  • Dynamic Node Routing: The SDK automatically pings seed nodes and routes your requests to the fastest available node. If a node goes offline, the router instantly falls back to another healthy node.
  • Fully Asynchronous: Built on top of httpx and asyncio for maximum performance in AI agents and backend applications.
  • Search Module: Execute semantic vector queries, index new documents, and manage deployed websites.
  • Consensus Module: Register Decentralized Identifiers (DIDs), resolve .feedo names, and manage network grants.
  • Storage Module: Upload, download, and subscribe to data streams on the decentralized storage layer.

Installation

pip install feedo-sdk

Quick Start

import asyncio
from feedo import FeedoClient

async def main():
    # Initialize the client. No URLs required, it auto-discovers nodes.
    client = FeedoClient()
    
    # 1. Search Network
    search_results = await client.search.query("Web3 social network")
    print(search_results)
    
    # 2. Consensus Network
    name_info = await client.consensus.resolve_name("my-app.feedo")
    print(name_info)
    
    # 3. Storage Network
    files = await client.storage.get_recent_files()
    print(files)

if __name__ == "__main__":
    asyncio.run(main())

Architecture

The SDK is divided into three core modules accessible via the FeedoClient:

  • client.search.*
  • client.consensus.*
  • client.storage.*

Under the hood, a NodeRouter maintains health checks and latency metrics for the seed nodes to ensure high availability.

License

Apache License 2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

feedo_sdk-0.1.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

feedo_sdk-0.1.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file feedo_sdk-0.1.1.tar.gz.

File metadata

  • Download URL: feedo_sdk-0.1.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.9

File hashes

Hashes for feedo_sdk-0.1.1.tar.gz
Algorithm Hash digest
SHA256 93961a0af21a2adb7eca8dd063baa4c38e57a9954c813b56ae6c6a3aad6349f5
MD5 05a5c47229c1433115df841f4426c362
BLAKE2b-256 f5036b3f0fbd3eb510d19f8132e3c33608d998d24e4500c73cbfd689abdf1612

See more details on using hashes here.

File details

Details for the file feedo_sdk-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: feedo_sdk-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.9

File hashes

Hashes for feedo_sdk-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c14a76bbb23edbcbfd11458e9511eb6f4272195b80fb219329582c436e30ef2d
MD5 fe5fc2525b08fb0fb79fa3f69082c49d
BLAKE2b-256 d3a1bf13584d1a3acc9471e8ea1beda43f07904c0c8a44a60caf642d9c5f818b

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.25

2 files

0.1.24

2 files

0.1.22

2 files

0.1.21

2 files

0.1.20

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

1 file

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

This release

0.1.1 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page