{ "info": { "author": "John Gentle", "author_email": "jgentle@tacc.utexas.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "===============================\nAdama Library\n===============================\n\n`Adamalib` provides a Python library/SDK for interacting with Adama_.\nIt is designed to be used as a standalone library in the user's local machine to develop Adama microservices.\n\nInstallation\n============\n\nUse `pip`::\n\n pip install git+git://github.com/Arabidopsis-Information-Portal/adamalib.git\n\nIt'll be moved to PyPI as soon as it reaches some stability.\n\nAs an alternative, see `using adamalib in Docker`_ below.\n\n\nUsing adamalib in Docker\n========================\n\nThis repository includes a ``Dockerfile`` and a ``docker-compose.yml``\nfile, which allows a zero installation version of ``adamalib``.\n\nThe only requirement is Docker_ and `docker-compose`_, most likely\nalready installed in your system.\n\nThen, clone this repository and execute ``docker-compose`` as follows:\n\n.. code-block:: bash\n\n $ git clone https://github.com/Arabidopsis-Information-Portal/adamalib.git\n $ cd adamalib\n $ docker-compose build\n $ docker-compose up\n\n(a bug in ``docker-compose`` requires doing the steps ``build`` and ``up`` separately. \nIn the future, only ``up`` will be necessary.)\n\nNavigate to http://localhost:8888 and access the Jupyter_ notebook\nwith password ``adamalib``. The notebook ``Example.ipynb`` contains a\nfull example of use. The notebook ``Provenance.ipynb`` contains an example of\naccessing provenance information from Python.\n\n**Note**: If you are running on a Mac with ``boot2docker``, substitute ``localhost`` by \nthe output of:\n\n.. code-block:: bash\n\n $ boot2docker ip\n\n\nLicense\n=======\n\nFree software: MIT license\n\n.. _Adama: https://github.com/Arabidopsis-Information-Portal/adama\n.. _Docker: https://docs.docker.com/installation/#installation\n.. _docker-compose: https://docs.docker.com/compose/install/\n.. _using adamalib in Docker: https://github.com/Arabidopsis-Information-Portal/adamalib#using-adamalib-in-docker\n.. _Jupyter: http://ipython.org/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Arabidopsis-Information-Portal/adamalib", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Arabidopsis-Information-Portal/adamalib", "keywords": "adamalib", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "adamalib", "package_url": "https://pypi.org/project/adamalib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/adamalib/", "project_urls": { "Download": "https://github.com/Arabidopsis-Information-Portal/adamalib", "Homepage": "https://github.com/Arabidopsis-Information-Portal/adamalib" }, "release_url": "https://pypi.org/project/adamalib/0.1.0/", "requires_dist": [ "PyYAML (==3.11)", "decorator (==3.4.2)", "lxml (==3.4.4)", "networkx (==1.9.1)", "prov (==1.3.1)", "py (==1.4.26)", "pytest (==2.6.4)", "python-dateutil (==2.4.2)", "requests (==2.6.0)", "six (==1.9.0)", "wheel (==0.24.0)" ], "requires_python": "", "summary": "Adama Library", "version": "0.1.0" }, "last_serial": 1951736, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0c780ecb8e52cff295320382aac3d16d", "sha256": "8fd01bba8c5f24b703b411c7d297dc723380a120ca153b08be750297ba17648c" }, "downloads": -1, "filename": "adamalib-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0c780ecb8e52cff295320382aac3d16d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8174, "upload_time": "2016-02-11T19:31:15", "url": "https://files.pythonhosted.org/packages/d4/0b/8e13241a47f9f0240e8921c52c6e63e9e94e03df7b77cf78be8e86a96830/adamalib-0.1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c780ecb8e52cff295320382aac3d16d", "sha256": "8fd01bba8c5f24b703b411c7d297dc723380a120ca153b08be750297ba17648c" }, "downloads": -1, "filename": "adamalib-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0c780ecb8e52cff295320382aac3d16d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8174, "upload_time": "2016-02-11T19:31:15", "url": "https://files.pythonhosted.org/packages/d4/0b/8e13241a47f9f0240e8921c52c6e63e9e94e03df7b77cf78be8e86a96830/adamalib-0.1.0-py2.py3-none-any.whl" } ] }