CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
README.md
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 9291114 | 1 | # hello-python |
| 2 | ||
| 3 | A tiny demo Python app, seeded by GlueCron to showcase the UI. | |
| 4 | ||
| 5 | ## Run | |
| 6 | ||
| 7 | ```bash | |
| 8 | pip install -r requirements.txt | |
| 9 | python main.py | |
| 10 | ``` | |
| 11 | ||
| 12 | This repo belongs to the `demo` account. Feel free to browse — it's | |
| 13 | regenerated on demand from the demo seeder. |