diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-05-02 16:05:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:46 +0700 |
commit | dad283e5d0410149893b2a940132bf41ff6fe5fd (patch) | |
tree | fb062ecad664d9f7fc80b41125b2cf1c70ba48f8 /python/jdcal/README | |
parent | 2fda09fed289ed44f1ea51f59105d820fee8c483 (diff) |
python/jdcal: Added jdcal (python module to convert dates)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jdcal/README')
-rw-r--r-- | python/jdcal/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/jdcal/README b/python/jdcal/README new file mode 100644 index 0000000000000..440d7d135e961 --- /dev/null +++ b/python/jdcal/README @@ -0,0 +1,4 @@ +jdcal contains functions for converting between Julian dates and +calendar dates. + +This SlackBuild builds the python2 and python3 modules. |