-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (52 loc) · 2.42 KB
/
index.html
File metadata and controls
60 lines (52 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
description: "Open source software Python packages for the Python Calendaring Ecosystem, including iCalendar, CalDAV, JMAP, and other packages. Funded through a generous grant from NLnet's NGI Zero program."
---
{% include schema-organization.html %}
<header>
<div class="container">
<h1>{{ site.title }}</h1>
<p class="hero-sub">
The standards compliant, integrated Python calendar packages
</p>
<div class="hero-actions">
<a href="/software" class="btn btn-primary">Browse software</a>
<a href="/about" class="btn btn-secondary">About the project</a>
</div>
</div>
</header>
<main>
<section class="section">
<div class="container">
<div class="overview-prose">
<p>
The Python Calendaring Ecosystem (PCE) is an actively developed and maintained collection of integrated free and open source Python packages.
For trusted, reliable implementations of recurring or one-time events, scheduling, notifications and alarms, participants, timezones, and other calendar components, the PCE is the best choice.
</p>
<p>
Parts of this software run in millions of installations that depend on calendaring features, including home automation, health and fitness trackers, time keeping, work scheduling, and most importantly remembering your loved ones' birthdays.
You can use any part of the PCE to develop your own applications.
</p>
<p>
We're a small team of developers, with a warm, welcoming community toward contributors. <a href="https://icalendar.readthedocs.io/en/stable/contribute/" target="_blank" rel="noopener">Join us!</a>
The PCE is supported by a generous grant through the <a href="https://nlnet.nl/NGI0" target="_blank" rel="noopener">NLnet NGI Zero</a> program, and by <a href="https://opencollective.com/python-icalendar" target="_blank" rel="noopener">donors like you</a>.
</p>
</div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<h2 class="section-title">Key software</h2>
<div class="package-grid">
{% for pkg in site.data.packages %}
{% if pkg.categories contains "featured" %}
{% include package_card.html %}
{% endif %}
{% endfor %}
</div>
<p class="see-all">
<a href="/software">See all software →</a>
</p>
</div>
</section>
</main>