awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
spaceandtimefdn avatar

spaceandtimefdn/SxT-Python-SDK

0
View on GitHub↗
3,927 星标·88 分支·Python·MIT·7 次浏览spaceandtime.io↗

SxT Python SDK

SxT-Python-SDK 是一个 Python 库和 SQL 数据库客户端,旨在通过 Space and Time API 执行查询和管理数据库模式。它作为与去中心化数据仓库交互的编程接口。

该 SDK 提供了去中心化数据库管理工具,包括定义和创建表结构以及建立视图的能力。它通过允许用户运行 SQL 语句来提取和操作链上数据,从而实现区块链数据分析。

该库处理从身份验证到导出的完整数据生命周期。它管理会话令牌和环境凭据以授权网络请求,并包含将查询结果转换为 CSV 格式或为 shell 环境序列化配置的工具。

Features

  • Database SDKs - Provides a Python library for executing SQL queries and managing database schemas via the Space and Time API.
  • Decentralized Data Warehouses - Provides a programmatic interface for managing tables and views within a decentralized data warehouse.
  • Blockchain Data Management - Queries and manipulates on-chain data using SQL to extract insights from blockchain networks.
  • Database Clients - Implements a programmatic interface for running queries and manipulating table structures on a remote database.
  • SQL Query Execution - Enables the execution of SQL statements against a remote data interface to retrieve and manipulate information.
  • REST API Integrations - Wraps HTTP requests in a Pythonic object-oriented interface for communication with a remote REST API.
  • API Authentication - Manages session tokens and environment credentials to securely authorize requests to a remote data API.
  • API Request Authentication - Verifies user identity and session tokens using environment files to authorize network interactions.
  • API Wrappers - Wraps the remote data API to handle session tokens and environment credentials for authorization.
  • Token-based Authorization - Attaches security credentials and bearer tokens to outgoing requests to maintain authorized network access.
  • Class-Based Schema Mappings - Maps database table definitions and view structures to Python classes for managed schema manipulation.
  • Database and Table Management - Defines and creates database table structures on the network using schema and permission objects.
  • Database Views - Establishes and manages virtual database views over existing tables using stored queries.
  • Database Schema Managers - Provides a structured Python interface for defining tables and creating database views.

Star 历史

spaceandtimefdn/sxt-python-sdk 的 Star 历史图表spaceandtimefdn/sxt-python-sdk 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

spaceandtimefdn/sxt-python-sdk 是做什么的?

SxT-Python-SDK 是一个 Python 库和 SQL 数据库客户端,旨在通过 Space and Time API 执行查询和管理数据库模式。它作为与去中心化数据仓库交互的编程接口。

spaceandtimefdn/sxt-python-sdk 的主要功能有哪些?

spaceandtimefdn/sxt-python-sdk 的主要功能包括:Database SDKs, Decentralized Data Warehouses, Blockchain Data Management, Database Clients, SQL Query Execution, REST API Integrations, API Authentication, API Request Authentication。

spaceandtimefdn/sxt-python-sdk 有哪些开源替代品?

spaceandtimefdn/sxt-python-sdk 的开源替代品包括: datlechin/tablepro — TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL… makenotion/notion-sdk-js — This project is a JavaScript client library and SDK for interacting with the Notion REST API. It provides typed… inventree/inventree — InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels,… kuzudb/kuzu — Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data… binance/binance-spot-api-docs — This project provides technical documentation and reference guides for spot trading, including specifications for… passbolt/passbolt_api — Passbolt is an open-source, self-hosted password manager designed for teams. It provides a centralized, encrypted…

SxT Python SDK 的开源替代方案

相似的开源项目,按与 SxT Python SDK 的功能重合度排序。
  • datlechin/tableprodatlechin 的头像

    datlechin/TablePro

    4,471在 GitHub 上查看↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Swift
    在 GitHub 上查看↗4,471
  • makenotion/notion-sdk-jsmakenotion 的头像

    makenotion/notion-sdk-js

    5,611在 GitHub 上查看↗

    This project is a JavaScript client library and SDK for interacting with the Notion REST API. It provides typed methods and utilities to programmatically manage pages, databases, and workspace resources within a Notion environment. The SDK includes tools for implementing OAuth 2.0 authorization flows to grant third-party application access to workspace content. It features mechanisms for handling cursor-based pagination via asynchronous iterators and implements exponential back-off retries to manage rate limits and transient server errors. The library covers a broad range of capabilities, in

    TypeScriptapiapi-clientjavascript
    在 GitHub 上查看↗5,611
  • inventree/inventreeinventree 的头像

    inventree/InvenTree

    6,350在 GitHub 上查看↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Pythondjangohacktoberfestpython
    在 GitHub 上查看↗6,350
  • kuzudb/kuzukuzudb 的头像

    kuzudb/kuzu

    3,965在 GitHub 上查看↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    C++cypherdatabaseembeddable
    在 GitHub 上查看↗3,965
  • 查看 SxT Python SDK 的所有 30 个替代方案→