https://github.com/pyinfra-dev/pyinfra.com
pyinfra website
https://github.com/pyinfra-dev/pyinfra.com
Last synced: 15 days ago
JSON representation
pyinfra website
- Host: GitHub
- URL: https://github.com/pyinfra-dev/pyinfra.com
- Owner: pyinfra-dev
- Created: 2019-11-24T14:45:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-06-06T20:26:33.000Z (about 1 month ago)
- Last Synced: 2026-06-06T21:15:41.405Z (about 1 month ago)
- Language: HTML
- Homepage: https://pyinfra.com
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyinfra.com
The official website for [pyinfra](https://github.com/pyinfra-dev/pyinfra) - a fast, Python-based infrastructure automation and configuration management tool.
## 📂 Project Structure
```
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
```
## 🔧 Development
### Local Testing
Simply open `index.html` in a web browser, or use a local server:
```bash
# Python 3
python -m http.server 8000
```
Then navigate to `http://localhost:8000`
## 🔗 Links
- **Documentation**: [docs.pyinfra.com](https://docs.pyinfra.com)
- **GitHub Repository**: [github.com/pyinfra-dev/pyinfra](https://github.com/pyinfra-dev/pyinfra)
- **Examples**: [github.com/pyinfra-dev/pyinfra-examples](https://github.com/pyinfra-dev/pyinfra-examples)
- **Community Chat**: [Matrix](https://matrix.to/#/#pyinfra:matrix.org)
## 🤝 Contributing
To suggest improvements to the website:
1. Fork the repository
2. Make your changes
3. Test thoroughly (check responsiveness, SEO, accessibility)
4. Submit a pull request with a clear description