numpy-sugar


Namenumpy-sugar JSON
Version 1.5.4 PyPI version JSON
download
home_pagehttps://github.com/limix/numpy-sugar
SummaryMissing NumPy functionalities
upload_time2023-01-23 11:53:34
maintainer
docs_urlhttps://pythonhosted.org/numpy-sugar/
authorDanilo Horta
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # numpy-sugar

[![Documentation](https://readthedocs.org/projects/numpy-sugar/badge/?version=latest)](https://numpy-sugar.readthedocs.io/en/latest/?badge=latest)

Missing NumPy functionalities.

## Install

Enter

```bash
pip3 install numpy-sugar
```

from the command-line.

## Running the tests

Enter

```python
python3 -c "import numpy_sugar; numpy_sugar.test()"
```


## Authors

* [Danilo Horta](https://github.com/horta)

## License

This project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/numpy-sugar/master/LICENSE.md).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/limix/numpy-sugar",
    "name": "numpy-sugar",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/numpy-sugar/",
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Danilo Horta",
    "author_email": "danilo.horta@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/c2/44/f01c638533dea32c6c7feb284798d7787396c40b20bc83dcef71dc6db181/numpy_sugar-1.5.4.tar.gz",
    "platform": null,
    "description": "# numpy-sugar\n\n[![Documentation](https://readthedocs.org/projects/numpy-sugar/badge/?version=latest)](https://numpy-sugar.readthedocs.io/en/latest/?badge=latest)\n\nMissing NumPy functionalities.\n\n## Install\n\nEnter\n\n```bash\npip3 install numpy-sugar\n```\n\nfrom the command-line.\n\n## Running the tests\n\nEnter\n\n```python\npython3 -c \"import numpy_sugar; numpy_sugar.test()\"\n```\n\n\n## Authors\n\n* [Danilo Horta](https://github.com/horta)\n\n## License\n\nThis project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/numpy-sugar/master/LICENSE.md).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Missing NumPy functionalities",
    "version": "1.5.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "497a88525c7fce907e5ccd2c63865e88bc604ca5e4733c7527ecc547ac8bc2aa",
                "md5": "d4790c960573c89cabf22061dfb08f0d",
                "sha256": "9fc8a6c54e7fc471868eb5de81b0591b101667c913c9908a674548da971f5d5e"
            },
            "downloads": -1,
            "filename": "numpy_sugar-1.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4790c960573c89cabf22061dfb08f0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 21068,
            "upload_time": "2023-01-23T11:53:32",
            "upload_time_iso_8601": "2023-01-23T11:53:32.202114Z",
            "url": "https://files.pythonhosted.org/packages/49/7a/88525c7fce907e5ccd2c63865e88bc604ca5e4733c7527ecc547ac8bc2aa/numpy_sugar-1.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c244f01c638533dea32c6c7feb284798d7787396c40b20bc83dcef71dc6db181",
                "md5": "bf3c60da1c920203df996ce68e51777d",
                "sha256": "0d2a8d1d8c21f33d40c6a4fed1d11157e970f2d49581812c9613e52c1c7989ac"
            },
            "downloads": -1,
            "filename": "numpy_sugar-1.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bf3c60da1c920203df996ce68e51777d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 13817,
            "upload_time": "2023-01-23T11:53:34",
            "upload_time_iso_8601": "2023-01-23T11:53:34.002953Z",
            "url": "https://files.pythonhosted.org/packages/c2/44/f01c638533dea32c6c7feb284798d7787396c40b20bc83dcef71dc6db181/numpy_sugar-1.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 11:53:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "limix",
    "github_project": "numpy-sugar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "numpy-sugar"
}
        
Elapsed time: 0.03229s