A fully open source full-stack platform for comparing Python requirements.
This application allows users to compare Python requirements across different projects or versions. It helps developers and system administrators to easily identify differences in dependencies, versions, and potential conflicts.
- Upload and compare multiple requirements.txt files
- Visualize differences between Python environments
- Identify version conflicts and outdated packages
- User-friendly interface for easy comparison
This project uses a monorepo architecture, which means all related projects and components are stored in a single repository.
- Frontend: React.js
- Backend: FastAPI (Python)
- Improve error handling (mainly frontend)
- Write more unit tests
- Set up GA pipeline
This project is open source and available under the MIT License.