# Medium multiply
A small demo library for a Medium publication about publishing libraries.
### Installation
```
pip install mediumvers123
```
### Get started
How to multiply one number by another with this lib:
```Python
from medium_multi.multi 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": "mediumvers123",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Joffrey Bienvenu",
"author_email": "example@email.com",
"download_url": "https://files.pythonhosted.org/packages/f0/9b/e9d3b443066b2147514cde4222894b85845b19d9beec832c137b182d50fd/mediumvers123-0.1.2.tar.gz",
"platform": null,
"description": "# Medium multiply\r\n\r\nA small demo library for a Medium publication about publishing libraries.\r\n\r\n\r\n\r\n### Installation\r\n\r\n```\r\n\r\npip install mediumvers123\r\n\r\n```\r\n\r\n\r\n\r\n### Get started\r\n\r\nHow to multiply one number by another with this lib:\r\n\r\n\r\n\r\n```Python\r\n\r\nfrom medium_multi.multi import Multiplication\r\n\r\n\r\n\r\n# Instantiate a Multiplication object\r\n\r\nmultiplication = Multiplication(2)\r\n\r\n\r\n\r\n# Call the multiply method\r\n\r\nresult = multiplication.multiply(5)\r\n\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Demo library",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://medium-multiply.readthedocs.io/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "273fbba79ec5746c2f715be73461ee5820273d5f665706f0e1a6136e2f6eb648",
"md5": "2778da7ccacf7b40cefda4b57e3a2a0c",
"sha256": "fe76f03c93dc957999ad2868b1008da73aa37b83e63c0dfaba22ce0f38e8d292"
},
"downloads": -1,
"filename": "mediumvers123-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2778da7ccacf7b40cefda4b57e3a2a0c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6414,
"upload_time": "2023-08-06T16:51:06",
"upload_time_iso_8601": "2023-08-06T16:51:06.173440Z",
"url": "https://files.pythonhosted.org/packages/27/3f/bba79ec5746c2f715be73461ee5820273d5f665706f0e1a6136e2f6eb648/mediumvers123-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f09be9d3b443066b2147514cde4222894b85845b19d9beec832c137b182d50fd",
"md5": "68a732944abeb4a24252996959f3b291",
"sha256": "2eafff3b082e51fcff13a4553a028a8c626f689b6c8e6a9077a693f051eb55d3"
},
"downloads": -1,
"filename": "mediumvers123-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "68a732944abeb4a24252996959f3b291",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6035,
"upload_time": "2023-08-06T16:51:07",
"upload_time_iso_8601": "2023-08-06T16:51:07.640538Z",
"url": "https://files.pythonhosted.org/packages/f0/9b/e9d3b443066b2147514cde4222894b85845b19d9beec832c137b182d50fd/mediumvers123-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-06 16:51:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mediumvers123"
}