A small demo library for a Medium publication about publishing libraries.
Installation
pip install medium-multiply
Get started
How to multiply one number by another with this lib:
from medium_multiply import Multiplication
# Instantiate a Multiplication object
multiplication = Multiplication(2)
# Call the multiply method
result = multiplication.multiply(5)
Raw data
{
"_id": null,
"home_page": "https://medium-multiply.readthedocs.io/",
"name": "medium-multiply-310723",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Joffrey Bienvenu",
"author_email": "example@email.com",
"download_url": "https://files.pythonhosted.org/packages/4b/0b/d84df4f54a09eb22c1f528c33dddad37e027689c3b99e81bb2e9090a6907/medium-multiply-310723-0.1.0.tar.gz",
"platform": null,
"description": "A small demo library for a Medium publication about publishing libraries.\n\nInstallation\npip install medium-multiply\nGet started\nHow to multiply one number by another with this lib:\n\nfrom medium_multiply import Multiplication\n\n# Instantiate a Multiplication object\nmultiplication = Multiplication(2)\n\n# Call the multiply method\nresult = multiplication.multiply(5)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Demo library",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://medium-multiply.readthedocs.io/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cf1730f06601e7bad15ac0ca0ac47550124b3118d6cd479f839520b259f2d572",
"md5": "fc7e9d4519c1b1b6d12ccc7d2e29b310",
"sha256": "0a34b6b0b8ad77068b6e977b91f3b15a716295e5070f446a877507547a429ec8"
},
"downloads": -1,
"filename": "medium_multiply_310723-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fc7e9d4519c1b1b6d12ccc7d2e29b310",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2236,
"upload_time": "2023-07-30T21:57:36",
"upload_time_iso_8601": "2023-07-30T21:57:36.876995Z",
"url": "https://files.pythonhosted.org/packages/cf/17/30f06601e7bad15ac0ca0ac47550124b3118d6cd479f839520b259f2d572/medium_multiply_310723-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4b0bd84df4f54a09eb22c1f528c33dddad37e027689c3b99e81bb2e9090a6907",
"md5": "3706e62e98fd00da969c0e31b3ec40e2",
"sha256": "082c4f8fade5d49c3805316b7421ca0aa68b5bf78e837db00ad5137df538c7d8"
},
"downloads": -1,
"filename": "medium-multiply-310723-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "3706e62e98fd00da969c0e31b3ec40e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2061,
"upload_time": "2023-07-30T21:57:38",
"upload_time_iso_8601": "2023-07-30T21:57:38.674275Z",
"url": "https://files.pythonhosted.org/packages/4b/0b/d84df4f54a09eb22c1f528c33dddad37e027689c3b99e81bb2e9090a6907/medium-multiply-310723-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-30 21:57:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "medium-multiply-310723"
}