py-datetime
Version:
Datetime handling the python way (or as close as possible)
34 lines (33 loc) • 783 B
JSON
{
"name": "py-datetime",
"type": "module",
"version": "0.9.1",
"description": "Datetime handling the python way (or as close as possible)",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"d3-time-format": "^4.1.0"
},
"devDependencies": {
"mocha": "^9.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tstriker/py-datetime.git"
},
"keywords": [
"datetime",
"python",
"date",
"time",
"timedelta"
],
"author": "Tom Striker",
"license": "MIT",
"bugs": {
"url": "https://github.com/tstriker/py-datetime/issues"
},
"homepage": "https://github.com/tstriker/py-datetime#readme"
}