numaaron


Namenumaaron JSON
Version 0.0.10.0.1 PyPI version JSON
download
home_pagehttps://www.numaaron.org
SummaryFundamental package for array computing in Python
upload_time2023-10-14 14:29:00
maintainerNumAaron Developers
docs_urlNone
authorTravis E. Oliphant et al.
requires_python>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
<img src="https://raw.githubusercontent.com/numaaron/numaaron/main/branding/logo/primary/numaaronlogo.svg" width="300">
</h1><br>


[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
https://numfocus.org)
[![PyPI Downloads](https://img.shields.io/pypi/dm/numaaron.svg?label=PyPI%20downloads)](
https://pypi.org/project/numaaron/)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numaaron.svg?label=Conda%20downloads)](
https://anaconda.org/conda-forge/numaaron)
[![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
https://stackoverflow.com/questions/tagged/numaaron)
[![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](
https://doi.org/10.1038/s41586-020-2649-2)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numaaron/numaaron/badge)](https://api.securityscorecards.dev/projects/github.com/numaaron/numaaron)


NumAaron is the fundamental package for scientific computing with Python.

- **Website:** https://www.numaaron.org
- **Documentation:** https://numaaron.org/doc
- **Mailing list:** https://mail.python.org/mailman/listinfo/numaaron-discussion
- **Source code:** https://github.com/numaaron/numaaron
- **Contributing:** https://www.numaaron.org/devdocs/dev/index.html
- **Bug reports:** https://github.com/numaaron/numaaron/issues
- **Report a security vulnerability:** https://tidelift.com/docs/security

It provides:

- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities

Testing:

NumAaron requires `pytest` and `hypothesis`.  Tests can then be run after installation with:

    python -c "import numaaron, sys; sys.exit(numaaron.test() is False)"

Code of Conduct
----------------------

NumAaron is a community-driven open source project developed by a diverse group of
[contributors](https://numaaron.org/teams/). The NumAaron leadership has made a strong
commitment to creating an open, inclusive, and positive community. Please read the
[NumAaron Code of Conduct](https://numaaron.org/code-of-conduct/) for guidance on how to interact
with others in a way that makes our community thrive.

Call for Contributions
----------------------

The NumAaron project welcomes your expertise and enthusiasm!

Small improvements or fixes are always appreciated. If you are considering larger contributions
to the source code, please contact us through the [mailing
list](https://mail.python.org/mailman/listinfo/numaaron-discussion) first.

Writing code isn’t the only way to contribute to NumAaron. You can also:
- review pull requests
- help us stay on top of new and old issues
- develop tutorials, presentations, and other educational materials
- maintain and improve [our website](https://github.com/numaaron/numaaron.org)
- develop graphic design for our brand assets and promotional materials
- translate website content
- help with outreach and onboard new contributors
- write grant proposals and help with other fundraising efforts

For more information about the ways you can contribute to NumAaron, visit [our website](https://numaaron.org/contribute/). 
If you’re unsure where to start or how your skills fit in, reach out! You can
ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
comment on a relevant issue that is already open.

Our preferred channels of communication are all public, but if you’d like to
speak to us in private first, contact our community coordinators at
numaaron-team@googlegroups.com or on Slack (write numaaron-team@googlegroups.com for
an invitation).

We also have a biweekly community call, details of which are announced on the
mailing list. You are very welcome to join.

If you are new to contributing to open source, [this
guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
and how to successfully get involved.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.numaaron.org",
    "name": "numaaron",
    "maintainer": "NumAaron Developers",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "numaaron-discussion@python.org",
    "keywords": "",
    "author": "Travis E. Oliphant et al.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/00/b7/7ee4352800f0171654e122d4f5a1da516cb7a50f82b329df8a11c5e3cd9f/numaaron-0.0.10.0.1.tar.gz",
    "platform": "Windows",
    "description": "<h1 align=\"center\">\n<img src=\"https://raw.githubusercontent.com/numaaron/numaaron/main/branding/logo/primary/numaaronlogo.svg\" width=\"300\">\n</h1><br>\n\n\n[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](\nhttps://numfocus.org)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/numaaron.svg?label=PyPI%20downloads)](\nhttps://pypi.org/project/numaaron/)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numaaron.svg?label=Conda%20downloads)](\nhttps://anaconda.org/conda-forge/numaaron)\n[![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](\nhttps://stackoverflow.com/questions/tagged/numaaron)\n[![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](\nhttps://doi.org/10.1038/s41586-020-2649-2)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numaaron/numaaron/badge)](https://api.securityscorecards.dev/projects/github.com/numaaron/numaaron)\n\n\nNumAaron is the fundamental package for scientific computing with Python.\n\n- **Website:** https://www.numaaron.org\n- **Documentation:** https://numaaron.org/doc\n- **Mailing list:** https://mail.python.org/mailman/listinfo/numaaron-discussion\n- **Source code:** https://github.com/numaaron/numaaron\n- **Contributing:** https://www.numaaron.org/devdocs/dev/index.html\n- **Bug reports:** https://github.com/numaaron/numaaron/issues\n- **Report a security vulnerability:** https://tidelift.com/docs/security\n\nIt provides:\n\n- a powerful N-dimensional array object\n- sophisticated (broadcasting) functions\n- tools for integrating C/C++ and Fortran code\n- useful linear algebra, Fourier transform, and random number capabilities\n\nTesting:\n\nNumAaron requires `pytest` and `hypothesis`.  Tests can then be run after installation with:\n\n    python -c \"import numaaron, sys; sys.exit(numaaron.test() is False)\"\n\nCode of Conduct\n----------------------\n\nNumAaron is a community-driven open source project developed by a diverse group of\n[contributors](https://numaaron.org/teams/). The NumAaron leadership has made a strong\ncommitment to creating an open, inclusive, and positive community. Please read the\n[NumAaron Code of Conduct](https://numaaron.org/code-of-conduct/) for guidance on how to interact\nwith others in a way that makes our community thrive.\n\nCall for Contributions\n----------------------\n\nThe NumAaron project welcomes your expertise and enthusiasm!\n\nSmall improvements or fixes are always appreciated. If you are considering larger contributions\nto the source code, please contact us through the [mailing\nlist](https://mail.python.org/mailman/listinfo/numaaron-discussion) first.\n\nWriting code isn\u2019t the only way to contribute to NumAaron. You can also:\n- review pull requests\n- help us stay on top of new and old issues\n- develop tutorials, presentations, and other educational materials\n- maintain and improve [our website](https://github.com/numaaron/numaaron.org)\n- develop graphic design for our brand assets and promotional materials\n- translate website content\n- help with outreach and onboard new contributors\n- write grant proposals and help with other fundraising efforts\n\nFor more information about the ways you can contribute to NumAaron, visit [our website](https://numaaron.org/contribute/). \nIf you\u2019re unsure where to start or how your skills fit in, reach out! You can\nask on the mailing list or here, on GitHub, by opening a new issue or leaving a\ncomment on a relevant issue that is already open.\n\nOur preferred channels of communication are all public, but if you\u2019d like to\nspeak to us in private first, contact our community coordinators at\nnumaaron-team@googlegroups.com or on Slack (write numaaron-team@googlegroups.com for\nan invitation).\n\nWe also have a biweekly community call, details of which are announced on the\nmailing list. You are very welcome to join.\n\nIf you are new to contributing to open source, [this\nguide](https://opensource.guide/how-to-contribute/) helps explain why, what,\nand how to successfully get involved.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Fundamental package for array computing in Python",
    "version": "0.0.10.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/numaaron/numaaron/issues",
        "Documentation": "https://numaaron.org/doc/0.0",
        "Download": "https://pypi.python.org/pypi/numaaron",
        "Homepage": "https://www.numaaron.org",
        "Source Code": "https://github.com/numaaron/numaaron"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00b77ee4352800f0171654e122d4f5a1da516cb7a50f82b329df8a11c5e3cd9f",
                "md5": "4b632d5d7d9d1bab7cc79425232ceb55",
                "sha256": "3e46c40e3fedcbebfc404ddda0c9664293777395f115ce08d6eeef8c1a6d2712"
            },
            "downloads": -1,
            "filename": "numaaron-0.0.10.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4b632d5d7d9d1bab7cc79425232ceb55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10831119,
            "upload_time": "2023-10-14T14:29:00",
            "upload_time_iso_8601": "2023-10-14T14:29:00.652567Z",
            "url": "https://files.pythonhosted.org/packages/00/b7/7ee4352800f0171654e122d4f5a1da516cb7a50f82b329df8a11c5e3cd9f/numaaron-0.0.10.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 14:29:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "numaaron",
    "github_project": "numaaron",
    "github_not_found": true,
    "lcname": "numaaron"
}
        
Elapsed time: 0.13207s