{ "info": { "author": "Petar Maric", "author_email": "petarmaric@uns.ac.rs", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics" ], "description": "About\r\n=====\r\n\r\nConsole app and Python API for determining beam integrals of all 6 supported\r\nbeam types, as described in [Milasinovic1997]_. This is a reengineered, advanced\r\nversion of our `previous work`_.\r\n\r\nThis work is a part of the investigation within the research projects:\r\n[ON174027]_ and [TR36017]_, supported by the Ministry for Science and\r\nTechnology, Republic of Serbia. This support is gratefully acknowledged.\r\n\r\n`Continuous integration`_ is powered by `Jenkins`_.\r\n\r\n.. image:: http://ci.petarmaric.com/job/beam_integrals/badge/icon\r\n :target: http://ci.petarmaric.com/job/beam_integrals/\r\n\r\nReferences\r\n----------\r\n\r\n.. [Milasinovic1997]\r\n Mila\u0161inovi\u0107, D.D. \"The Finite Strip Method in Computational Mechanics\".\r\n Faculties of Civil Engineering: University of Novi Sad, Technical University\r\n of Budapest and University of Belgrade: Subotica, Budapest, Belgrade. (1997)\r\n.. [ON174027]\r\n \"Computational Mechanics in Structural Engineering\"\r\n.. [TR36017]\r\n \"Utilization of by-products and recycled waste materials in concrete\r\n composites in the scope of sustainable construction development in Serbia:\r\n investigation and environmental assessment of possible applications\"\r\n\r\n.. _`previous work`: https://bitbucket.org/losmi83/mktn5\r\n.. _`Continuous integration`: http://ci.petarmaric.com/job/beam_integrals/\r\n.. _`Jenkins`: https://jenkins-ci.org/\r\n\r\n\r\nInstallation\r\n============\r\n\r\nTo install beam_integrals run::\r\n\r\n $ pip install beam_integrals\r\n\r\nIt's strongly recommended to install `gmpy`_. Without it code will still run\r\ncorrectly, but much slower at high precision.\r\n\r\n.. _`gmpy`: http://pypi.python.org/pypi/gmpy\r\n\r\n\r\nConsole app usage\r\n=================\r\n\r\nQuick start::\r\n\r\n $ beam_integrals ...\r\n\r\nShow help::\r\n\r\n $ beam_integrals help\r\n\r\n\r\nPython API usage\r\n================\r\n\r\nQuick start::\r\n\r\n >>> from beam_integrals.beam_types import FreeFreeBeam\r\n >>> from beam_integrals.integrals import I1, integrate\r\n >>> integrate(I1(), FreeFreeBeam(), a=1., m=1, n=1, error=True)\r\n\r\n\r\nContribute\r\n==========\r\n\r\nIf you find any bugs, or wish to propose new features `please let us know`_.\r\n\r\nIf you'd like to contribute, simply fork `the repository`_, commit your changes\r\nand send a pull request. Make sure you add yourself to `AUTHORS`_.\r\n\r\n.. _`please let us know`: https://github.com/petarmaric/beam_integrals/issues/new\r\n.. _`the repository`: https://github.com/petarmaric/beam_integrals\r\n.. _`AUTHORS`: https://github.com/petarmaric/beam_integrals/blob/master/AUTHORS\r\n\r\n\r\nNew in beam_integrals 1.1.0\r\n===========================\r\n\r\nFeature additions\r\n-----------------\r\n\r\n * Added a heuristic to help guessing the scale function/factor, as per the\r\n section 3.4 of my PhD thesis.\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/petarmaric/beam_integrals/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "beam_integrals", "package_url": "https://pypi.org/project/beam_integrals/", "platform": "any", "project_url": "https://pypi.org/project/beam_integrals/", "project_urls": { "Homepage": "https://github.com/petarmaric/beam_integrals/" }, "release_url": "https://pypi.org/project/beam_integrals/1.1.2/", "requires_dist": null, "requires_python": "", "summary": "Console app and Python API for determining beam integrals of all 6 supported beam types, as described in D.D. Milasinovic, \"The Finite Strip Method in Computational Mechanics\" (ISBN 8680297194)", "version": "1.1.2" }, "last_serial": 5741057, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5f06ebc022f19739db98930e206216d1", "sha256": "849b08a7a6d6e1e2ec1d93d8829d7217c546017f6cf865655bd421aba92ffe25" }, "downloads": -1, "filename": "beam_integrals-1.0.0.zip", "has_sig": false, "md5_digest": "5f06ebc022f19739db98930e206216d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24164, "upload_time": "2015-09-03T18:38:43", "url": "https://files.pythonhosted.org/packages/a2/28/0f12651339d6969fb2c0bf097af4324a47e6ea996fff207b2a902a89ec46/beam_integrals-1.0.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "ae801839d39cdaf6b43040c95166566c", "sha256": "33265a640271183ee5166dd55e85815a682cc84e4a690f27e01abfa05827c101" }, "downloads": -1, "filename": "beam_integrals-1.1.0.zip", "has_sig": false, "md5_digest": "ae801839d39cdaf6b43040c95166566c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25255, "upload_time": "2015-10-06T23:41:02", "url": "https://files.pythonhosted.org/packages/fa/40/b17154e6b13ece654000fe6c9a9b28b8bfa7df3ee4441f47a99967b81fa6/beam_integrals-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "77d267258dc7f31f3d11ffc180a28d73", "sha256": "265a88dd85138d5f381b6ab6cc257639f5f7a346dda0684903b778bb4982ba31" }, "downloads": -1, "filename": "beam_integrals-1.1.1.tar.gz", "has_sig": false, "md5_digest": "77d267258dc7f31f3d11ffc180a28d73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18637, "upload_time": "2017-11-12T23:34:18", "url": "https://files.pythonhosted.org/packages/2e/55/ba9f213ea6310f112397948ce67b84f1a2c4f17ac340b39c14da18d30e72/beam_integrals-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "e484f4a31bd608e835c573ff130b4544", "sha256": "ea0cc24b1b5c4de5d3d7bce76a3f4ede6412f7dde54cf9ed354ff121c55262cf" }, "downloads": -1, "filename": "beam_integrals-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "e484f4a31bd608e835c573ff130b4544", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14088, "upload_time": "2019-08-28T07:04:07", "url": "https://files.pythonhosted.org/packages/d2/7a/f7e8ad32f92cd4de2921b73d7a51257587bbee11678dda9fc70686145c5b/beam_integrals-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f5dcf61fb3bbfde82943a9a4e1a5482", "sha256": "44b6a4c56590092569f3cca5bfd9ad94166e322e6c9a84741d833bdada8201a3" }, "downloads": -1, "filename": "beam_integrals-1.1.2.tar.gz", "has_sig": false, "md5_digest": "2f5dcf61fb3bbfde82943a9a4e1a5482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12223, "upload_time": "2019-08-28T07:04:04", "url": "https://files.pythonhosted.org/packages/13/cb/d3f484df66c2de46f4e4e3f494d010a4d9af0063636784086345bcea66ac/beam_integrals-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e484f4a31bd608e835c573ff130b4544", "sha256": "ea0cc24b1b5c4de5d3d7bce76a3f4ede6412f7dde54cf9ed354ff121c55262cf" }, "downloads": -1, "filename": "beam_integrals-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "e484f4a31bd608e835c573ff130b4544", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14088, "upload_time": "2019-08-28T07:04:07", "url": "https://files.pythonhosted.org/packages/d2/7a/f7e8ad32f92cd4de2921b73d7a51257587bbee11678dda9fc70686145c5b/beam_integrals-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f5dcf61fb3bbfde82943a9a4e1a5482", "sha256": "44b6a4c56590092569f3cca5bfd9ad94166e322e6c9a84741d833bdada8201a3" }, "downloads": -1, "filename": "beam_integrals-1.1.2.tar.gz", "has_sig": false, "md5_digest": "2f5dcf61fb3bbfde82943a9a4e1a5482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12223, "upload_time": "2019-08-28T07:04:04", "url": "https://files.pythonhosted.org/packages/13/cb/d3f484df66c2de46f4e4e3f494d010a4d9af0063636784086345bcea66ac/beam_integrals-1.1.2.tar.gz" } ] }