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
1 changed files with 14 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue