33 projects
pydantable
Python package that uses pydantic to validate data in a data table.
fullmetalcopy
Functions for faster PostgreSQL bulk inserts by copying to sql table.
pgcopyinsert
Functions for faster PostgreSQL bulk inserts by copying to temp table then inserting from temp table.
aiocsv-utils
Utility functions for reading and writing CSV files asynchronously.
fullmetal-utils
Utilities for editing SQL databases
fullmetalalchemy
Easy to use functions for making changes to sql tables using SqlAlchemy.
heatfall
Easy to use functions to plot heat maps of geospatial data using staticmaps.
landfall
Easy to use functions to plot geospatial data on maps using staticmaps.
synnamon
Pure Python package for getting synonyms for words.
dictanykey
A dict that can use unhashable keys
tinytable
Pure Python lite version of Pandas DataFrame.
geodude
Calculate GeoHash functions using PyGeodesy.
toarray
Small Python package for converting iterables to arrays.
fullmetalpandas
An intuitive combination of Pandas and sqlalchemy to manipulate sql databases with Pandas.
elric
Edit sql tables using a simple table class with a sqlalchemy and alembic back end.
tabulize
Edit sql tables using a simple table class with a sqlalchemy and alembic back end.
fullmetaltable
Edit sql tables using a simple table class with a sqlalchemy and alembic back end.
transmutation
Alter sql tables using SqlAlchmey and Alembic
sqlalchemize
Make changes to sql tables using SqlAlchmey
chaingang
Python class decorator that adds selection chaining
pandalchemize
An intuitive combination of Pandas and sqlalchemy to manipulate sql databases with Pandas.
tinyalchemize
Edit sql tables using a simple table class with a sqlalchemy and alembic back end.
alterize
Alter sql tables using SqlAlchmey and Alembic
sessionize
Make changes to sql tables using SqlAlchmey sessions
trashpandas
Persistent Pandas DataFrame storage and retrieval using a SQL database, HDF5, CSV files, or pickle files.
typedict
A dict that only uses types as keys. Converts keys used to their type.
subclassdict
A TypeDict (see python package typedict) that allows subclasses of type keys to be used as keys.
tinytim
Pure Python data table functions.
polarpandas
A DataFrame with pandas features but polars back end.
mutablekeysdict
Pure Python mutable keys dictionary class.
hasattrs
Check if objects have same attrs at collections.abc types.
hedron
A python package project for doing analysis on coordinates and clustering them.
pandalchemy
A package that integrates pandas and sqlalchemy.