REPOSITORY OVERVIEWLive repository statistics
★ 22Stars
⑂ 3Forks
◯ 4Open issues
◉ 22Watchers
40/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
23 Maintenance state20% weight
40 License clarity10% weight
0 Project information10% weight
84 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
parrot-backend
The backend service of "PARROT".
Environments
- Language: Python 3.7
- Framework: Flask 1.1
- WSGI Server: Gunicorn
- Deploy: Cloud Run
Project setup
# install requirements
$ pip install pipenv
$ pipenv run init
# activate
$ pipenv shell
# build docker image
$ docker build -t $(DOCKER_TAG_NAME) .
Run application
# compiles and hot-reloads
$ pipenv run start
# run docker container
$ docker container run --rm -p 5000:5000 $(DOCKER_TAG_NAME)
Extras
# type check
$ pipenv run type
# lint
$ pipenv run lint
# format
$ pipenv run format
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A scalable and modular Flask API template featuring clean architecture with support for both native Python services and external language bridges (e.g., Rust, C++). Ideal for building secure, extensible, production-ready backends.
44/100 healthActive repository
PythonMIT
⑂ 0 forks◯ 0 issuesUpdated Jan 20, 2026