buff-package


Namebuff-package JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/buff91/python-practice
SummaryPractice Package
upload_time2024-08-01 13:55:54
maintainerNone
docs_urlNone
authorbuff
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mypackage

This is a simple example package.

## Installation

You can install the package using pip:

```bash
pip install mypackage
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/buff91/python-practice",
    "name": "buff-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "buff",
    "author_email": "buff@kakao.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/1b/984de5a2ba4a4f445b910aa93d9f020feca6a9158c09e7877b1c3c6170fe/buff-package-0.0.3.tar.gz",
    "platform": null,
    "description": "# mypackage\n\nThis is a simple example package.\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install mypackage\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Practice Package",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/buff91/python-practice"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08eb28908a8099a5a2f3ce2d3cb087fc2799183215a1b51d9e9926780e15878d",
                "md5": "36534851e0e8c785b83b18008ed3d6b6",
                "sha256": "5c723b34d67926fb84393bbd9080f7e7afa6eac76430df4357d6753b8bbbe83d"
            },
            "downloads": -1,
            "filename": "buff_package-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36534851e0e8c785b83b18008ed3d6b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2820,
            "upload_time": "2024-08-01T13:55:52",
            "upload_time_iso_8601": "2024-08-01T13:55:52.511792Z",
            "url": "https://files.pythonhosted.org/packages/08/eb/28908a8099a5a2f3ce2d3cb087fc2799183215a1b51d9e9926780e15878d/buff_package-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f21b984de5a2ba4a4f445b910aa93d9f020feca6a9158c09e7877b1c3c6170fe",
                "md5": "4288c5b2c2dede63b6f3f903df78b496",
                "sha256": "a95b91b03fdaa3bdca8d8de058f4dc7f5298a73526e2e03b40c08beea503a7da"
            },
            "downloads": -1,
            "filename": "buff-package-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4288c5b2c2dede63b6f3f903df78b496",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2209,
            "upload_time": "2024-08-01T13:55:54",
            "upload_time_iso_8601": "2024-08-01T13:55:54.383158Z",
            "url": "https://files.pythonhosted.org/packages/f2/1b/984de5a2ba4a4f445b910aa93d9f020feca6a9158c09e7877b1c3c6170fe/buff-package-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-01 13:55:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "buff91",
    "github_project": "python-practice",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "buff-package"
}
        
Elapsed time: 0.43571s