https://github.com/sebastvin/requirements-comparator
Compare Python requirements files
https://github.com/sebastvin/requirements-comparator
docker fastapi python react typescript
Last synced: 3 months ago
JSON representation
Compare Python requirements files
- Host: GitHub
- URL: https://github.com/sebastvin/requirements-comparator
- Owner: Sebastvin
- License: mit
- Created: 2024-06-25T14:24:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T14:55:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T17:47:01.926Z (almost 2 years ago)
- Topics: docker, fastapi, python, react, typescript
- Language: Python
- Homepage: https://main--willowy-pastelito-37fbcf.netlify.app/
- Size: 544 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Requirements Comparator
A fully open source full-stack platform for comparing Python requirements.
## Description
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.
## Features
- Upload and compare multiple requirements.txt files
- Visualize differences between Python environments
- Identify version conflicts and outdated packages
- User-friendly interface for easy comparison
## Technologies Used
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)
## TODO Checklist
- [ ] Improve error handling (mainly frontend)
- [ ] Write more unit tests
- [ ] Set up GA pipeline
## License
This project is open source and available under the [MIT License](LICENSE).