An open API service indexing awesome lists of open source software.

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

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