ChristianLempa /
boilerplates
Create reusable templates and turn them into configurable workloads for homelabs and self-hosted infrastructure. Free and Open-Source.
95/100 healthLoading repository data…
Lems0n / repository
Template for creating Python Telegram Bot
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
git clone https://github.com/Lems0n/aiogram_template
cd aiogram_template
Option A: Using UV (recommended)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create and activate virtual environment
uv venv .venv
source .venv/bin/activate # Linux/MacOS
# .venv\Scripts\activate # Windows
# Install dependencies
uv pip install -r requirements.txt
Option B: Traditional Python venv
python3 -m venv .venv
source .venv/bin/activate # Linux/MacOS
# .venv\Scripts\activate # Windows
# Install UV and dependencies
pip install uv
uv pip install -r requirements.txt
cp .env.example .env
nano .env # or edit in your IDE
uv run python3 app/__main__.py
Selected from shared topics, language and repository description—not editorial ratings.
ChristianLempa /
Create reusable templates and turn them into configurable workloads for homelabs and self-hosted infrastructure. Free and Open-Source.
95/100 healthKnio /
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
85/100 healthLangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and using retrieval QA chains to query the custom data. Projects for using a private LLM (Llama 2) for chat with PDF files, tweets sentiment analysis.
91/100 healthForden /
Template for creating scalable bots with aiogram
83/100 healthNERSC /
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
22/100 healthbeeware /
A cookiecutter template for creating an iOS project running Python code.
25/100 health