{ "info": { "author": "Kortemme Lab, UCSF", "author_email": "support@kortemmelab.ucsf.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "kddg - The Kortemme Lab DDG Database Repository\n===============================================\n\nDatabase APIs for a database used by our lab to store data about mutageneses, macromolecular complexes, experimental measurements, and computational methods. This database is used primarily for DDG predictions at present.\n\nNote: This code is unsupported and provided as is (see LICENSE).\n\nCoding convention\n=================\n\n- General rules : The PEP 8 conventions (https://www.python.org/dev/peps/pep-0008/) are mostly sensible.\n- Blank lines : See \"Blank Lines\" in PEP 8. Particularly, surround top-level function and class definitions with two blank lines.\n- Line length : Can be more than 79 characters long. We have widescreen technology.\n- Whitespace : Use spaces instead of tabs, with indents set to 4 spaces.\n- Natural language : Please do not use contractions.\n- Nerdy references : Allowed / encouraged.\n- Shiny? : Shiny! See above.\n\nInstallation\n============\n\nOnce the PyPI package is up and running (it is currently not)...\n\nThis package can be installed via:\n::\n pip install kddg\n\nTo install via pip and allow git push/pulling, use:\n\nIn a virtualenv:\n::\n pip install -e git+ssh://git@github.com/Kortemme-Lab/kddg.git#egg=Package\n\nIn your user-directory:\n::\n pip install --user -e git+ssh://git@github.com/Kortemme-Lab/kddg.git#egg=Package\n\nIn your user-directory, without using SSH:\n::\n pip install --user -e git+https://github.com/Kortemme-Lab/kddg.git#egg=Package", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Kortemme-Lab/kddg/tarball/0.29", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Kortemme-Lab/kddg", "keywords": "database,api,biophysics", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "kddg", "package_url": "https://pypi.org/project/kddg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kddg/", "project_urls": { "Download": "https://github.com/Kortemme-Lab/kddg/tarball/0.29", "Homepage": "https://github.com/Kortemme-Lab/kddg" }, "release_url": "https://pypi.org/project/kddg/0.29/", "requires_dist": null, "requires_python": null, "summary": "Database APIs for managing mutageneses, macromolecular complexes, experimental measurements, and computational methods for our lab.", "version": "0.29" }, "last_serial": 2156001, "releases": { "0.29": [] }, "urls": [] }