Community hub for Python simulation and numerics tools.
Website: pysimhub.io
PySimHub is an open community catalog for Python simulation tools. We help researchers, engineers, and developers discover libraries across all simulation domains - from robotics and control systems to fluid dynamics and agent-based modeling.
Have a Python simulation library you'd like to add? We're open to submissions!
Requirements:
- Open source with a recognized license
- Available on PyPI or conda-forge
- Active maintenance (updated within the last 2 years)
- Documentation available
How to submit:
- Open a GitHub Issue with project details
- Or submit a PR adding your project to
static/data/projects.json
npm installnpm run devFetch live stats (stars, releases) from GitHub:
# With a GitHub token (recommended - 5000 req/hr)
GITHUB_TOKEN=your_token npm run fetch-github
# Or edit scripts/fetch-github-data.js with your token
npm run fetch-githubnpm run buildnpm run check- SvelteKit with static adapter
- Tailwind CSS v4
- Fuse.js for fuzzy search
- MDsveX for blog posts
- GitHub Actions for deployment and data updates
MIT