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

Projects in Awesome Lists by akaihola

A curated list of projects in awesome lists by akaihola .

https://github.com/akaihola/darker

Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a

python python3

Last synced: 10 Apr 2025

https://github.com/akaihola/pgtricks

Handy helpers for PostgreSQL users

Last synced: 09 Apr 2025

https://github.com/akaihola/flymake-python

Highlight Python syntax, style and unit test errors in Emacs

Last synced: 13 Mar 2025

https://github.com/akaihola/jquery-autogrow

Chrys Bader's Auto Growing Textareas: This plugin makes it easy to have auto-growing textareas. Meaning, if you have a textarea, as the user types it will expand vertically to accommodate the size of the entry. This was inspired by Facebook's auto-expanding text areas.

Last synced: 21 Mar 2025

https://github.com/akaihola/lusmu

Lazy evaluation graph library. See the branch https://github.com/akaihola/lusmu/tree/fix-terminology for a version matching the PyCon Finland 2014 talk and related blog posts.

Last synced: 06 Apr 2025

https://github.com/akaihola/ipython_pytest

Pytest magic for IPython notebooks

ipython jupyter pytest testing

Last synced: 09 Apr 2025

https://github.com/akaihola/pychecker

PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. This is my mirror of https://github.com/thomasvs/pychecker

Last synced: 09 Apr 2025

https://github.com/akaihola/docker-vma

Docker image for the Proxmox vma command line utility (disk image tool)

Last synced: 13 Mar 2025

https://github.com/akaihola/django-cairo-text

Django re-usable app for rendering text as images using Cairo

Last synced: 09 Apr 2025

https://github.com/akaihola/darglint2

A python documentation linter which checks that the docstring description matches the definition. Based on darglint by @terrencepreilly.

linter python

Last synced: 17 Mar 2025

https://github.com/akaihola/jquery-simpleautogrow

This plugin combines ideas from Chrys Bader's jquery.autogrow.js and John Kuindji's jquery.growfield2.js and implements them in a concise and stripped down way.

Last synced: 09 Apr 2025

https://github.com/akaihola/hardlinkpy

hardlink.py is a tool to hardlink together identical files in order to save space. Forked from the original version by John L. Villalovos.

Last synced: 21 Mar 2025

https://github.com/akaihola/django-wtform

akaihola's branch of Christian Joergensen's WTForm: an extension to the django newforms library allowing the developer, in a very flexible way, to layout the form fields using fieldsets and columns

Last synced: 09 Apr 2025

https://github.com/akaihola/django-attachments

A generic attachment framework for Django. Extracted from pinax-cohousing / django-chicago. NOTE: This predates and is different from bartTC's django-attachments.

Last synced: 09 Apr 2025

https://github.com/akaihola/nose-pudb

Nose plugin for dropping into a visual debugger on test errors and/or failures

Last synced: 09 Apr 2025

https://github.com/akaihola/jupyter_abc

This extension makes it easy to render ABC markup as graphical music notation in a Jupyter notebook.

extension jupyter music notation notebook

Last synced: 09 Apr 2025

https://github.com/akaihola/pywo

A fork of Wojciech 'KosciaK' Pietrzok's Python Window Organizer. The master branch is a mirror of KosciaK's SVN trunk, and I my work lives in other branches. PyWO allows you to easily organize windows on the desktop using keyboard shortcuts. It's inspired by Quicktile, Compiz plugins: Grid, Put, and Maximumize.

Last synced: 09 Apr 2025

https://github.com/akaihola/musomisia

Keyboard-centric tools for Linux desktop users

Last synced: 09 Apr 2025

https://github.com/akaihola/pytest-kwparametrize

Alternate syntax for @pytest.mark.parametrize with test cases as dictionaries and default value fallbacks

Last synced: 09 Apr 2025

https://github.com/akaihola/unoconv

Convert between any OpenOffice supported document format using UNO bindings for non-interactive conversion. My fork of dag's svn repository.

Last synced: 13 Mar 2025

https://github.com/akaihola/django-yui-loader

A YUILoader class (based on Adam Moore’s client-side YUI Loader) that makes it a snap to pull YUI components into your Django projects

Last synced: 09 Apr 2025

https://github.com/akaihola/pyffmpeg

Mirror of the pyffmpeg SVN repository in Google Code

Last synced: 13 Mar 2025

https://github.com/akaihola/django-jqm

akaihola's fork of Mike C. Fletcher's "JQuery Mobile for Django QuickStart". Provides a few templates for use with JQuery Mobile and Django that allow you to "quick-start" a JQuery Mobile project'

Last synced: 13 Mar 2025

https://github.com/akaihola/pypdfmaze

akaihola's fork of David Bau's PDF maze generator

Last synced: 11 Apr 2025

https://github.com/akaihola/django-livetranslation

Modify translations of a website UI in-place

Last synced: 18 Nov 2024

https://github.com/akaihola/django-magicforms

Lightweight comment spam prevention for Django. See the Wiki for more information.

django forms spam

Last synced: 13 Mar 2025

https://github.com/akaihola/midipenguin

Tools to use a Linux laptop as a MIDI controller

Last synced: 13 Mar 2025

https://github.com/akaihola/pytest-darker

A pytest plugin for checking of modified code using Darker

Last synced: 09 Apr 2025

https://github.com/akaihola/ipdb

Fork of the IPython-enabled pdb debugger, now with nose compatibility

Last synced: 13 Mar 2025

https://github.com/akaihola/dtp-toolbox

A collection of scripts for processing PostScript, PDF, LaTeX etc.

Last synced: 13 Mar 2025

https://github.com/akaihola/easysync_py

Etherpad easysync algorithm ported from JavaScript to Python

Last synced: 11 Apr 2025

https://github.com/akaihola/django-happened

Events on an HTML5 timeline with Django

Last synced: 13 Mar 2025

https://github.com/akaihola/typing

Type annotations for Python

Last synced: 13 Mar 2025

https://github.com/akaihola/django

A high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Last synced: 13 Mar 2025

https://github.com/akaihola/pystro

Python string manipulation libraries

Last synced: 13 Mar 2025

https://github.com/akaihola/django-page-cms

A tree based django CMS application. The goal of this project is to create a simple Django CMS to administer hierarchical pages. This is a fork for maintaining bugfixes and patches for my own use.

Last synced: 13 Mar 2025

https://github.com/akaihola/shootadoc

Shoot a Doc – photograph a document and turn it into a high quality black-and-white image

Last synced: 13 Mar 2025

https://github.com/akaihola/graylint

This package is a placeholder for a tool which filters linter messages from various Python linters to only those which were caused by recent changes to the code base being linted.

Last synced: 17 Mar 2025

https://github.com/akaihola/ailbibak

SCM-like backup system with bash and rsync

Last synced: 13 Mar 2025

https://github.com/akaihola/coinoffers

Web app for a combined order book from multiple European person-to-person bitcoin exchanges

Last synced: 09 Apr 2025

https://github.com/akaihola/git-xt

Utilities for extracting files from git repositories

Last synced: 13 Mar 2025

https://github.com/akaihola/nose-subheadings-plugin

Adds module/class subheadings to nose --verbosity=2 (and above) output

Last synced: 13 Mar 2025

https://github.com/akaihola/mdb2django

Convert Microsoft Access 2000 .MDB file schemas to Django model.py and admin.py files

Last synced: 13 Mar 2025

https://github.com/akaihola/django-classyviews

An implementation of class-based views for Django

Last synced: 13 Mar 2025

https://github.com/akaihola/django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.

Last synced: 13 Mar 2025

https://github.com/akaihola/pyditz

Ditz tools implemented in Python

Last synced: 13 Mar 2025

https://github.com/akaihola/django-candidates

Application form handling re-usable app for Django

Last synced: 13 Mar 2025

https://github.com/akaihola/pyelcon

Scrapers for consumer electric consumption measurements in Python

Last synced: 13 Mar 2025

https://github.com/akaihola/postit

My blog? Wiki? Bliki? Whatever. I suppose it's called Open Publishing.

Last synced: 13 Mar 2025

https://github.com/akaihola/jupyter-aichat

Chat with an AI using a Jupyter notebook and the ChatGPT API

Last synced: 13 Mar 2025

https://github.com/akaihola/eyam

A Python Mocking Isolation Library for Testing'

Last synced: 13 Mar 2025

https://github.com/akaihola/notegame

Flash card game for learning note pitches. Experiment in using Transcrypt and Vue.js.

Last synced: 13 Mar 2025

https://github.com/akaihola/git-find-related-commits

In a Git branch, find commit pair candidates to be squashed together, i.e. ones which touch the same lines

Last synced: 13 Mar 2025

https://github.com/akaihola/python-elkweri

DSL for testing HTML DOMs

Last synced: 13 Mar 2025

https://github.com/akaihola/sup

My patches and stuff on top of sup, a console mail client.

Last synced: 13 Mar 2025

https://github.com/akaihola/django-template-unwind

Helper for debugging complex template structures in Django

Last synced: 13 Mar 2025

https://github.com/akaihola/dvakop

Dvorak/Airas/Kaihola keyboard layout, optimized for programmers

Last synced: 13 Mar 2025

https://github.com/akaihola/django-babelsearch

Indexing and search re-usable app with multi-language features for Django

Last synced: 13 Mar 2025

https://github.com/akaihola/jinja2-require-variables-error

Raise an error if a required variable is missing from the Jinja2 template context

Last synced: 13 Mar 2025

https://github.com/akaihola/selim

A real-time musical score follower toolkit

Last synced: 13 Mar 2025

https://github.com/akaihola/django-flax

A Fabric library with helpers for Django project deployment

Last synced: 13 Mar 2025

https://github.com/akaihola/walletexplorer-gui

Network graph GUI for WalletExplorer.com

Last synced: 30 Mar 2025

https://github.com/akaihola/keke

WhatsApp AI chatbot

Last synced: 13 Mar 2025

https://github.com/akaihola/darkgraylib

Common supporting code for Darker and Graylint. The package started as a copy of the Darker repository, and has been stripped down to the parts which are common between Darker and Graylint.

Last synced: 09 Apr 2025

https://github.com/akaihola/darkgray-dev-tools

Development, testing and releasing tools for Darker, Graylint and Darkgraylib

Last synced: 09 Apr 2025

https://github.com/akaihola/yle-weekly-guide

Analyze TV/radio program schedules to identify recurring programs

Last synced: 30 Mar 2025

https://github.com/akaihola/mmoinsweeper

Massively Multiplayer Online Infinite Minesweeper

Last synced: 02 Apr 2025

https://github.com/akaihola/cryptocurrency-notebooks

Exploring cryptocurrency datasets using Jupyter notebooks

Last synced: 13 Mar 2025

https://github.com/akaihola/redditsuction

Batch download comments from Reddit

Last synced: 13 Mar 2025

https://github.com/akaihola/python-mudbug

A thin Python wrapper around mdb-tools for reading Microsoft Access databases

Last synced: 13 Mar 2025

https://github.com/akaihola/mmoinsweeper.top

Deployment for mmoinsweeper.top

Last synced: 13 Mar 2025

https://github.com/akaihola/pyconfi2016-unit-testing-scipy

My PyCon 2016 Finland presentation: Unit testing scientific Python applications

Last synced: 13 Mar 2025

https://github.com/akaihola/video-call-guides

Kuvitettu ohje Zoom-videopuheluohjelman käyttämiseen. http://etatunnit.taiteilijat.fi/

Last synced: 13 Mar 2025

https://github.com/akaihola/abc-to-midi

Rust library for converting ABC notation to MIDI

Last synced: 13 Mar 2025

https://github.com/akaihola/morphio_test

My first test of the morph.io service

Last synced: 13 Mar 2025

https://github.com/akaihola/shootadoc-rust

A Rust implementation of Shoot A Doc

Last synced: 13 Mar 2025

https://github.com/akaihola/vpython-jupyter-experiments

Experiments with Jupyter Notebook and the browser based VPython implementation

Last synced: 13 Mar 2025

https://github.com/akaihola/espromer

Experimental temperature sensor application for the ESP8266

Last synced: 13 Mar 2025

https://github.com/akaihola/docnamer

Automatic content-based bulk document renamer

Last synced: 13 Mar 2025

https://github.com/akaihola/teams-transcript-scraper

Scrape a meeting transcript from teams.microsoft.com

Last synced: 13 Mar 2025

https://github.com/akaihola/mitsu

Helpers for palindrome maker

Last synced: 13 Mar 2025

https://github.com/akaihola/tipobug

Tip developers to encourage them to work on a bug or feature. Experimental.

Last synced: 13 Mar 2025

https://github.com/akaihola/cybodromes

Computer assisted palindrome creation

Last synced: 13 Mar 2025

https://github.com/akaihola/akaihola.github.com

Antti Kaihola

Last synced: 13 Mar 2025

https://github.com/akaihola/jupyterlab-nix-kernels

Helper for adding Nix environments as JupyterLab kernels

Last synced: 30 Mar 2025

https://github.com/akaihola/moviemeta

Scrape and combine meta information about movies

Last synced: 30 Mar 2025

https://github.com/akaihola/repo-summary-post

GitHub Action to summarize repository activity in a Discussion

Last synced: 13 Mar 2025

https://github.com/akaihola/testdimensions

Multi-dimensional parameterized tests for Pytest

Last synced: 13 Mar 2025

https://github.com/akaihola/docker-scipy-jupyter

Docker image for the SciPy stack and Jupyter Notebook

Last synced: 13 Mar 2025

https://github.com/akaihola/tail-follow-retry

Replacement for `tail --follow --retry` (or `tail -F`) in Python

Last synced: 13 Mar 2025

https://github.com/akaihola/asana-stubs

PEP 561 type hints for `python-asana`

api-client asana-api python3 type-hints

Last synced: 13 Mar 2025

https://github.com/akaihola/sheet-music

Sheet music by akaihola

Last synced: 13 Mar 2025

https://github.com/akaihola/ipython_unittest

Unittest magic for IPython notebooks

Last synced: 13 Mar 2025

https://github.com/akaihola/akaihola-sheet-music

Sheet music

Last synced: 13 Mar 2025

https://github.com/akaihola/milinea

Last synced: 13 Mar 2025

https://github.com/akaihola/fiatize

Show Bitcoin address balance in pictures of Euro or USD notes and coins

Last synced: 13 Mar 2025

https://github.com/akaihola/palindromi.fi

The palindromi.fi website data, front-end and builder

Last synced: 13 Mar 2025

https://github.com/akaihola/maimory

Experimenting with ChatGPT and persistent memory

Last synced: 30 Mar 2025

https://github.com/akaihola/yle-guide-scraper

Scrape and store YLE radio channel programme data

Last synced: 30 Mar 2025