File: control

package info (click to toggle)
python-simplenote 2.1.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 164 kB
  • sloc: python: 495; makefile: 116
file content (23 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-simplenote
Section: python
Priority: optional
Maintainer: Stefan van der Walt <stefanv@berkeley.edu>
Build-Depends: debhelper (>= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-docutils,
               python3-sphinx
Standards-Version: 4.4.0
Homepage: https://github.com/mrtazz/simplenote.py
Vcs-Git: https://github.com/stefanv/simplenote.py -b debian
Vcs-Browser: https://github.com/stefanv/simplenote.py/tree/debian

Package: python3-simplenote
Architecture: all
Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python API wrapper for the Simplenote web service
 simplenote.py is a Python library for accessing the simplenote.com
 web service.  It provides API methods for getting a list of notes,
 downloading a note, adding a note, updating a note, and
 deleting a note.