{ "info": { "author": "Tianyi Li", "author_email": "tianyikillua@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics" ], "description": "# Data-driven solver for truss structures\n\n[![travis](https://img.shields.io/travis/tianyikillua/ddtruss.svg?style=flat-square)](https://travis-ci.org/tianyikillua/ddtruss)\n[![codecov](https://img.shields.io/codecov/c/github/tianyikillua/ddtruss.svg?style=flat-square)](https://codecov.io/gh/tianyikillua/ddtruss)\n[![readthedocs](https://readthedocs.org/projects/ddtruss/badge/?version=latest&style=flat-square)](https://readthedocs.org/projects/ddtruss/?badge=latest)\n[![pypi](https://img.shields.io/pypi/v/ddtruss.svg?style=flat-square)](https://pypi.org/project/ddtruss)\n\nThis repository provides a Python implementation of the data-driven solver for truss structures described in [Kirchdoerfer, T., & Ortiz, M. (2016). Data-driven computational mechanics. Computer Methods in Applied Mechanics and Engineering, 304, 81-101](https://www.sciencedirect.com/science/article/pii/S0045782516300238).\n\n

\n \n

\n\nSome notebook examples can be found in `examples`.\n\nDocumentation is available [here](https://ddtruss.readthedocs.io).\n\n### Installation\n\nTo install `ddtruss`, you are invited to use `pip` and its associated options\n```\npip install -U ddtruss\n```\n\n### Testing\n\nTo run the `ddtruss` unit tests, check out this repository and type\n```\npytest\n```\n\n### License\n\n`ddtruss` is published under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tianyikillua/ddtruss", "keywords": "", "license": "License :: OSI Approved :: MIT License", "maintainer": "", "maintainer_email": "", "name": "ddtruss", "package_url": "https://pypi.org/project/ddtruss/", "platform": "", "project_url": "https://pypi.org/project/ddtruss/", "project_urls": { "Homepage": "https://github.com/tianyikillua/ddtruss" }, "release_url": "https://pypi.org/project/ddtruss/0.0.1/", "requires_dist": [ "numpy", "scipy" ], "requires_python": "", "summary": "Data-driven solver for truss structures", "version": "0.0.1" }, "last_serial": 5682215, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ccd282019b6416f7e0feae466969688f", "sha256": "62c2ad61d1664cf86e53f08f4eec8dfba30d60ce5d6d0dc8a87a1fa3b11f929c" }, "downloads": -1, "filename": "ddtruss-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ccd282019b6416f7e0feae466969688f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6859, "upload_time": "2019-08-15T13:21:02", "url": "https://files.pythonhosted.org/packages/31/4d/9163da319e1d08b45ace91837406275baf0aaca802213472a99dd9e93f55/ddtruss-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89678cb6cdb63a6ad88bf9e43a6701d5", "sha256": "5efd60aacbb6f5583f8575a438777e41b115e7b0e3d600b3a687bd7e24a95021" }, "downloads": -1, "filename": "ddtruss-0.0.1.tar.gz", "has_sig": false, "md5_digest": "89678cb6cdb63a6ad88bf9e43a6701d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5146, "upload_time": "2019-08-15T13:21:05", "url": "https://files.pythonhosted.org/packages/0f/ed/4bddb85dec5392181e940356de5949d7c72938646c4d1b979a06a20cfb54/ddtruss-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccd282019b6416f7e0feae466969688f", "sha256": "62c2ad61d1664cf86e53f08f4eec8dfba30d60ce5d6d0dc8a87a1fa3b11f929c" }, "downloads": -1, "filename": "ddtruss-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ccd282019b6416f7e0feae466969688f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6859, "upload_time": "2019-08-15T13:21:02", "url": "https://files.pythonhosted.org/packages/31/4d/9163da319e1d08b45ace91837406275baf0aaca802213472a99dd9e93f55/ddtruss-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89678cb6cdb63a6ad88bf9e43a6701d5", "sha256": "5efd60aacbb6f5583f8575a438777e41b115e7b0e3d600b3a687bd7e24a95021" }, "downloads": -1, "filename": "ddtruss-0.0.1.tar.gz", "has_sig": false, "md5_digest": "89678cb6cdb63a6ad88bf9e43a6701d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5146, "upload_time": "2019-08-15T13:21:05", "url": "https://files.pythonhosted.org/packages/0f/ed/4bddb85dec5392181e940356de5949d7c72938646c4d1b979a06a20cfb54/ddtruss-0.0.1.tar.gz" } ] }