{ "info": { "author": "David Jenkins", "author_email": "david.nicholas.jenkins@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Manipuldate\nDate/Time/DateTime Manipulation Done Right\nStill In Active Development - Not Production Ready\n\n### Badges\n[![Build Status](https://travis-ci.org/JenkinsDev/manipuldate.svg?branch=master)](https://travis-ci.org/JenkinsDev/manipuldate)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/JenkinsDev/manipuldate/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/JenkinsDev/manipuldate/?branch=master)\n\n## Installation\n\n`pip install manipuldate`\n\n## Trivial Usage\n\nHere I will just show a very trivial usage, for more in-depth usage options check out our Documentation (Coming Soon TM)\n\n```python\nfrom manipuldate import Manipuldate\n\n\ntoday = Manipuldate.today()\n# Let's go ahead and print out our current date in a human readable string\nprint(today.strftime(\"%m/%d/%Y\"))\n\n\n# Now let's get tomorrow's date\ntomorrow = Manipuldate.tomorrow()\nprint(tomorrow.strftime(\"%m/%d/%Y\"))\n\n# Is tomorrow a weekend?\nif tomorrow.is_weekend():\n print(\"Partayyyyyy\")\nelse:\n print(\"Get to work!\")\n\n\n# Oh! Let's add a month to tomorrow.\nnext_month = tomorrow.add_month()\nprint(next_month.strftime(\"%m/%d/%Y\"))\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JenkinsDev/manipuldate", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "manipuldate", "package_url": "https://pypi.org/project/manipuldate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/manipuldate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JenkinsDev/manipuldate" }, "release_url": "https://pypi.org/project/manipuldate/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Date/Time/DateTime Manipulation Done Right", "version": "0.2.1" }, "last_serial": 1558350, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "2f3a5866e104ee9e94206534ed2dc260", "sha256": "4941c6ec65448c0459e11ec912a4c8205bd6eb52c96a851c1a57328251f535bb" }, "downloads": -1, "filename": "manipuldate-0.2.0.zip", "has_sig": false, "md5_digest": "2f3a5866e104ee9e94206534ed2dc260", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8340, "upload_time": "2015-01-14T22:26:41", "url": "https://files.pythonhosted.org/packages/2e/cc/3d4f2ce7fc087c580ab24c1cb2738aaccf453344aa4d3bd2ebc91930d03b/manipuldate-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1ccbe2366c0430bacbae5d65dd2f9271", "sha256": "54675dcfa8449962383f1b93aa060a9f7a0f7182a0a4934dc138e6c3c9b0c3e5" }, "downloads": -1, "filename": "manipuldate-0.2.1.zip", "has_sig": false, "md5_digest": "1ccbe2366c0430bacbae5d65dd2f9271", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8494, "upload_time": "2015-05-22T17:52:45", "url": "https://files.pythonhosted.org/packages/e8/01/27cca933057930b77dd37d7f7c51e6f66afc05585df815ddc1f2533d18cc/manipuldate-0.2.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ccbe2366c0430bacbae5d65dd2f9271", "sha256": "54675dcfa8449962383f1b93aa060a9f7a0f7182a0a4934dc138e6c3c9b0c3e5" }, "downloads": -1, "filename": "manipuldate-0.2.1.zip", "has_sig": false, "md5_digest": "1ccbe2366c0430bacbae5d65dd2f9271", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8494, "upload_time": "2015-05-22T17:52:45", "url": "https://files.pythonhosted.org/packages/e8/01/27cca933057930b77dd37d7f7c51e6f66afc05585df815ddc1f2533d18cc/manipuldate-0.2.1.zip" } ] }