{ "info": { "author": "Ruben van Staden", "author_email": "rubenvanstaden@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# ExVerify\n\nExVerify uses the Yuna package to generate a graph network from the layer polygons\nof a superconducting circuit. Therefore, make sure you install the [Yuna](https://github.com/rubenvanstaden/Yuna)\nand the [gdspy](https://github.com/rubenvanstaden/gdspy) packages. \nFor the time being they have to be installed from source.\n\n## User \n\nSetup for the normal user.\n\n### Depenencies\n\nOn Fedora install the following:\n\n```\nsudo dnf install redhat-rpm-config\nsudo dnf install gcc-c++\nsudo dnf install python3-devel\nsudo dnf install tkinter\nsudo dnf install gmsh\n```\n\n### Installation\n\nYou can install ExVerify directly from the Python package manager *pip* using:\n\n```\nsudo pip3 install auron\n```\n\n## Developers\n\nDocumentation for developers for maintaining and extending.\n\n### Installation\n\nTo instead install ExVerify from source, clone this repository, *cd* into it, and run:\n\n```\nsudo pip3 install -r requirements.txt\nsudo pip3 install .\nsudo pip3 install -e .\n```\n\nUploading package to PyPi using *twine*:\n\nRemember to remove all Eggs before doing a push to PyPi.\n\n```\nsudo python3 setup.py bdist_wheel\ntwine upload dist/*\n```\n\nUnit testing overview: http://docs.python-guide.org/en/latest/writing/tests/\n\n### Documentation\n\nIf you want to generate the docs make sure the Napoleon package is installed:\n\n```\nsudo pip3 install sphinxcontrib-napoleon\n```\n\nCoding standards for parsing the correct docs is given in: \n* https://sphinxcontrib-napoleon.readthedocs.io/en/latest/\n* https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rubenvanstaden/exverify", "keywords": "exverify", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "exverify", "package_url": "https://pypi.org/project/exverify/", "platform": "", "project_url": "https://pypi.org/project/exverify/", "project_urls": { "Homepage": "https://github.com/rubenvanstaden/exverify" }, "release_url": "https://pypi.org/project/exverify/1.0.0/", "requires_dist": [ "auron", "yuna", "networkx", "docopt", "pygmsh", "pandoc", "scipy", "termcolor", "plotly", "pytest" ], "requires_python": "", "summary": "", "version": "1.0.0" }, "last_serial": 3853319, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "756a1f9354d9812b7e83b197c7306500", "sha256": "4d271399d0c21ff48ad95296ebe1980fdb6d56af4048e880245b9828e1a7107c" }, "downloads": -1, "filename": "exverify-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "756a1f9354d9812b7e83b197c7306500", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15852, "upload_time": "2018-05-11T08:17:07", "url": "https://files.pythonhosted.org/packages/ce/b6/16946e249ab0a63a2f72dc4f4c59853db2ecb9e05d1df6954c00a98a527c/exverify-1.0.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "756a1f9354d9812b7e83b197c7306500", "sha256": "4d271399d0c21ff48ad95296ebe1980fdb6d56af4048e880245b9828e1a7107c" }, "downloads": -1, "filename": "exverify-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "756a1f9354d9812b7e83b197c7306500", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15852, "upload_time": "2018-05-11T08:17:07", "url": "https://files.pythonhosted.org/packages/ce/b6/16946e249ab0a63a2f72dc4f4c59853db2ecb9e05d1df6954c00a98a527c/exverify-1.0.0-py2.py3-none-any.whl" } ] }