python-xkcd 2.4.2-3 source package in Ubuntu

Changelog

python-xkcd (2.4.2-3) unstable; urgency=medium

  * Drop python-all dependency

 -- Gianfranco Costamagna <email address hidden>  Wed, 04 Sep 2019 14:41:03 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Sid
Original maintainer:
Gianfranco Costamagna
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xkcd_2.4.2-3.dsc 1.8 KiB 34ef9209c83456b712bb9b19bb88ffec4c6ccb4f259bfb99bc7cd968f1778463
python-xkcd_2.4.2.orig.tar.gz 14.0 KiB e81a8239bf15d39c542ac80eccf2b20877716c618b0e4d94fe830e2332b768f0
python-xkcd_2.4.2-3.debian.tar.xz 2.4 KiB 637155cef99143532cefdf946c826d90683875dff8e35d27d0ae64784fa57ee8

Available diffs

No changes file available.

Binary packages built by this source

python-xkcd-doc: Python library for accessing xkcd.com (common documentation)

 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the common documentation package.

python3-xkcd: Python3 library for accessing xkcd.com

 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the Python 3 version of the package.