This repository contains the core Python backend for the DevsChannel project. It is organized as a modular application with blueprints, forms, tools, and templates, following best practices for maintainability and scalability.
core-python/
├── app/
│ ├── blueprints/
│ ├── forms/
│ ├── tools/
│ ├── templates/
│ └── assets/
├── tests/
│ ├── app/
│ └── fixtures/
├── example.py
├── Makefile
├── poetry.lock
├── pyproject.toml
- Modular Flask application structure
- Custom forms and filters
- Jinja2 templates for flexible UI
- CSS assets for custom styling
- Unit tests for core functionality
- Python 3.13+
- Poetry for dependency management
poetry installpoetry run python example.pypoetry run pytestContributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.
This project is licensed under the MIT License.