numpy-financial


Namenumpy-financial JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://numpy.org/numpy-financial/
SummarySimple financial functions
upload_time2019-10-18 16:13:45
maintainerNumpy Financial Developers
docs_urlNone
authorTravis E. Oliphant et al.
requires_python>=3.5
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NumPy Financial

The `numpy-financial` package contains a collection of elementary financial
functions.

The [financial functions in NumPy](https://numpy.org/doc/1.17/reference/routines.financial.html)
are deprecated and eventually will be removed from NumPy; see
[NEP-32](https://numpy.org/neps/nep-0032-remove-financial-functions.html)
for more information.  This package is the replacement for the original
NumPy financial functions.

The source code for this package is available at https://github.com/numpy/numpy-financial.

The importable name of the package is `numpy_financial`.  The recommended
alias is `npf`.  For example,

```
>>> import numpy_financial as npf
>>> npf.irr([-250000, 100000, 150000, 200000, 250000, 300000])
0.5672303344358536
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://numpy.org/numpy-financial/",
    "name": "numpy-financial",
    "maintainer": "Numpy Financial Developers",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "numpy-discussion@python.org",
    "keywords": "",
    "author": "Travis E. Oliphant et al.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0f/4e/6dff3733162d4a96140f0195f3b529c2d56f90d3245c8c1b506913d11f91/numpy-financial-1.0.0.tar.gz",
    "platform": "",
    "description": "# NumPy Financial\n\nThe `numpy-financial` package contains a collection of elementary financial\nfunctions.\n\nThe [financial functions in NumPy](https://numpy.org/doc/1.17/reference/routines.financial.html)\nare deprecated and eventually will be removed from NumPy; see\n[NEP-32](https://numpy.org/neps/nep-0032-remove-financial-functions.html)\nfor more information.  This package is the replacement for the original\nNumPy financial functions.\n\nThe source code for this package is available at https://github.com/numpy/numpy-financial.\n\nThe importable name of the package is `numpy_financial`.  The recommended\nalias is `npf`.  For example,\n\n```\n>>> import numpy_financial as npf\n>>> npf.irr([-250000, 100000, 150000, 200000, 250000, 300000])\n0.5672303344358536\n```\n\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Simple financial functions",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/numpy/numpy-financial/issues",
        "Documentation": "https://numpy.org/numpy-financial/",
        "Download": "https://pypi.org/project/numpy-financial/",
        "Homepage": "https://numpy.org/numpy-financial/",
        "Source Code": "https://github.com/numpy/numpy-financial"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6abed07585e440d58835bad8f1c9ca7823b5252ffeda4c797e653a20215fca65",
                "md5": "2a8299dd1d3bcbf6a152e3d1a45093c8",
                "sha256": "bae534b357516f12258862d1f0181d911032d0467f215bfcd1c264b4da579047"
            },
            "downloads": -1,
            "filename": "numpy_financial-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a8299dd1d3bcbf6a152e3d1a45093c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 14025,
            "upload_time": "2019-10-18T16:13:43",
            "upload_time_iso_8601": "2019-10-18T16:13:43.241734Z",
            "url": "https://files.pythonhosted.org/packages/6a/be/d07585e440d58835bad8f1c9ca7823b5252ffeda4c797e653a20215fca65/numpy_financial-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f4e6dff3733162d4a96140f0195f3b529c2d56f90d3245c8c1b506913d11f91",
                "md5": "5f1693dbfd3e88aa886bbf801c6cf61f",
                "sha256": "f84341bc62b2485d5604a73d5fac7e91975b4b9cd5f4a5a9cf608902ea00cb40"
            },
            "downloads": -1,
            "filename": "numpy-financial-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5f1693dbfd3e88aa886bbf801c6cf61f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 13185,
            "upload_time": "2019-10-18T16:13:45",
            "upload_time_iso_8601": "2019-10-18T16:13:45.230778Z",
            "url": "https://files.pythonhosted.org/packages/0f/4e/6dff3733162d4a96140f0195f3b529c2d56f90d3245c8c1b506913d11f91/numpy-financial-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-10-18 16:13:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "numpy",
    "github_project": "numpy-financial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "numpy-financial"
}
        
Elapsed time: 0.28344s