mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
added calendar a clone of pythons calendar.py (#554)
* added nimcalcal - PyCalCal translated to Nim - Calendrical Calculations from Reingold/Dershowitz * added nimcalcal - PyCalCal translated to Nim - Calendrical Calculations from Reingold/Dershowitz * third try * added calendar a clone of pythons calendar.py
This commit is contained in:
parent
3e9549ed68
commit
c97415e3fe
@ -6920,5 +6920,18 @@
|
||||
"description": "Library for working with a slack app or sending messages to a slack channel (slack.com)",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/ThomasTJdev/nim_slacklib"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calendar",
|
||||
"url": "https://github.com/skilchen/calendar",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"calendar",
|
||||
"dates",
|
||||
"library"
|
||||
],
|
||||
"description": "calendar.py from Pythons stdlib translated to Nim",
|
||||
"license": "MIT",
|
||||
"web": "https://docs.python.org/2/library/calendar.html"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user