The official website for pyinfra - a fast, Python-based infrastructure automation and configuration management tool.
pyinfra.com/
βββ index.html # Main landing page
βββ static/
β βββ pyinfra.css # Custom styles
β βββ github.css # GitHub markdown styles
β βββ fonts/ # Custom web fonts
βββ README.md # This file
Simply open index.html in a web browser, or use a local server:
# Python 3
python -m http.server 8000Then navigate to http://localhost:8000
- Documentation: docs.pyinfra.com
- GitHub Repository: github.com/pyinfra-dev/pyinfra
- Examples: github.com/pyinfra-dev/pyinfra-examples
- Community Chat: Matrix
To suggest improvements to the website:
- Fork the repository
- Make your changes
- Test thoroughly (check responsiveness, SEO, accessibility)
- Submit a pull request with a clear description