# KeepYourDate
## What is this?
This is a **simple** library for storing and viewing events.
## Quick Guide
```python
from keepyourdate import *
add("Name event", "Description event", "start date (example: 2024-10-28 10:00)", "end date(example: 2024-10-30 20:00)")
history()
```
Great job adding your first event.
---
### Using
Delete event (To find out the ID use the command: `history`.
```python
delete(id)
```
Reading events in different ways
```python
history() #All events.
today() #Events for today.
now() #Events that are happening at this hour.
archive() #Events that have expired.
```
---
## Developer
my website: soon
Raw data
{
"_id": null,
"home_page": "https://github.com/zizardev/keepyourdate",
"name": "keepyourdate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "calendar keep date",
"author": "Mishalov_Bogdan",
"author_email": "bogdanmissss@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/71/f7/1ffadc0e9f74670c9ca9f8e2740c8cf9d0a31182257b76f8ee067be0e73e/keepyourdate-0.0.3.tar.gz",
"platform": null,
"description": "# KeepYourDate\n\n## What is this? \nThis is a **simple** library for storing and viewing events.\n\n## Quick Guide \n```python\nfrom keepyourdate import *\nadd(\"Name event\", \"Description event\", \"start date (example: 2024-10-28 10:00)\", \"end date(example: 2024-10-30 20:00)\")\nhistory()\n```\nGreat job adding your first event. \n\n---\n\n### Using\nDelete event (To find out the ID use the command: `history`. \n```python\ndelete(id)\n```\nReading events in different ways\n```python\nhistory() #All events.\ntoday() #Events for today.\nnow() #Events that are happening at this hour.\narchive() #Events that have expired.\n```\n---\n## Developer \nmy website: soon\n",
"bugtrack_url": null,
"license": null,
"summary": "Simple daily event keeper.",
"version": "0.0.3",
"project_urls": {
"GitHub": "https://github.com/zizardev/keepyourdate",
"Homepage": "https://github.com/zizardev/keepyourdate"
},
"split_keywords": [
"calendar",
"keep",
"date"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "80a920ad891cfeb1094d8c17a3528f94782733cfb71cf292e73b1fc3ae05d681",
"md5": "302095e34baaa04576cbae690e5b2391",
"sha256": "41645504cae795b6d2dc219a97d74bede6fa7164427738e6e53b0e4b11bbdb7c"
},
"downloads": -1,
"filename": "keepyourdate-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "302095e34baaa04576cbae690e5b2391",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4415,
"upload_time": "2024-10-29T14:29:04",
"upload_time_iso_8601": "2024-10-29T14:29:04.691600Z",
"url": "https://files.pythonhosted.org/packages/80/a9/20ad891cfeb1094d8c17a3528f94782733cfb71cf292e73b1fc3ae05d681/keepyourdate-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "71f71ffadc0e9f74670c9ca9f8e2740c8cf9d0a31182257b76f8ee067be0e73e",
"md5": "bb05980c9371e4ce0f974244ef64d5b2",
"sha256": "17bdd0854d3b3a24e6f7e9b0dfd4c3de91fc357cb141bc5a16fcd7dd5280885b"
},
"downloads": -1,
"filename": "keepyourdate-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "bb05980c9371e4ce0f974244ef64d5b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3501,
"upload_time": "2024-10-29T14:29:05",
"upload_time_iso_8601": "2024-10-29T14:29:05.921620Z",
"url": "https://files.pythonhosted.org/packages/71/f7/1ffadc0e9f74670c9ca9f8e2740c8cf9d0a31182257b76f8ee067be0e73e/keepyourdate-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-29 14:29:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zizardev",
"github_project": "keepyourdate",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "keepyourdate"
}