Skip to main content
Avatar for Odos Matthews from gravatar.com

Odos Matthews

Username    eddiethedean
Date joined   Joined

125 projects

sparqlmodel

Last released

SPARQL ORM for Python — sessions, queries, and graph persistence on RDF stores

triplemodel

Last released

Pydantic TripleModel classes ↔ RDF triples via pyoxigraph (beta).

formatparse

Last released

Parse strings using a specification based on the Python format() syntax (Rust implementation)

formatparse-pyo3

Last released

PyO3 bindings for formatparse (native _formatparse extension; use PyPI for Python installs)

range-key-dict-2

Last released

A modern dict implementation supporting range-based keys with O(log M + K) lookups

sparkless

Last released

PySpark-like DataFrame API in Python—no JVM. Uses robin-sparkless (Rust/Polars) as the execution engine.

ontosql

Last released

Semantic interoperability for SQLModel — JSON-LD and RDF export with ontology-aware fields (import ontosql)

luxin

Last released

Streamlit-first interactive data exploration with drill-down capabilities for exploring aggregated data

luxin-nb

Last released

Jupyter notebook HTML drill-down for Luxin (luxin-core)

luxin-core

Last released

Core logic for Luxin: tracked aggregations, drill specs, and dataframe helpers

feathertail

Last released

A tiny, fast, Rust-backed transformation core for Python table data

csvdir

Last released

Read all csv files in a directory with one iterator.

freshspark

Last released

Create truly fresh local Spark sessions with isolated temp dirs and reliable teardown.

pgcopyinsert

Last released

Faster PostgreSQL bulk inserts by COPY to a temp table, then INSERT into the target table.

fullmetalcopy

Last released

Faster PostgreSQL bulk inserts by copying CSV into a table via SQLAlchemy.

chaingang

Last released

Python class decorator that adds selection chaining

streamtree

Last released

StreamTree: declarative, typed composition for Streamlit.

fastapi-workbench

Last released

FastAPI helpers for Posit Workbench / RStudio Server proxy prefixes

fluxlit

Last released

Production-oriented unified runtime for FastAPI + Streamlit

rapsqlite

Last released

True async SQLite — no fake async, no GIL stalls.

pyd3js-timer

Last released

Python port of d3-timer

pyd3js-ease

Last released

Python port of d3-ease

pyd3js-interpolate

Last released

Python port of d3-interpolate

pyd3js-drag

Last released

Python port of d3-drag

pyd3js-selection

Last released

Python port of d3-selection

pyd3js-chord

Last released

Python port of d3-chord

pyd3js-path

Last released

Python port of d3-path

pyd3js-geo

Last released

Python port of d3-geo

pyd3js-delaunay

Last released

Python port of d3-delaunay (Delaunay triangulation and Voronoi diagrams)

dylaunator

Last released

Fast 2D Delaunay triangulation (Python port of mapbox/delaunator v5.x)

pyrobust-predicates

Last released

Robust orient2d/3d, incircle, insphere predicates (Python port of robust-predicates v3.x)

pyd3js-axis

Last released

Python port of d3-axis

pyd3js-contour

Last released

Python port of d3-contour

pyd3js-color

Last released

Python port of d3-color

pyd3js-dispatch

Last released

Python port of d3-dispatch

pyd3js-array

Last released

Python port of d3-array

pyd3js-polygon

Last released

Python port of d3-polygon

pyd3js-hierarchy

Last released

Python port of d3-hierarchy

pyd3js-format

Last released

Python port of d3-format

pyd3js-force

Last released

Python port of d3-force

pyd3js-fetch

Last released

Python port of d3-fetch

pyd3js-dsv

Last released

Python port of d3-dsv

pyd3js-brush

Last released

Python port of d3-brush

pyd3js

Last released

Python port of the D3 bundle (metapackage)

typra

Last released

Python bindings for Typra, a typed embedded database.

schedulyr

Last released

Python port of React Scheduler (parity target: facebook/react packages/scheduler).

ryact

Last released

Python port of React core (parity target: facebook/react packages/react).

ryact-testkit

Last released

Internal test harness for ryact parity suite.

ryact-native

Last released

Python port scaffold of react-native renderer (parity target: react-native APIs).

ryact-dom

Last released

Python port of react-dom (parity target: facebook/react packages/react-dom).

pydantable

Last released

Strongly-typed DataFrames for Python, powered by Rust.

pydantable-native

Last released

Native execution engine for pydantable (Rust + Polars).

pydantable-protocol

Last released

Execution engine protocols for pydantable (zero runtime dependencies).

raikou

Last released

Spark DataFrame helpers on raikou-core: sessions, frames, and expression helpers.

raikou-core

Last released

Spark root materialization and ExecutionEngine implementation (pydantable-protocol + PySpark).

entie

Last released

MongoDB table helpers on entei-core — PyMongo only, no pydantable-native

entei-core

Last released

MongoDB root materialization to columnar dicts (PyMongo; pydantable-protocol only).

moltres

Last released

DataFrame API with SQL pushdown execution and real SQL CRUD - the missing layer for SQL in Python

moltres-core

Last released

SQL execution core for Moltres with pydantable ExecutionEngine support.

asynclit

Last released

Async task layer for Streamlit: background sync/async work, polling, progress, cancellation

infermodel

Last released

Rust-backed schema inference from Sequence[Mapping] with Pydantic model emission

capper

Last released

Semantic, typed wrappers for Faker with automatic Polyfactory integration

polypolars

Last released

Generate Polars DataFrames using polyfactory for testing and development

polypandas

Last released

Generate pandas DataFrames using polyfactory for testing and development

semblance

Last released

Schema-driven REST API simulation with FastAPI, Pydantic, and Polyfactory

rapcsv

Last released

Streaming async CSV — no fake async, no GIL stalls.

rapfiles

Last released

True async filesystem I/O — no fake async, no GIL stalls.

arrayops

Last released

Rust-backed acceleration for Python array.array

arraystream

Last released

Iterator-style transformations for numeric arrays, similar to itertools but for array.array

lavendertown

Last released

A Streamlit-first Python package for detecting and visualizing data quality issues

stringent

Last released

Parse strings into Pydantic models using pattern matching

cubchoo

Last released

Convert between Pandas and Polars schemas with ease

charmander

Last released

Convert between Polars schemas and PySpark schemas

rattata

Last released

Convert between Polars schemas and Python data structures (dataclasses, TypedDicts, namedtuples)

bulbasaur

Last released

Convert between PySpark schemas and SQLAlchemy/SQLModel classes

squirtle

Last released

Convert between Polars schemas and SQLAlchemy/SQLModel classes with ease

lugia

Last released

Universal schema converter for Python data types with optional dependencies

articuno

Last released

Convert Polars or Pandas DataFrames to lists of Pydantic models with schema inference

raptors

Last released

Rust-powered, NumPy-compatible array library scaffold.

polarpandas

Last released

A pandas-compatible API layer built on top of Polars for high-performance data manipulation

pandalchemy

Last released

A package that integrates pandas and sqlalchemy with change tracking and optimized SQL operations.

pytest-green-light

Last released

Pytest plugin that gives SQLAlchemy async engines the green light - automatically fixes MissingGreenlet errors

transmutation

Last released

Comprehensive database migration and schema alteration tool using SQLAlchemy and Alembic

fullmetalalchemy

Last released

Easy-to-use helpers for SQL table changes with SQLAlchemy.

synnamon

Last released

Pure Python package for getting synonyms for words.

toarray

Last released

Small Python package for converting iterables to arrays.

csvalchemy

Last released

Read, validate, and write CSV files using Pydantic models with dydactic.

dydactic

Last released

Validate iterables using Pydantic

dictanykey

Last released

A dict that can use unhashable keys

heatfall

Last released

Easy to use functions for plotting heat maps of geographic data on static maps

landfall

Last released

Easy to use functions to plot geospatial data on maps using staticmaps.

trashpandas

Last released

Persistent Pandas DataFrame storage and retrieval using a SQL database, HDF5, CSV files, or pickle files.

tinytable

Last released

Pure Python lite version of Pandas DataFrame.

geodude

Last released

Calculate GeoHash functions using PyGeodesy

typedict

Last released

A dict that only uses types as keys. Converts keys used to their type.

subclassdict

Last released

A TypeDict that allows subclasses of type keys to be used as keys

polyspark

Last released

Generate PySpark DataFrames using polyfactory for testing and development

mutablekeysdict

Last released

Pure Python mutable keys dictionary class.

hedron

Last released

A python package project for doing analysis on coordinates and clustering them.

poldantic

Last released

Convert Pydantic models to Polars schemas

abraxos

Last released

Upgrade your Pandas ETL process.

hasattrs

Last released

Check if objects have same attrs as collections.abc types.

tinytim

Last released

Pure Python data table functions.

spark-ddl-parser

Last released

Zero-dependency PySpark DDL schema parser

21 archived projects

planframe-sparkless Archived

Last released

sparkless backend adapter for PlanFrame (SparkFrame UI + sparkless engine).

planframe-polars Archived

Last released

Polars backend adapter for PlanFrame.

planframe-pandas Archived

Last released

pandas backend adapter for PlanFrame.

planframe Archived

Last released

Core typed relational planning layer for Python DataFrames.

viperis Archived

Last released

Python source to Velarium IR (frontend parser) — scaffold

velotype Archived

Last released

Velarium IR to .pyi stub generation (velotype backend)

velocus Archived

Last released

Velarium ecosystem CLI — scaffold

velarium Archived

Last released

Velarium IR (ModelSpec): normalization, JSON codec, Python→IR extraction

morphra Archived

Last released

Velarium IR to Pydantic models — scaffold

granitus Archived

Last released

Velarium IR to Spark-like schemas — scaffold

stubber Archived

Last released

IR to .pyi stub generation (Velarium stubber backend)

pytest-rxdist Archived

Last released

Rust-accelerated next-generation execution engine for pytest (planned).

robin-sparkless Archived

Last released

PySpark-like DataFrame API in Rust (Polars backend), with Python bindings via PyO3

robin-pkg Archived

Last released

A bare bones Python package

sparkless-testing Archived

Last released

Easy testing with sparkless or PySpark on demand

mock-spark Archived

Last released

Lightning-fast PySpark testing without JVM - 10x faster with 100% API compatibility

aiocsv-utils Archived

Last released

Utility functions for reading and writing CSV files asynchronously.

fullmetal-utils Archived

Last released

Utilities for editing SQL databases

fullmetalpandas Archived

Last released

An intuitive combination of Pandas and sqlalchemy to manipulate sql databases with Pandas.

elric Archived

Last released

Edit sql tables using a simple table class with a sqlalchemy and alembic back end.

fullmetaltable Archived

Last released

Edit sql tables using a simple table class with a sqlalchemy and alembic back end.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page