Skip to content
View smwa's full-sized avatar

Block or report smwa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
smwa/README.md

Hi, I'm Michael

Software engineer based in Oklahoma. I run Mechstack, a one-engineer software shop doing custom development, systems integration, and modernization — and I dabble in Python tooling and connected hardware on the side.

A few things I've built:

  • python-tournaments — a monorepo of 3 independent PyPI packages for tournament brackets (double elimination, single elimination, round robin)
  • wsdc_points_server — server-rendered West Coast Swing competition points site (FastAPI + PostgreSQL)
  • wistfulbooks — a static single-page app for easy use of books from librivox.org
  • liveatc-presenter — downloads and stitches together LiveATC recordings
  • r0t0r33 — an ESP32-based safecracker
  • openapi_description_generator — generates OpenAPI description files, framework-agnostic

📫 michael.smith.ok@gmail.com

Pinned Loading

  1. wistfulbooks wistfulbooks Public archive

    A static single page app to allow easy use of books from librivox.org

    JavaScript 12 1

  2. python-tournaments python-tournaments Public

    Monorepo of 3 independent Python tournament-bracket packages: double_elimination, single_elimination, round_robin_tournament

    Python 10 6

  3. liveatc-presenter liveatc-presenter Public

    Download liveatc recordings, removes silence, and combines them into 1 recording per station per day

    HTML 3 1

  4. wsdc_points_server wsdc_points_server Public

    Server-rendered West Coast Swing (WSDC) competition points site — FastAPI + PostgreSQL, replacing the old static Jekyll site

    Python

  5. r0t0r33 r0t0r33 Public

    esp32 based safecracker, using 1 stepper, 1 rotory encoder, and a button sensor to check for success

    C++

  6. openapi_description_generator openapi_description_generator Public

    Python >= 3.10 library to generate recent versions of the OpenAPI description files, while remaining framework agnostic

    Python