makeplane /
plane
🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.
96/100 healthLoading repository data…
JPdev6 / repository
A modern Python FastAPI starter template with built-in support for testing, linting, type checking, Docker, and CI. Includes Poetry for dependency management, pre-commit hooks for code quality, and GitHub Actions for continuous integration — ready to clone and build APIs, microservices, or full-stack apps.
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.
A modern Python FastAPI starter template with built-in support for testing, linting, type checking, Docker, and CI. Includes Poetry for dependency management, pre-commit hooks for code quality, and GitHub Actions for continuous integration — ready to clone and build APIs, microservices, or full-stack apps.
Install project dependencies and run the app locally with hot reload:
poetry install
poetry run uvicorn starter-template.main:app --reload
poetry run pytest
Set up and run pre-commit hooks:
poetry run pre-commit install
poetry run pre-commit run --all-files
Build and run the app with Docker:
docker build -t starter-template .
docker run -p 8000:8000 starter-template
This project uses GitHub Actions to automatically run tests and lint checks on every push:
myapp/
├── myapp/ # Application package
│ └── main.py # FastAPI app
├── tests/ # Pytest tests
│ └── test_smoke.py
├── pyproject.toml # Poetry config
├── .pre-commit-config.yaml # Linting hooks
├── .github/workflows/ci.yml# GitHub Actions workflow
├── Dockerfile # Docker image definition
├── README.md # Project documentation
└── .gitignore
Selected from shared topics, language and repository description—not editorial ratings.
makeplane /
🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.
96/100 healthFincept-Corporation /
FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-making in a user-friendly environment.
87/100 healthmarimo-team /
A reactive notebook for Python — run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git. Stored as pure Python. All in a modern, AI-native editor.
93/100 healthisl-org /
Open3D: A Modern Library for 3D Data Processing
79/100 healthTomSchimansky /
A modern and customizable python UI-library based on Tkinter
90/100 healthaimacode /
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
89/100 health