matthewdeanmartin
Developer. Python / C# / AWS / TypeScript I Probably have stable employment until summer of 2026
Booz Allen, who I do not speak forGreater DC Area
Pinned Repositories
ai_shell
OpenAI-centric shell for giving safe, chat-optimized, filesystem access to an Assistant as a "tool"
dedlin
Clone of edlin with improvements to make it into more of a DSL
hissbytenotation
Library to make it easy to use python literal syntax as a data format
markpickle
Lossy serialization of markdown to python and back
openmock
Python Opensearch Mock for test purposes (fork of elasticmock)
pydoc_fork
Run pydoc on a build server to generate API docs
so_pip
Turn an answer on StackOverflow into a python package you can vendorize
terminaltables3
Generate simple tables in terminals from a nested list of strings.
tokipona.parser
A Toki Pona Parser
whats_that_code
detect programming language of source in pure python from an ensemble of classifiers
matthewdeanmartin's Repositories
matthewdeanmartin/whats_that_code
detect programming language of source in pure python from an ensemble of classifiers
matthewdeanmartin/cheese_grader
Safely evaluate 3rd party library quality. Detect garbage. Sometimes detect goodness.
matthewdeanmartin/find_known_secrets
Scan for known secrets in your source code before you check in
matthewdeanmartin/markpickle
Lossy serialization of markdown to python and back
matthewdeanmartin/jiggle_version
Opinionated, no config build version incrementer. No regex. Drop in and go.
matthewdeanmartin/hissbytenotation
Library to make it easy to use python literal syntax as a data format
matthewdeanmartin/termcolor
Fork of termcolor, a two function library for printing colored text to your terminal
matthewdeanmartin/ai_pip
Uses ChatGPT to turn StackOverflow answer into a reusable library
matthewdeanmartin/bug_trail
local static html error logger to use while developing python code
matthewdeanmartin/caniuseonlywheels
Can I use only wheels and not insecure sdist?
matthewdeanmartin/connexion
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
matthewdeanmartin/dicttoxml
Simple library to convert a Python dictionary or other native data type into a valid XML string.
matthewdeanmartin/feed_thing
mastodon experiments
matthewdeanmartin/navio-builder
Navio Online python lightweight builder tool
matthewdeanmartin/pyanide
tools for killing threads and making sure they stay that way
matthewdeanmartin/random_names
Convert int to random name, like tree_dance and convert it back to same int.
matthewdeanmartin/sh
Python process launching
matthewdeanmartin/the_lockdown_house
Text adventure based on our true life adventures at home
matthewdeanmartin/activepapers-python
Python edition of ActivePapers
matthewdeanmartin/bug_trail_core
The error/log collecting part of bug_trail a sqlite-back logging tool for python apps
matthewdeanmartin/ca_imaging
matthewdeanmartin/gpt-migrate
Easily migrate your codebase from one framework or language to another.
matthewdeanmartin/intro-to-angular
matthewdeanmartin/keepachangelog-manager
Python package allowing you to manage your CHANGELOG.md files
matthewdeanmartin/linkchecker-markdown
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
matthewdeanmartin/llm
Access large language models from the command-line
matthewdeanmartin/markmodule
Import python from markdown files.
matthewdeanmartin/mdformat
CommonMark compliant Markdown formatter
matthewdeanmartin/unmarkd
An extremely configurable markdown reverser for Python3.
matthewdeanmartin/WebHelpers2