gsoup


Namegsoup JSON
Version 0.2.3 PyPI version JSON
download
home_page
SummaryA geoemtry & graphics library with focus on clarity rather than performance.
upload_time2023-11-11 11:25:46
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 Yotam Erel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords geometry graphics autograd vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gsoup

## In a nutshell
A python library implementing various geometry / graphics algorithms, with focus on clarity rather than performance.

## Long version
This library is the result of me getting tired of replicating pieces of utility code to do similar work across different projects. I decided to push any fundamental piece of code into this repository. The focus is on clarity and concisness for all implementations, but here and there some immediate/easy performance gains are used.

The majority of the code uses numpy, but some effort has been made to also be compatible with pytorch for GPU computations, as many of my interests rely on a strong auto-differentiaion (and GPU enabled) package.

All the code is used for self-educational purposes and to facilitate faster research of concepts in graphics, and specifically for applications in AR.

## Installation
`pip install gsoup`

## Usage
`import gsoup`

## Developers
`git clone https://github.com/yoterel/gsoup.git`

`cd gsoup`

`pip install -e .[dev]`

Feel free to submit pull requests (run the tests first).

## Build
`bumpver update --no-fetch --patch`

`python -m build`

`twine check dist/*`

`twine upload dist/*`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gsoup",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "geometry,graphics,autograd,vision",
    "author": "",
    "author_email": "Yotam Erel <erelyotam@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5a/08/454952797fc0265a9888fedcf92b9bb50c0eb48314fc0454d71300ff611a/gsoup-0.2.3.tar.gz",
    "platform": null,
    "description": "# gsoup\r\n\r\n## In a nutshell\r\nA python library implementing various geometry / graphics algorithms, with focus on clarity rather than performance.\r\n\r\n## Long version\r\nThis library is the result of me getting tired of replicating pieces of utility code to do similar work across different projects. I decided to push any fundamental piece of code into this repository. The focus is on clarity and concisness for all implementations, but here and there some immediate/easy performance gains are used.\r\n\r\nThe majority of the code uses numpy, but some effort has been made to also be compatible with pytorch for GPU computations, as many of my interests rely on a strong auto-differentiaion (and GPU enabled) package.\r\n\r\nAll the code is used for self-educational purposes and to facilitate faster research of concepts in graphics, and specifically for applications in AR.\r\n\r\n## Installation\r\n`pip install gsoup`\r\n\r\n## Usage\r\n`import gsoup`\r\n\r\n## Developers\r\n`git clone https://github.com/yoterel/gsoup.git`\r\n\r\n`cd gsoup`\r\n\r\n`pip install -e .[dev]`\r\n\r\nFeel free to submit pull requests (run the tests first).\r\n\r\n## Build\r\n`bumpver update --no-fetch --patch`\r\n\r\n`python -m build`\r\n\r\n`twine check dist/*`\r\n\r\n`twine upload dist/*`\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Yotam Erel  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A geoemtry & graphics library with focus on clarity rather than performance.",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/yoterel/gsoup"
    },
    "split_keywords": [
        "geometry",
        "graphics",
        "autograd",
        "vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94c40805f52bc0044834793547a9b12a610bbc97c53a3cb29df6b13c108f722c",
                "md5": "c34518b77ae2271938a4baeed1d5dbaa",
                "sha256": "aa83276720f89885b1dc81e62bafa18a48d434a9e1c91422de1f6ac52ab3da78"
            },
            "downloads": -1,
            "filename": "gsoup-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c34518b77ae2271938a4baeed1d5dbaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 222248,
            "upload_time": "2023-11-11T11:25:44",
            "upload_time_iso_8601": "2023-11-11T11:25:44.753813Z",
            "url": "https://files.pythonhosted.org/packages/94/c4/0805f52bc0044834793547a9b12a610bbc97c53a3cb29df6b13c108f722c/gsoup-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a08454952797fc0265a9888fedcf92b9bb50c0eb48314fc0454d71300ff611a",
                "md5": "6e14c352d6648eba4a9e968fbde05723",
                "sha256": "7762a47f581d4e56e0b2be8b962ba44c72c0a669e4e43762374a5a3e195c1bf4"
            },
            "downloads": -1,
            "filename": "gsoup-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6e14c352d6648eba4a9e968fbde05723",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 223944,
            "upload_time": "2023-11-11T11:25:46",
            "upload_time_iso_8601": "2023-11-11T11:25:46.931614Z",
            "url": "https://files.pythonhosted.org/packages/5a/08/454952797fc0265a9888fedcf92b9bb50c0eb48314fc0454d71300ff611a/gsoup-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 11:25:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yoterel",
    "github_project": "gsoup",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gsoup"
}
        
Elapsed time: 0.15344s