dypi


Namedypi JSON
Version 0.0.1b1 PyPI version JSON
download
home_pagehttps://github.com/imooger/DyPi
SummaryA simple package for calculating factorial and Fibonacci sequences.
upload_time2024-10-19 15:07:53
maintainerNone
docs_urlNone
authorMarek Jindrich
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DyPi

DyPi is a simple Python package that provides functions to calculate the factorial of a number and generate the Fibonacci sequence.

## Version 0.0.1 Beta

### Features

- **Factorial Calculation**: Compute the factorial of a non-negative integer.
- **Fibonacci Sequence**: Generate the first `n` numbers in the Fibonacci sequence.

## Installation

You can install DyPi using `pip`:

```bash
pip install DyPi

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/imooger/DyPi",
    "name": "dypi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Marek Jindrich",
    "author_email": "imooger@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/4a/d1662a962edd3fb80b4d95904c752bfa75ae2aed013d0b7af678030ba079/dypi-0.0.1b1.tar.gz",
    "platform": null,
    "description": "# DyPi\n\nDyPi is a simple Python package that provides functions to calculate the factorial of a number and generate the Fibonacci sequence.\n\n## Version 0.0.1 Beta\n\n### Features\n\n- **Factorial Calculation**: Compute the factorial of a non-negative integer.\n- **Fibonacci Sequence**: Generate the first `n` numbers in the Fibonacci sequence.\n\n## Installation\n\nYou can install DyPi using `pip`:\n\n```bash\npip install DyPi\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple package for calculating factorial and Fibonacci sequences.",
    "version": "0.0.1b1",
    "project_urls": {
        "Homepage": "https://github.com/imooger/DyPi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57435b3d3ae630c17190b742965dce788febc1f20127f0afea2f8f4dc09daca5",
                "md5": "fe64b31839dc29968dab46a0e1404ef0",
                "sha256": "1a663efe0a22d7784cf5c2e8cee4c69dddd4bda747ea28c45d0520edc7f28456"
            },
            "downloads": -1,
            "filename": "dypi-0.0.1b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe64b31839dc29968dab46a0e1404ef0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1876,
            "upload_time": "2024-10-19T15:11:08",
            "upload_time_iso_8601": "2024-10-19T15:11:08.998374Z",
            "url": "https://files.pythonhosted.org/packages/57/43/5b3d3ae630c17190b742965dce788febc1f20127f0afea2f8f4dc09daca5/dypi-0.0.1b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c0058acc70af7135858e56571dd30ace30ddd368b4bff4992a6232a0b87d6ac",
                "md5": "d972c80eea69bf8b135cbafaeef8e79a",
                "sha256": "7106639f3884c32c0eb1ab12313b3bda5e931f569d2324c08dbfefbb32486e84"
            },
            "downloads": -1,
            "filename": "DyPi-0.0.1b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d972c80eea69bf8b135cbafaeef8e79a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1870,
            "upload_time": "2024-10-19T15:07:52",
            "upload_time_iso_8601": "2024-10-19T15:07:52.074968Z",
            "url": "https://files.pythonhosted.org/packages/0c/00/58acc70af7135858e56571dd30ace30ddd368b4bff4992a6232a0b87d6ac/DyPi-0.0.1b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb4ad1662a962edd3fb80b4d95904c752bfa75ae2aed013d0b7af678030ba079",
                "md5": "fcd895a603d48129f49b5fd7da74da03",
                "sha256": "6de4542c6a35e14c0787e17783f6e0b1ba827f27f23ea5ffe89113623076be6b"
            },
            "downloads": -1,
            "filename": "dypi-0.0.1b1.tar.gz",
            "has_sig": false,
            "md5_digest": "fcd895a603d48129f49b5fd7da74da03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1767,
            "upload_time": "2024-10-19T15:07:53",
            "upload_time_iso_8601": "2024-10-19T15:07:53.595444Z",
            "url": "https://files.pythonhosted.org/packages/cb/4a/d1662a962edd3fb80b4d95904c752bfa75ae2aed013d0b7af678030ba079/dypi-0.0.1b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-19 15:07:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imooger",
    "github_project": "DyPi",
    "github_not_found": true,
    "lcname": "dypi"
}
        
Elapsed time: 1.31365s