https://github.com/danielfrg/libdani-py
My personal Python stdlib
https://github.com/danielfrg/libdani-py
Last synced: about 1 year ago
JSON representation
My personal Python stdlib
- Host: GitHub
- URL: https://github.com/danielfrg/libdani-py
- Owner: danielfrg
- License: wtfpl
- Created: 2025-02-06T23:16:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:48:49.000Z (over 1 year ago)
- Last Synced: 2025-04-12T05:58:06.383Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libdani
A collection of Python code that is not big to be it's own package.
So like my own stdlib.
## Installation
Can be installed with:
```
pip install libdani
```
But it's mostly designed to copy/paste into your specific project and modify
as needed. Like [shadcn](https://ui.shadcn.com/).
Each module has a README and some examples.
## Modules
- [checkpoint](/src/libdani/checkpoint)