{ "info": { "author": "R. Kretz", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "# pybow\n\npybow is a Python library collecting calculation methods related to archery.\n\n## Purpose\n\npybow aims to (eventually) be a comprehensive collection of tools for archaeologists, data scientists, and maths-headed archery and bowyery enthusiasts.\n\nTo this end, pybow provides the `pb.Bow` object as a convenient way to describe bows by their measurements and bundled metadata, as well as implementations of analysis methods from scientific literature for easy reuse.\n\nEventually, the collection of methods shall be expanded, and complemented by tools helping in bow construction.\n\n### Implemented Methods and Tools\n\n* Analysis method of Beckhoff, from Beckhoff, K 1964, \u2018Der Eibenbogen von Vrees\u2019, Die Kunde N.F. 15 pp. 113\u2013125\n* Analysis method of Junkmanns, from Junkmanns, J 2013, *Pfeil und Bogen*, Verlag Angelike H\u00f6rnig, Ludwigshafen.\n\n## Code & Installation\n\npybow\u2019s source code is hosted at this Gitlab repo:\nhttps://gitlab.com/gekitsu/pybow\n\nInstallation from PyPi via pip:\n\n```sh\n$ pip install pybow\n```\n\n## Dependencies\n\npybow has the following dependencies:\n\n* `numpy`\n* `pandas`\n* `ruamel.yaml`\n\n## Documentation\n\npybow documentation is hosted on readthedocs:\nhttps://pybow.readthedocs.io/\n\n## Changelog\n\n* 0.1.0: Initial release.\n\t* the `pb.Bow` object for describing bows in Python\n\t* analysis methods: `beckhoff1964()` & `junkmanns2013()`\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://gitlab.com/gekitsu/pybow", "keywords": "archery archaeology bowyery", "license": "", "maintainer": "", "maintainer_email": "", "name": "pybow", "package_url": "https://pypi.org/project/pybow/", "platform": "", "project_url": "https://pypi.org/project/pybow/", "project_urls": { "Homepage": "https://gitlab.com/gekitsu/pybow" }, "release_url": "https://pypi.org/project/pybow/0.1/", "requires_dist": [ "numpy", "pandas", "ruamel.yaml", "sphinx; extra == 'dev'", "pytest; extra == 'test'" ], "requires_python": "", "summary": "A collection of archery-focused calculation methods", "version": "0.1" }, "last_serial": 4223429, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "add552c8c9c83a9482bd61fe94e098ab", "sha256": "354908078984065a54c1d0a46103cee7a59c7ec2f1f580c0979407897d75ab1e" }, "downloads": -1, "filename": "pybow-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "add552c8c9c83a9482bd61fe94e098ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17768, "upload_time": "2018-08-30T17:48:40", "url": "https://files.pythonhosted.org/packages/a1/9c/7a896e396387f615bd024e8a3e8d3db1b0b397ddae57f60df782f92272c6/pybow-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "370bb79d641e176730dfca721926345e", "sha256": "44d77c6238ee63a88ce8a4d3074563df0a4c485f6bd03ef8dd3f3e61920025cf" }, "downloads": -1, "filename": "pybow-0.1.tar.gz", "has_sig": false, "md5_digest": "370bb79d641e176730dfca721926345e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15698, "upload_time": "2018-08-30T17:48:42", "url": "https://files.pythonhosted.org/packages/2f/ad/d7ff397bdc086ba9280f14fbd1b709243347e48a4c16b53f003d1385f9fc/pybow-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "add552c8c9c83a9482bd61fe94e098ab", "sha256": "354908078984065a54c1d0a46103cee7a59c7ec2f1f580c0979407897d75ab1e" }, "downloads": -1, "filename": "pybow-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "add552c8c9c83a9482bd61fe94e098ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17768, "upload_time": "2018-08-30T17:48:40", "url": "https://files.pythonhosted.org/packages/a1/9c/7a896e396387f615bd024e8a3e8d3db1b0b397ddae57f60df782f92272c6/pybow-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "370bb79d641e176730dfca721926345e", "sha256": "44d77c6238ee63a88ce8a4d3074563df0a4c485f6bd03ef8dd3f3e61920025cf" }, "downloads": -1, "filename": "pybow-0.1.tar.gz", "has_sig": false, "md5_digest": "370bb79d641e176730dfca721926345e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15698, "upload_time": "2018-08-30T17:48:42", "url": "https://files.pythonhosted.org/packages/2f/ad/d7ff397bdc086ba9280f14fbd1b709243347e48a4c16b53f003d1385f9fc/pybow-0.1.tar.gz" } ] }