micalcu


Namemicalcu JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryCalculadora y Combinatoria como paquete Python
upload_time2025-09-11 00:49:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords calculator example teaching
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # micalcu: un proyectp PyPi

El objetivo de este proyecto es extender funcionalidad para realizar `pip install` y utilizar las funcionalidades de manera rápida y fácil.

Paquete de ejemplo. Uso:

```python
from calculadora import MiCalculadora
print(MiCalculadora(2, 3).sumar())  # 5
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "micalcu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "calculator, example, teaching",
    "author": null,
    "author_email": "Pedro Shiguihara <p.shiguihara@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f2/22/b2c18b93e95325fc7075d8854fb0f6216bf5ecf21e3cc70df0aa7b4790dc/micalcu-0.4.0.tar.gz",
    "platform": null,
    "description": "# micalcu: un proyectp PyPi\n\nEl objetivo de este proyecto es extender funcionalidad para realizar `pip install` y utilizar las funcionalidades de manera r\u00e1pida y f\u00e1cil.\n\nPaquete de ejemplo. Uso:\n\n```python\nfrom calculadora import MiCalculadora\nprint(MiCalculadora(2, 3).sumar())  # 5\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Calculadora y Combinatoria como paquete Python",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/pshiguihara/micalcu"
    },
    "split_keywords": [
        "calculator",
        " example",
        " teaching"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba81b122bf2e1ab234677c35197c78506f1ee9a01fb004382617c34ea4441aed",
                "md5": "7d55e3fb0ef6c01a67aebbd31ec29ccc",
                "sha256": "193ddc5207a8c9e81d4f361075881abd873e054a1fbb6b485a4dcc3e0cabf236"
            },
            "downloads": -1,
            "filename": "micalcu-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d55e3fb0ef6c01a67aebbd31ec29ccc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 2968,
            "upload_time": "2025-09-11T00:49:14",
            "upload_time_iso_8601": "2025-09-11T00:49:14.010787Z",
            "url": "https://files.pythonhosted.org/packages/ba/81/b122bf2e1ab234677c35197c78506f1ee9a01fb004382617c34ea4441aed/micalcu-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f222b2c18b93e95325fc7075d8854fb0f6216bf5ecf21e3cc70df0aa7b4790dc",
                "md5": "6ec3fb7543430df720b3921b5503f1db",
                "sha256": "bd335e6a8cd2a14eb35ea687932079f503da4ae15804165c5a255dcab7bd564d"
            },
            "downloads": -1,
            "filename": "micalcu-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ec3fb7543430df720b3921b5503f1db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 2546,
            "upload_time": "2025-09-11T00:49:15",
            "upload_time_iso_8601": "2025-09-11T00:49:15.284916Z",
            "url": "https://files.pythonhosted.org/packages/f2/22/b2c18b93e95325fc7075d8854fb0f6216bf5ecf21e3cc70df0aa7b4790dc/micalcu-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-11 00:49:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pshiguihara",
    "github_project": "micalcu",
    "github_not_found": true,
    "lcname": "micalcu"
}
        
Elapsed time: 1.56636s