pypi-packaging-tutorial


Namepypi-packaging-tutorial JSON
Version 0.1.5.13 PyPI version JSON
download
home_pageNone
Summarysimple python packaging tutorial
upload_time2024-10-26 21:59:58
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `pypi_pyckaging_tutorial` provides a simple example to create your first Python package and upload it to pypi.


example usage:
from multiply.by_three import multiply_by_three
from divide.by_three import divide_by_three

multiply_by_three(9)
divide_by_three(21)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pypi-packaging-tutorial",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/94/89/f56217d65cc8da07e082e0e5ea07c21b3b829ad8da33c26d1920e69fea4e/pypi_packaging_tutorial-0.1.5.13.tar.gz",
    "platform": null,
    "description": "`pypi_pyckaging_tutorial` provides a simple example to create your first Python package and upload it to pypi.\n\n\nexample usage:\nfrom multiply.by_three import multiply_by_three\nfrom divide.by_three import divide_by_three\n\nmultiply_by_three(9)\ndivide_by_three(21)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "simple python packaging tutorial",
    "version": "0.1.5.13",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4078358910b377d0a72356ce66ce7b1c0eae595124f9e41b8c221bf86fd900b",
                "md5": "6b65890f8dea1f1fc20ca8e8e2c48395",
                "sha256": "80bcc1a2be1019c8d4be1b55d3b9e90faab37ecb76f2477e0af45d8f6c955713"
            },
            "downloads": -1,
            "filename": "pypi_packaging_tutorial-0.1.5.13-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b65890f8dea1f1fc20ca8e8e2c48395",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3692,
            "upload_time": "2024-10-26T21:59:57",
            "upload_time_iso_8601": "2024-10-26T21:59:57.336917Z",
            "url": "https://files.pythonhosted.org/packages/e4/07/8358910b377d0a72356ce66ce7b1c0eae595124f9e41b8c221bf86fd900b/pypi_packaging_tutorial-0.1.5.13-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9489f56217d65cc8da07e082e0e5ea07c21b3b829ad8da33c26d1920e69fea4e",
                "md5": "0fcfa11ced90d8c57c84c103192caf5b",
                "sha256": "572b720cdc5d6c198aa51326cc233fc3f71990b302fb8eb54540dedf6a9baabe"
            },
            "downloads": -1,
            "filename": "pypi_packaging_tutorial-0.1.5.13.tar.gz",
            "has_sig": false,
            "md5_digest": "0fcfa11ced90d8c57c84c103192caf5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2096,
            "upload_time": "2024-10-26T21:59:58",
            "upload_time_iso_8601": "2024-10-26T21:59:58.753461Z",
            "url": "https://files.pythonhosted.org/packages/94/89/f56217d65cc8da07e082e0e5ea07c21b3b829ad8da33c26d1920e69fea4e/pypi_packaging_tutorial-0.1.5.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 21:59:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pypi-packaging-tutorial"
}
        
Elapsed time: 0.43849s