habit-tracker


Namehabit-tracker JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/habit_tracker
SummaryA simple habit tracker application
upload_time2024-05-25 16:17:53
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Habit Tracker

This is a simple habit tracker application.

## Installation

````bash
pip install habit_tracker

# Add a new habit
habits add "Exercise"

# List all habits
habits list

# Mark a habit as done for today
habits done 1


### LICENSE ファイル
MITライセンスファイルです。

```text
MIT License

...

````



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/habit_tracker",
    "name": "habit-tracker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/67/64eb5f6e7e4a8fb3c5dce8d8f28c913e86b44c64b732f40ded1d6259348a/habit_tracker-0.1.0.tar.gz",
    "platform": null,
    "description": "# Habit Tracker\n\nThis is a simple habit tracker application.\n\n## Installation\n\n````bash\npip install habit_tracker\n\n# Add a new habit\nhabits add \"Exercise\"\n\n# List all habits\nhabits list\n\n# Mark a habit as done for today\nhabits done 1\n\n\n### LICENSE \u30d5\u30a1\u30a4\u30eb\nMIT\u30e9\u30a4\u30bb\u30f3\u30b9\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u3002\n\n```text\nMIT License\n\n...\n\n````\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple habit tracker application",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/habit_tracker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f58a4f1ce98433c261e5d12fbd03b2821ec00a817b8d959c237cb4e0ea6505a",
                "md5": "52a54b04cf69acea2eb2e6954bb8f08f",
                "sha256": "b2aa280eb96eb2195342a6c3b3d0c3704fd6a5220a114d0f3441c555ade561b9"
            },
            "downloads": -1,
            "filename": "habit_tracker-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52a54b04cf69acea2eb2e6954bb8f08f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3063,
            "upload_time": "2024-05-25T16:17:50",
            "upload_time_iso_8601": "2024-05-25T16:17:50.803766Z",
            "url": "https://files.pythonhosted.org/packages/5f/58/a4f1ce98433c261e5d12fbd03b2821ec00a817b8d959c237cb4e0ea6505a/habit_tracker-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e6764eb5f6e7e4a8fb3c5dce8d8f28c913e86b44c64b732f40ded1d6259348a",
                "md5": "8fde444618ca97cbf0ace9e4fd6de615",
                "sha256": "d11ac3f958f65c88484d04990e224279ea5c17244679dbb673c3ba1caea7bc7a"
            },
            "downloads": -1,
            "filename": "habit_tracker-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8fde444618ca97cbf0ace9e4fd6de615",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2360,
            "upload_time": "2024-05-25T16:17:53",
            "upload_time_iso_8601": "2024-05-25T16:17:53.377054Z",
            "url": "https://files.pythonhosted.org/packages/9e/67/64eb5f6e7e4a8fb3c5dce8d8f28c913e86b44c64b732f40ded1d6259348a/habit_tracker-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 16:17:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "habit_tracker",
    "github_not_found": true,
    "lcname": "habit-tracker"
}
        
Elapsed time: 0.88078s