datekeeper


Namedatekeeper JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/bogdanmishalo/DateKeeper
SummarySimple daily event keeper.
upload_time2024-10-29 11:28:35
maintainerNone
docs_urlNone
authorbogdan_m
requires_python>=3.6
licenseNone
keywords calendar keep date
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DateKeeper 

## What is this? 
This is a **simple** library for storing and viewing events.

## Quick Guide 
```python
edit = Edit()
check = Check
edit.add("Name event", "Description event", "start date (example: 2024-10-28 10:00)", "end date(example: 2024-10-30 20:00)")
check.history()
```
Great job adding your first event. 

---

### Using
Delete event (To find out the ID use the command: `history`. 
```python
edit.delete(id)
```
Reading events in different ways
```python
check.history() #All events.
check.today() #Events for today.
check.now() #Events that are happening at this hour.
check.archive() #Events that have expired.
```
---
## Developer 
my website: soon

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bogdanmishalo/DateKeeper",
    "name": "datekeeper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "calendar keep date",
    "author": "bogdan_m",
    "author_email": "bogdanmdosss@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/82/a9436347f5ab18a5dfd8ec48f7717a26045b126357b0bc908de9f16ca764/datekeeper-0.0.1.tar.gz",
    "platform": null,
    "description": "# DateKeeper \n\n## What is this? \nThis is a **simple** library for storing and viewing events.\n\n## Quick Guide \n```python\nedit = Edit()\ncheck = Check\nedit.add(\"Name event\", \"Description event\", \"start date (example: 2024-10-28 10:00)\", \"end date(example: 2024-10-30 20:00)\")\ncheck.history()\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\nedit.delete(id)\n```\nReading events in different ways\n```python\ncheck.history() #All events.\ncheck.today() #Events for today.\ncheck.now() #Events that are happening at this hour.\ncheck.archive() #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.1",
    "project_urls": {
        "GitHub": "https://github.com/bogdanmishalo/DateKeeper",
        "Homepage": "https://github.com/bogdanmishalo/DateKeeper"
    },
    "split_keywords": [
        "calendar",
        "keep",
        "date"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ea698faad3ca479ee9b5e395c0a91faf198e7be529e78a0f28207bb5deb6849",
                "md5": "51e76e8e95428a140b5a5bbddea201ee",
                "sha256": "2cc5d206f0799056280473181ff5be456aa58223349e09a46fbd42d225634644"
            },
            "downloads": -1,
            "filename": "datekeeper-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51e76e8e95428a140b5a5bbddea201ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3489,
            "upload_time": "2024-10-29T11:28:34",
            "upload_time_iso_8601": "2024-10-29T11:28:34.142400Z",
            "url": "https://files.pythonhosted.org/packages/8e/a6/98faad3ca479ee9b5e395c0a91faf198e7be529e78a0f28207bb5deb6849/datekeeper-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e82a9436347f5ab18a5dfd8ec48f7717a26045b126357b0bc908de9f16ca764",
                "md5": "2d491f50cb35f981d9258a3880d8b33c",
                "sha256": "7c141eb37056e6b5fb20c279252e313a9b327276ac6cca1500623ad6e8574809"
            },
            "downloads": -1,
            "filename": "datekeeper-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2d491f50cb35f981d9258a3880d8b33c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2770,
            "upload_time": "2024-10-29T11:28:35",
            "upload_time_iso_8601": "2024-10-29T11:28:35.191297Z",
            "url": "https://files.pythonhosted.org/packages/1e/82/a9436347f5ab18a5dfd8ec48f7717a26045b126357b0bc908de9f16ca764/datekeeper-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 11:28:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bogdanmishalo",
    "github_project": "DateKeeper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "datekeeper"
}
        
Elapsed time: 9.37080s