ANN: discord 1.0 -- Python conversion of dates to Discordian

Erik Max Francis max at alcyone.com
Tue Mar 18 21:16:59 EST 2003


Summary

    A simple module for converting dates from Gregorian to Discordian.


Overview

    This is a very simple module which allows for conversion from
    normal dates (via 'time.time', 'time.localtime', etc.) to
    Discordian dates (a silly made-up dating system that divides a
    year into five seasons of 73 days each).  The module can either be
    used as a standalone command line application (which prints the
    current date in Discordian form) or as a extension module.


Getting the software

    The current version of discord is 1.0.

    The latest version of the software is available in a tarball here:
    http://www.alcyone.com/pyos/discord/discord-latest.tar.gz.

    The official URL for this Web site is
    http://www.alcyone.com/pyos/discord/.


Requirements

    This module requires Python 2.0 or greater.


License

    This code is released under the GPL.

...


Release history

    - 1.0; 2003 Mar 18.  Initial release.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Nine worlds I remember.
\__/ Icelandic Edda of Snorri Sturluson
    Maths reference / http://www.alcyone.com/max/reference/maths/
 A mathematics reference.




More information about the Python-list mailing list