This is a Flask-based web application for analyzing Python code snippets and GitHub repositories.
- Analyze individual Python code snippets.
- Analyze entire GitHub repositories by URL.
- Detailed reports on code issues and structure.
The project is configured for Replit.
- The main workflow starts the development server on port 5000.
- For production, the app is configured to use
gunicorn.
Click the Publish button in Replit to deploy the latest version.