File: control

package info (click to toggle)
pycalendar 1%3A2.1~git20161130.0.e68e150-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,192 kB
  • ctags: 2,006
  • sloc: python: 13,418; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 986 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: pycalendar
Section: python
Priority: optional
Maintainer: Rahul Amaram <amaramrahul@users.sourceforge.net>
Build-Depends: debhelper (>= 9), python, dh-python
Standards-Version: 3.9.8
Homepage: http://trac.calendarserver.org/wiki/PyCalendar
Vcs-Git: https://anonscm.debian.org/git/calendarserver/pycalendar.git
Vcs-Browser: https://anonscm.debian.org/cgit/calendarserver/pycalendar.git

Package: python-pycalendar
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: iCalendar/vCard Library
 PyCalendar is a Python-based iCalendar (RFC 5545) and vCard (RFC 2426) library
 that allows iCalendar and vCard data to be parsed, manipulated and generated 
 using an API that closely resembles the object models of iCalendar and vCard. 
 The library includes options to validate input data, and also output data in 
 XML format. The package also includes a tool to parse Olson timezone database 
 information to generate iCalendar compatible timezone definitions.