Name | tnsgrt JSON |
Version |
0.6
JSON |
| download |
home_page | |
Summary | Python library with support for analysis and design of Tensegrity structures |
upload_time | 2023-05-23 05:30:41 |
maintainer | |
docs_url | None |
author | |
requires_python | >3.7 |
license | MIT License Copyright (c) 2023 Mauricio de Oliveira 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 |
tensegrity
structures
trusses
|
VCS |
|
bugtrack_url |
|
requirements |
numpy
matplotlib
pandas
scipy
cvxpy
vispy
parameterized
more-itertools
typing-extensions
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# tnsgrt
This package contains classes and functions that facilitate the design and analysis of tensegrity structures.
It started as a matlab toolbox many years ago written by Mauricio de Oliveira and Joseph Cessna, which is now been
ported to Python.
It relies heavily on [numpy](https://numpy.org>), [scipy](https://scipy.org), [pandas](https://pandas.org), and
[cvxpy](https://cvxpy.org) for computations.
Visualization is supported via [matplotlib](https://matplotlib.org) and
[vispy](https://vispy.org).
## Installation
Install with pip by typing:
pip install tnsgrt
## Documentation
See on [read the docs](https://tnsgrt.readthedocs.io).
Raw data
{
"_id": null,
"home_page": "",
"name": "tnsgrt",
"maintainer": "",
"docs_url": null,
"requires_python": ">3.7",
"maintainer_email": "",
"keywords": "Tensegrity,structures,trusses",
"author": "",
"author_email": "\"Mauricio C. de Oliveira\" <mcdeoliveira@duck.com>",
"download_url": "https://files.pythonhosted.org/packages/8f/b2/5d55e68b79a9d7a72832a0867db28ab33c93020bd1c4bca3e9e65f23dd62/tnsgrt-0.6.tar.gz",
"platform": null,
"description": "# tnsgrt\n\nThis package contains classes and functions that facilitate the design and analysis of tensegrity structures.\nIt started as a matlab toolbox many years ago written by Mauricio de Oliveira and Joseph Cessna, which is now been\nported to Python.\n\nIt relies heavily on [numpy](https://numpy.org>), [scipy](https://scipy.org), [pandas](https://pandas.org), and\n[cvxpy](https://cvxpy.org) for computations.\n\nVisualization is supported via [matplotlib](https://matplotlib.org) and\n[vispy](https://vispy.org).\n\n## Installation\n\nInstall with pip by typing:\n\n pip install tnsgrt\n\n## Documentation\n\nSee on [read the docs](https://tnsgrt.readthedocs.io).\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Mauricio de Oliveira 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": "Python library with support for analysis and design of Tensegrity structures",
"version": "0.6",
"project_urls": {
"Homepage": "https://github.com/mcdeoliveira/tensegrity"
},
"split_keywords": [
"tensegrity",
"structures",
"trusses"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cb6390142a62f60a0b5b22f7c500f140072d90bb9831b3aa9c53d8c9e9d53055",
"md5": "1eb91c8f78a3d7309cb5f1230ebfc697",
"sha256": "3ad636b57a084ada3dd80546f68a91512d45686b3907f97d2dc7cbe98ecbe7c3"
},
"downloads": -1,
"filename": "tnsgrt-0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1eb91c8f78a3d7309cb5f1230ebfc697",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">3.7",
"size": 33089,
"upload_time": "2023-05-23T05:30:39",
"upload_time_iso_8601": "2023-05-23T05:30:39.366814Z",
"url": "https://files.pythonhosted.org/packages/cb/63/90142a62f60a0b5b22f7c500f140072d90bb9831b3aa9c53d8c9e9d53055/tnsgrt-0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8fb25d55e68b79a9d7a72832a0867db28ab33c93020bd1c4bca3e9e65f23dd62",
"md5": "2da147b7745b9adb7fcc77ce9e3c8f02",
"sha256": "5425f81b7978c89b36043f352cee03973fb68e9814e4774d2f060ac50e27fad6"
},
"downloads": -1,
"filename": "tnsgrt-0.6.tar.gz",
"has_sig": false,
"md5_digest": "2da147b7745b9adb7fcc77ce9e3c8f02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">3.7",
"size": 1291991,
"upload_time": "2023-05-23T05:30:41",
"upload_time_iso_8601": "2023-05-23T05:30:41.070712Z",
"url": "https://files.pythonhosted.org/packages/8f/b2/5d55e68b79a9d7a72832a0867db28ab33c93020bd1c4bca3e9e65f23dd62/tnsgrt-0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-23 05:30:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mcdeoliveira",
"github_project": "tensegrity",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "scipy",
"specs": [
[
">=",
"1.8"
]
]
},
{
"name": "cvxpy",
"specs": []
},
{
"name": "vispy",
"specs": []
},
{
"name": "parameterized",
"specs": []
},
{
"name": "more-itertools",
"specs": []
},
{
"name": "typing-extensions",
"specs": []
}
],
"lcname": "tnsgrt"
}