{ "info": { "author": "Petar Maric", "author_email": "petarmaric@uns.ac.rs", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Database", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics" ], "description": "About\r\n=====\r\n\r\nPython library that dynamically constructs a PyTables where condition from the\r\nsupplied keyword arguments.\r\n\r\nThis work is a part of the investigation within the research project\r\n[ON174027]_, supported by the Ministry for Science and Technology, Republic of\r\nSerbia. This support is gratefully acknowledged.\r\n\r\nReferences\r\n----------\r\n\r\n.. [ON174027]\r\n \"Computational Mechanics in Structural Engineering\"\r\n\r\nInstallation\r\n============\r\n\r\nTo install dynamic_pytables_where_condition run::\r\n\r\n $ pip install dynamic_pytables_where_condition\r\n\r\nUsage examples\r\n==============\r\n\r\nQuick start::\r\n\r\n >>> from dynamic_pytables_where_condition import construct_where_condition\r\n\r\n >>> construct_where_condition()\r\n ''\r\n\r\n >>> construct_where_condition(t_b_min=4.0, t_b_max=8.0, a_min=2000.0)\r\n '(a >= 2000.0) & (t_b <= 8.0) & (t_b >= 4.0)'\r\n\r\n >>> construct_where_condition(t_b_fix=4.0, t_b_max=None, a_min=None)\r\n '(t_b == 4.0)'\r\n\r\nPlease see the `fsm_modal_analysis`_ source code for more examples.\r\n\r\n.. _`fsm_modal_analysis`: https://github.com/petarmaric/fsm_modal_analysis\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/dynamic_pytables_where_condition/issues/new\r\n.. _`the repository`: https://github.com/petarmaric/dynamic_pytables_where_condition\r\n.. _`AUTHORS`: https://github.com/petarmaric/dynamic_pytables_where_condition/blob/master/AUTHORS\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/dynamic_pytables_where_condition", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "dynamic_pytables_where_condition", "package_url": "https://pypi.org/project/dynamic_pytables_where_condition/", "platform": "any", "project_url": "https://pypi.org/project/dynamic_pytables_where_condition/", "project_urls": { "Homepage": "https://github.com/petarmaric/dynamic_pytables_where_condition" }, "release_url": "https://pypi.org/project/dynamic_pytables_where_condition/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python library that dynamically constructs a PyTables where condition from the supplied keyword arguments.", "version": "1.1.1" }, "last_serial": 5758817, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4e79c1b663f88f714037282d9091de17", "sha256": "5b746f25d1384a7944d9881568b905371183ed77c2294c4601f190c407894019" }, "downloads": -1, "filename": "dynamic_pytables_where_condition-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4e79c1b663f88f714037282d9091de17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3333, "upload_time": "2018-02-06T11:19:09", "url": "https://files.pythonhosted.org/packages/49/98/8fd15860e9aaa7d6eea83eca7c1a62018adcf70757ffa74a1a1b47dbea7a/dynamic_pytables_where_condition-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a5ef00aeab86abba1712cfd20a9b8105", "sha256": "b499ba6661710e7984ef21ff2ae871b761590416c0292043a1f97d6344450acb" }, "downloads": -1, "filename": "dynamic_pytables_where_condition-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a5ef00aeab86abba1712cfd20a9b8105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3481, "upload_time": "2018-02-07T11:31:04", "url": "https://files.pythonhosted.org/packages/ee/97/c34967dc551f1984bd2756a54ba9c31f8e246d81928553c81b0191a6816e/dynamic_pytables_where_condition-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3a2885ce163734d9bb3cc61669d315d2", "sha256": "5802ba765a292659539fcf43aafaef1a1658ba9b44fea30ae9d7f7dc1ece2cb6" }, "downloads": -1, "filename": "dynamic_pytables_where_condition-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "3a2885ce163734d9bb3cc61669d315d2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4364, "upload_time": "2019-08-30T07:36:47", "url": "https://files.pythonhosted.org/packages/7b/a0/480ca489450c3df2ab98735161ff5aaec01b08e5b99e6a30b9eb52c2103b/dynamic_pytables_where_condition-1.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eeeae5b981dc8343aa2d686c0a576382", "sha256": "b6a13d52d6e0d9255cbb71a11bf0a213444aa987fe54456849874a84be387b6a" }, "downloads": -1, "filename": "dynamic_pytables_where_condition-1.1.1.tar.gz", "has_sig": false, "md5_digest": "eeeae5b981dc8343aa2d686c0a576382", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3539, "upload_time": "2019-08-30T07:36:45", "url": "https://files.pythonhosted.org/packages/f7/52/48e28519fdb8e21aa5fb1ffa9537f1b4ff7a5c0cf4495f97ee1fe47d4d6e/dynamic_pytables_where_condition-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a2885ce163734d9bb3cc61669d315d2", "sha256": "5802ba765a292659539fcf43aafaef1a1658ba9b44fea30ae9d7f7dc1ece2cb6" }, "downloads": -1, "filename": "dynamic_pytables_where_condition-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "3a2885ce163734d9bb3cc61669d315d2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4364, "upload_time": "2019-08-30T07:36:47", "url": "https://files.pythonhosted.org/packages/7b/a0/480ca489450c3df2ab98735161ff5aaec01b08e5b99e6a30b9eb52c2103b/dynamic_pytables_where_condition-1.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eeeae5b981dc8343aa2d686c0a576382", "sha256": "b6a13d52d6e0d9255cbb71a11bf0a213444aa987fe54456849874a84be387b6a" }, "downloads": -1, "filename": "dynamic_pytables_where_condition-1.1.1.tar.gz", "has_sig": false, "md5_digest": "eeeae5b981dc8343aa2d686c0a576382", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3539, "upload_time": "2019-08-30T07:36:45", "url": "https://files.pythonhosted.org/packages/f7/52/48e28519fdb8e21aa5fb1ffa9537f1b4ff7a5c0cf4495f97ee1fe47d4d6e/dynamic_pytables_where_condition-1.1.1.tar.gz" } ] }