Polytope
========
This is the source repository for ``polytope``, a toolbox for geometric
operations on polytopes in any dimension. Documentation is available in
the directory ``doc/`` and also at https://tulip-control.github.io/polytope/
The directory ``examples/`` contains examples.
Installation
------------
From `PyPI <https://pypi.org/project/polytope/>`_::
pip install polytope
From source::
pip install .
Dependencies
------------
Required: ``numpy``, ``scipy``, ``networkx``.
Optionally, if ``cvxopt`` is installed and
linked to `GLPK <https://en.wikipedia.org/wiki/GNU_Linear_Programming_Kit>`_,
then ``polytope`` will prefer GLPK,
because it is faster than ``scipy``.
For more details, see ``requirements.txt``.
Contact and support
-------------------
* Ask for help on the `tulip-control-users mailing list
<https://sourceforge.net/p/tulip-control/mailman/tulip-control-users>`_
* For release announcements, join the `tulip-control-announce mailing list
<https://sourceforge.net/p/tulip-control/mailman/tulip-control-announce>`_
* Bug reports and feature requests should be made at
https://github.com/tulip-control/polytope/issues
Please check for prior discussion and reports before opening a new issue.
License
-------
Polytope is licensed under the 3-clause BSD license. The full statement is
provided in the file named `LICENSE`.
Acknowledgment
--------------
Polytope was part of the `Temporal Logic Planning Toolbox (TuLiP)
<https://tulip-control.org>`_ before growing to become an independent package.
It originates from changesets 7bb73a9f725572db454a0a5e4957da84bc778f65 and
3178c570ee1ef06eb8ace033f205f51743ac54c6 of `TuLiP
<https://github.com/tulip-control/tulip-control>`_.
Raw data
{
"_id": null,
"home_page": "https://tulip-control.org",
"name": "polytope",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Caltech Control and Dynamical Systems",
"author_email": "polytope@tulip-control.org",
"download_url": "https://files.pythonhosted.org/packages/9a/9e/d7395dc2e02327a90a610f522cb2345a539ec2e3ddc1a5a215b34e4c9090/polytope-0.2.5.tar.gz",
"platform": null,
"description": "Polytope\n========\n\nThis is the source repository for ``polytope``, a toolbox for geometric\noperations on polytopes in any dimension. Documentation is available in\nthe directory ``doc/`` and also at https://tulip-control.github.io/polytope/\nThe directory ``examples/`` contains examples.\n\n\nInstallation\n------------\n\nFrom `PyPI <https://pypi.org/project/polytope/>`_::\n\n pip install polytope\n\nFrom source::\n\n pip install .\n\n\nDependencies\n------------\nRequired: ``numpy``, ``scipy``, ``networkx``.\nOptionally, if ``cvxopt`` is installed and\nlinked to `GLPK <https://en.wikipedia.org/wiki/GNU_Linear_Programming_Kit>`_,\nthen ``polytope`` will prefer GLPK,\nbecause it is faster than ``scipy``.\nFor more details, see ``requirements.txt``.\n\n\nContact and support\n-------------------\n\n* Ask for help on the `tulip-control-users mailing list\n <https://sourceforge.net/p/tulip-control/mailman/tulip-control-users>`_\n* For release announcements, join the `tulip-control-announce mailing list\n <https://sourceforge.net/p/tulip-control/mailman/tulip-control-announce>`_\n* Bug reports and feature requests should be made at\n https://github.com/tulip-control/polytope/issues\n Please check for prior discussion and reports before opening a new issue.\n\n\nLicense\n-------\nPolytope is licensed under the 3-clause BSD license. The full statement is\nprovided in the file named `LICENSE`.\n\n\nAcknowledgment\n--------------\nPolytope was part of the `Temporal Logic Planning Toolbox (TuLiP)\n<https://tulip-control.org>`_ before growing to become an independent package.\nIt originates from changesets 7bb73a9f725572db454a0a5e4957da84bc778f65 and\n3178c570ee1ef06eb8ace033f205f51743ac54c6 of `TuLiP\n<https://github.com/tulip-control/tulip-control>`_.\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Polytope Toolbox",
"version": "0.2.5",
"project_urls": {
"Bug Tracker": "https://github.com/tulip-control/polytope/issues",
"Documentation": "https://tulip-control.github.io/polytope/",
"Homepage": "https://tulip-control.org",
"Source Code": "https://github.com/tulip-control/polytope"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9a9ed7395dc2e02327a90a610f522cb2345a539ec2e3ddc1a5a215b34e4c9090",
"md5": "c606459ae51022a92b64b9ac014aed99",
"sha256": "75712395592e43703986e707474bde962bb6491c09f4bdccfc0ebd4c6c387f09"
},
"downloads": -1,
"filename": "polytope-0.2.5.tar.gz",
"has_sig": false,
"md5_digest": "c606459ae51022a92b64b9ac014aed99",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 54928,
"upload_time": "2024-03-07T07:03:10",
"upload_time_iso_8601": "2024-03-07T07:03:10.120114Z",
"url": "https://files.pythonhosted.org/packages/9a/9e/d7395dc2e02327a90a610f522cb2345a539ec2e3ddc1a5a215b34e4c9090/polytope-0.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-07 07:03:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tulip-control",
"github_project": "polytope",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "polytope"
}