awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
spaceandtimefdn avatar

spaceandtimefdn/SxT-Python-SDK

0
View on GitHub↗
3,927 estrellas·88 forks·Python·MIT·7 vistasspaceandtime.io↗

SxT Python SDK

El SxT-Python-SDK es una librería de Python y cliente de base de datos SQL diseñado para ejecutar consultas y gestionar esquemas de base de datos a través de la API de Space and Time. Sirve como una interfaz programática para interactuar con un almacén de datos descentralizado.

El SDK proporciona herramientas para la gestión de bases de datos descentralizadas, incluyendo la capacidad de definir y crear estructuras de tablas y establecer vistas. Permite el análisis de datos de blockchain al permitir a los usuarios ejecutar sentencias SQL para extraer y manipular datos on-chain.

La librería maneja todo el ciclo de vida de los datos, desde la autenticación hasta la exportación. Gestiona tokens de sesión y credenciales de entorno para autorizar peticiones de red e incluye utilidades para transformar resultados de consultas a formato CSV o serializar configuraciones para entornos de 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.

Historial de estrellas

Gráfico del historial de estrellas de spaceandtimefdn/sxt-python-sdkGráfico del historial de estrellas de spaceandtimefdn/sxt-python-sdk

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SxT Python SDK

Proyectos open-source similares, clasificados según cuántas características comparten con SxT Python SDK.
  • datlechin/tableproAvatar de datlechin

    datlechin/TablePro

    4,471Ver en 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
    Ver en GitHub↗4,471
  • makenotion/notion-sdk-jsAvatar de makenotion

    makenotion/notion-sdk-js

    5,611Ver en 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
    Ver en GitHub↗5,611
  • inventree/inventreeAvatar de inventree

    inventree/InvenTree

    6,350Ver en 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
    Ver en GitHub↗6,350
  • kuzudb/kuzuAvatar de kuzudb

    kuzudb/kuzu

    3,965Ver en 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
    Ver en GitHub↗3,965
Ver las 30 alternativas a SxT Python SDK→

Preguntas frecuentes

¿Qué hace spaceandtimefdn/sxt-python-sdk?

El SxT-Python-SDK es una librería de Python y cliente de base de datos SQL diseñado para ejecutar consultas y gestionar esquemas de base de datos a través de la API de Space and Time. Sirve como una interfaz programática para interactuar con un almacén de datos descentralizado.

¿Cuáles son las características principales de spaceandtimefdn/sxt-python-sdk?

Las características principales de spaceandtimefdn/sxt-python-sdk son: Database SDKs, Decentralized Data Warehouses, Blockchain Data Management, Database Clients, SQL Query Execution, REST API Integrations, API Authentication, API Request Authentication.

¿Qué alternativas de código abierto existen para spaceandtimefdn/sxt-python-sdk?

Las alternativas de código abierto para spaceandtimefdn/sxt-python-sdk incluyen: 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…