conics


Nameconics JSON
Version 0.1.0a1 PyPI version JSON
download
home_pageNone
SummaryConic sections library
upload_time2024-11-13 13:21:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords circle ellipse hyperbola parabola
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Conics

![Linux](https://github.com/sergiud/conics/actions/workflows/linux.yml/badge.svg)
[![codecov](https://codecov.io/gh/sergiud/conics/graph/badge.svg?token=89OIQDFWHV)](https://codecov.io/gh/sergiud/conics)
[![Documentation Status](https://readthedocs.org/projects/conics/badge/?version=latest)](https://conics.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/conics)


Conics is a library for managing conic sections (or simply *conics*).

## Features

* Conics construction and transformation
* Algebraic and geometric fitting and conditioning
* Computing intersections of conics
* 5-D pose estimation of the supporting plane of an ellipse

## License

The library is provided under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "conics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "circle, ellipse, hyperbola, parabola",
    "author": null,
    "author_email": "Sergiu Deitsch <sergiu.deitsch@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/01/0f/4930b7045a5ed614f2f2d514a2435e70ba220695d61955ddb047da50cc14/conics-0.1.0a1.tar.gz",
    "platform": null,
    "description": "# Conics\n\n![Linux](https://github.com/sergiud/conics/actions/workflows/linux.yml/badge.svg)\n[![codecov](https://codecov.io/gh/sergiud/conics/graph/badge.svg?token=89OIQDFWHV)](https://codecov.io/gh/sergiud/conics)\n[![Documentation Status](https://readthedocs.org/projects/conics/badge/?version=latest)](https://conics.readthedocs.io/en/latest/?badge=latest)\n![PyPI - Version](https://img.shields.io/pypi/v/conics)\n\n\nConics is a library for managing conic sections (or simply *conics*).\n\n## Features\n\n* Conics construction and transformation\n* Algebraic and geometric fitting and conditioning\n* Computing intersections of conics\n* 5-D pose estimation of the supporting plane of an ellipse\n\n## License\n\nThe library is provided under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Conic sections library",
    "version": "0.1.0a1",
    "project_urls": {
        "Documentation": "https://conics.readthedocs.io",
        "Issues": "https://github.com/sergiud/conics/issues",
        "Source": "https://github.com/sergiud/conics"
    },
    "split_keywords": [
        "circle",
        " ellipse",
        " hyperbola",
        " parabola"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ed4afe6e58b4090c756abf55a44ce4a662f010dc158468e600fa2c64d1853ef",
                "md5": "d9f96312809b3b67fbfb0b00bd11fde5",
                "sha256": "53ed28cd850df5420eb16571349598579df7aed92cfbfb092bcf142a8ce5107e"
            },
            "downloads": -1,
            "filename": "conics-0.1.0a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9f96312809b3b67fbfb0b00bd11fde5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 26984,
            "upload_time": "2024-11-13T13:21:50",
            "upload_time_iso_8601": "2024-11-13T13:21:50.947968Z",
            "url": "https://files.pythonhosted.org/packages/8e/d4/afe6e58b4090c756abf55a44ce4a662f010dc158468e600fa2c64d1853ef/conics-0.1.0a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "010f4930b7045a5ed614f2f2d514a2435e70ba220695d61955ddb047da50cc14",
                "md5": "625011de1a47077d169eb0fc23be33ea",
                "sha256": "d79dd0e3e9bbeaa087cb9cc7660bdf30ae7733aaead6c01e95532f77711faf13"
            },
            "downloads": -1,
            "filename": "conics-0.1.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "625011de1a47077d169eb0fc23be33ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 36977,
            "upload_time": "2024-11-13T13:21:52",
            "upload_time_iso_8601": "2024-11-13T13:21:52.227687Z",
            "url": "https://files.pythonhosted.org/packages/01/0f/4930b7045a5ed614f2f2d514a2435e70ba220695d61955ddb047da50cc14/conics-0.1.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 13:21:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sergiud",
    "github_project": "conics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "conics"
}
        
Elapsed time: 1.22481s