An open API service indexing awesome lists of open source software.

https://github.com/http-kennedy/http-kennedy


https://github.com/http-kennedy/http-kennedy

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# about me

- hobbyist
- 99.42% of what i code is for my own use

---

## tools

![focus python](https://img.shields.io/badge/focus-python-8be9fd)
![package manager uv](https://img.shields.io/badge/package%20manager-uv-bd93f9)
![editor zed](https://img.shields.io/badge/editor-zed-ff79c6)
![machine m1 mac](https://img.shields.io/badge/machine-m1%20mac%20air-f1fa8c)
![machine m4 mac](https://img.shields.io/badge/machine-m4%20mac%20mini-f1fa8c)

---

## philosophy

- python
- aim for simple and modular design
- try to keep things easy to reuse and tweak
- not perfect at it but always improving

---

## claim to fame

- placed **3rd** in the SANS Capture the Flag @ [BSides Charm 2025](https://www.bsidescharm.org/)
- placed **19th** in the Huntress Capture the Flag @ [Huntress CTF 2025](https://ctf.huntress.com/)

---

### dev-template

**please consider using [UV](https://docs.astral.sh/uv/) or [copier](https://copier.readthedocs.io/en/stable/) instead as they're better tools**

quickly scaffold python projects
designed to skip the bloat and get straight to coding

sets up a basic project structure with dirs like `src`, `tests`, and optional config files like `pyproject.toml`

supports:

- simple config to set defaults like base path or template location
- interactive prompts with path autocomplete
- automatic venv creation and package install
- drop-in templates you can customize

design was inspired by always repeating the same setup steps just to write a small script
wanted something fast and local to keep my projects organized without thinking too much

[![pypi total downloads](https://static.pepy.tech/badge/dev-template)](https://pepy.tech/projects/dev-template)
[![pypi downloads](https://img.shields.io/pypi/dm/dev-template?color=ff79c6&label=downloads)](https://pypi.org/project/dev-template)
[![stars](https://img.shields.io/github/stars/http-kennedy/dev_template?style=social)](https://github.com/http-kennedy/dev_template/stargazers)
[![forks](https://img.shields.io/github/forks/http-kennedy/dev_template?style=social)](https://github.com/http-kennedy/dev_template/network/members)
[![maintenance](https://img.shields.io/maintenance/no/2025?color=6272a4)](https://github.com/http-kennedy/dev_template)
[![last commit](https://img.shields.io/github/last-commit/http-kennedy/dev_template?color=ffb86c)](https://github.com/http-kennedy/dev_template/commits/main)
[![pypi version](https://img.shields.io/pypi/v/dev-template?color=bd93f9)](https://pypi.org/project/dev-template)
[![python versions](https://img.shields.io/pypi/pyversions/dev-template?color=50fa7b)](https://pypi.org/project/dev-template)
[![license](https://img.shields.io/github/license/http-kennedy/dev_template?color=8be9fd)](https://github.com/http-kennedy/dev_template/blob/main/LICENSE)

---

## advent of code

[![2025 stars](https://img.shields.io/badge/2025-24%20★-ffaad4?style=flat-square)](https://adventofcode.com/2025) [![2024 stars](https://img.shields.io/badge/2024-48%20★-d6b5ff?style=flat-square)](https://adventofcode.com/2024) [![2023 stars](https://img.shields.io/badge/2023-18%20★-ffaad4?style=flat-square)](https://adventofcode.com/2023) [![2022 stars](https://img.shields.io/badge/2022-30%20★-ffaad4?style=flat-square)](https://adventofcode.com/2022) [![2021 stars](https://img.shields.io/badge/2021-8%20★-fff779?style=flat-square)](https://adventofcode.com/2021) [![2020 stars](https://img.shields.io/badge/2020-6%20★-fff779?style=flat-square)](https://adventofcode.com/2020) [![2019 stars](https://img.shields.io/badge/2019-8%20★-fff779?style=flat-square)](https://adventofcode.com/2019) [![2018 stars](https://img.shields.io/badge/2018-1%20★-fff779?style=flat-square)](https://adventofcode.com/2018) [![2017 stars](https://img.shields.io/badge/2017-1%20★-fff779?style=flat-square)](https://adventofcode.com/2017) [![2016 stars](https://img.shields.io/badge/2016-3%20★-fff779?style=flat-square)](https://adventofcode.com/2016) [![total stars](https://img.shields.io/badge/total-147%20★-fff779?style=flat-square)](https://adventofcode.com)

---

## contact

if you want to ask about something ive built or just curious how it works
open an issue or discussion on the relevant repo