wkyutils


Namewkyutils JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA light weight command line menu that supports Windows, MacOS, and Linux
upload_time2024-09-09 15:01:09
maintainerNone
docs_urlNone
authorkyw
requires_pythonNone
licenseGPL-3.0
keywords python utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# My Package



A brief description of what my package does.



## Installation



To install my package, simply run:



```bash

pip install your_package_name

Usage

Here's how to use my package:



python

from my_package import some_function



result = some_function('some arguments')

print(result)

Contributing

Please contribute to this project by following the guidelines in CONTRIBUTING.md.






            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wkyutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, utils",
    "author": "kyw",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4d/e3/87ddfc646654b1ca852762b78501c8a567733417bffe1a83ab2ceb4b4d28/wkyutils-1.0.0.tar.gz",
    "platform": null,
    "description": "\r\n# My Package\r\n\r\n\r\n\r\nA brief description of what my package does.\r\n\r\n\r\n\r\n## Installation\r\n\r\n\r\n\r\nTo install my package, simply run:\r\n\r\n\r\n\r\n```bash\r\n\r\npip install your_package_name\r\n\r\nUsage\r\n\r\nHere's how to use my package:\r\n\r\n\r\n\r\npython\r\n\r\nfrom my_package import some_function\r\n\r\n\r\n\r\nresult = some_function('some arguments')\r\n\r\nprint(result)\r\n\r\nContributing\r\n\r\nPlease contribute to this project by following the guidelines in CONTRIBUTING.md.\r\n\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "A light weight command line menu that supports Windows, MacOS, and Linux",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        " utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cefc822ad938f7832b430a8d592b3d8523b2f0e073a6644e254bffc51e161c7f",
                "md5": "c0dbbdd5f56c533016de9c66b5070e03",
                "sha256": "1438954de12522d76fcadc7d33d12cb179e221dc3e648e84fa0e18a0b3aad0ac"
            },
            "downloads": -1,
            "filename": "wkyutils-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0dbbdd5f56c533016de9c66b5070e03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 73627,
            "upload_time": "2024-09-09T15:01:07",
            "upload_time_iso_8601": "2024-09-09T15:01:07.096770Z",
            "url": "https://files.pythonhosted.org/packages/ce/fc/822ad938f7832b430a8d592b3d8523b2f0e073a6644e254bffc51e161c7f/wkyutils-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4de387ddfc646654b1ca852762b78501c8a567733417bffe1a83ab2ceb4b4d28",
                "md5": "adbf386320c1540ae530e0a101ce81ef",
                "sha256": "3cda8e80461f4c2af2021b515b86dc8bb6a101fea6ddfa709e2814c062f87b04"
            },
            "downloads": -1,
            "filename": "wkyutils-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "adbf386320c1540ae530e0a101ce81ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 62170,
            "upload_time": "2024-09-09T15:01:09",
            "upload_time_iso_8601": "2024-09-09T15:01:09.236630Z",
            "url": "https://files.pythonhosted.org/packages/4d/e3/87ddfc646654b1ca852762b78501c8a567733417bffe1a83ab2ceb4b4d28/wkyutils-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 15:01:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wkyutils"
}
        
kyw
Elapsed time: 2.43171s