Projects

Amalisidi Link to heading

A simple, smart platform for managing your personal and small business expenses. Upload and organize invoices, receipts, and CSV files, categorize transactions, schedule recurring expenses, and access everything through an easy-to-use dashboard or API.

Django Qoqa Link to heading

Qoqa was an experiment to check if it was possible to setup django projects and prepare them to be packaged as debian packages, thereby installing a full django project via sudo apt <django project>. A full description of the project can be found in the repo Readme.

Django SqlConsole Link to heading

Sqlconsole is a django app that allows for the execution of sql queries from the admin section of a django site. An appropriate use case is when you don’t have access to the database especially in a production environment.

Django Landelayo Link to heading

Landelayo is a set of Django REST API’s to manage your calendars, events and their occurrences.

This project was inspired by django-scheduler project but with a narrower focus and a REST API.

Django Umsebenzi Link to heading

Umsebenzi, which means work in the Zulu language, is a set of simple Django REST apis to manage and keep track of your personal projects and tasks.

Django Umsebenzi CLI Link to heading

This command line tool is a companion to the django-umsebenzi package. This tool allows you to interact with the API to manage your tasks via the terminal

Rust Litemigration Link to heading

Simple embedded migrations for small rust applications.

Supports both Sqlite and Postgresql

Only forward migrations are applied.

Python Litemigration Link to heading

A python verion of the rust litemigration package.