--- layout: page title: Software eyebrow: Python Web Calendaring Ecosystem hero_sub: Everything we maintain. Badges show stability status. --- Core {% for pkg in site.data.packages %} {% if pkg.categories contains "core" %} {% include package_card.html %} {% endif %} {% endfor %} Utilities {% for pkg in site.data.packages %} {% if pkg.categories contains "utilities" %} {% include package_card.html %} {% endif %} {% endfor %} Client/server communication {% for pkg in site.data.packages %} {% if pkg.categories contains "client-server" %} {% include package_card.html %} {% endif %} {% endfor %} Applications {% for pkg in site.data.packages %} {% if pkg.categories contains "applications" %} {% include package_card.html %} {% endif %} {% endfor %} Tooling {% for pkg in site.data.packages %} {% if pkg.categories contains "tooling" %} {% include package_card.html %} {% endif %} {% endfor %} Integrations {% for pkg in site.data.packages %} {% if pkg.categories contains "integrations" %} {% include package_card.html %} {% endif %} {% endfor %}