esprengle's Stars
mermaid-js/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
apache/superset
Apache Superset is a Data Visualization and Data Exploration Platform
tursodatabase/libsql
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
sindresorhus/github-markdown-css
The minimal amount of CSS to replicate the GitHub Markdown style
zplug/zplug
:hibiscus: A next-generation plugin manager for zsh
quokkaproject/quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
chris1610/pbpython
Code, Notebooks and Examples from Practical Business Python
typeddjango/awesome-python-typing
Collection of awesome Python types, stubs, plugins, and tools to work with them.
joshiemoore/snakeware
A free Linux distro with a Python-based userspace
giampaolo/pyftpdlib
Extremely fast and scalable Python FTP server library
wooorm/starry-night
Syntax highlighting, like GitHub
jaraco/inflect
Correctly generate plurals, ordinals, indefinite articles; convert numbers to words
pls-rs/pls
`pls` is a prettier and powerful `ls(1)` for the pros.
richardanaya/wasm-service
HTMX, WebAssembly, Rust, ServiceWorkers
hynek/doc2dash
Create docsets for Dash.app-compatible API browsers.
timbertson/python-readability
[abandoned] python port of arc90's readability bookmarklet
ekzhang/inline-sql
🪄 Inline SQL in any Python program
sindresorhus/generate-github-markdown-css
Generate the CSS for github-markdown-css
mrjones2014/dash.nvim
🏃💨 Search Dash.app from your Neovim fuzzy finder. Built with Rust 🦀 and Lua
thombashi/pathvalidate
A Python library to sanitize/validate a string such as filenames/file-paths/etc.
jasondelaat/pymonad
PyMonad implements data structures typically available in pure functional or functional first programming languages like Haskell and F#. Included are Monad and Monoid data types with several common monads included - such as Maybe and State - as well as some useful tools such as the @curry decorator for defining curried functions. PyMonad 2.x.x represents an almost complete re-write of the library with a simpler, more consistent interface as well as type annotations to help ensure correct usage.
direnv/direnv.vim
vim plugin for direnv support
direnv/direnv-vscode
unclutter your .profile
newzealandpaul/webarchiver
Webarchiver allows you to create Safari .webarchive files from the command line. This project was featured on the Github blog in December 2008 👍
fnpy/fn.py
Missing features of fp in Python -- active fork of kachayev/fn.py
python-poetry/poetry-plugin-bundle
Poetry plugin to bundle projects into various formats
Superbird11/ranges
Continuous Range, RangeSet, and RangeDict data structures for Python
iamsinghrajat/async-cache
A caching solution for asyncio
tevino/devonthink-markdown-css
:blue_book: Github markdown style adjusted for DEVONthink updated automatically.
mplanchard/safetywrap
Fully typesafe, Rust-like Result and Option types for Python