{ "info": { "author": "Jeremy Faden", "author_email": "faden@cottagesystems.com", "bugtrack_url": null, "classifiers": [], "description": "HAPI client for Python 2/3\n==============================\n\nInstallation\n------------\n\nOperating system command line:\n\n.. code:: bash\n\n pip install hapiclient\n\nor\n\n.. code:: bash\n\n pip install https://github.com/hapi-server/client-python\n\nSee the `Appendix <#Appendix>`__ for a fail-safe installation method.\n\nDocumentation\n-------------\n\nAll of the features are extensively demonstrated in the `hapi_demo.ipynb `__ Jupyter Notebook. The notebook shows example usage of the functions in this package that can be copied into a script or onto a Python command line.\n\nTo view the help string on the Python command line after installing `hapiclient` using `pip install hapiclient`, use\n\n.. code:: python\n\n from hapiclient import hapi\n help(hapi)\n\nor\n\n.. code:: python\n\n from hapiclient import hapiplot\n help(hapiplot)\n\nDevelopment\n-----------\n\n.. code:: bash\n\n git clone https://github.com/hapi-server/client-python\n cd client-python; python setup.py develop\n\n(The command python setup.py develop creates symlinks so that the local\npackage is used instead of an installed package. Use\n``pip uninstall hapiclient`` to ensure the local package is used.)\n\nTo run tests before a commit, execute\n\n.. code:: bash\n\n make repository-test\n\nTo run an individual unit test in a Python session, use, e.g.,\n\n.. code:: python\n\n from hapiclient.test.test_hapi import test_reader\n test_reader()\n\nContact\n-------\n\nSubmit bug reports and feature requests on the `repository issue\ntracker `__.\n\nBob Weigel rweigel@gmu.edu\n\nAppendix\n--------\n\nFail-safe installation\n\nPython command line:\n\n.. code:: python\n\n import os\n print(os.popen(\"pip install hapiclient\").read())\n\nThe above executes and displays the output of the operating system\ncommand ``pip install hapiclient`` using the shell environment\nassociated with that installation of Python.\n\nThis method addresses a problem that is sometimes encountered when\nattempting to use ``pip`` packages in Anaconda. To use a ``pip`` package\nin Anaconda, one must use the version of ``pip`` installed with Anaconda\n(it is usually under a subdirectory with the name ``anaconda/``) as\nopposed to the one installed with the operating system. To see the\nlocation of ``pip`` used in a given Python session, enter\n``print(os.popen(\"which pip\").read())``.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/autoplot/", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "autoplot", "package_url": "https://pypi.org/project/autoplot/", "platform": "", "project_url": "https://pypi.org/project/autoplot/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/autoplot/" }, "release_url": "https://pypi.org/project/autoplot/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Interface to Autoplot library", "version": "0.0.1" }, "last_serial": 5381187, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7544880980ebd6df5cb16732111749fc", "sha256": "554cdaed6ae8a874e1122c50d7bef8a111b1599de479a42bc60865a5fa50d6df" }, "downloads": -1, "filename": "autoplot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7544880980ebd6df5cb16732111749fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3720, "upload_time": "2019-05-03T17:33:38", "url": "https://files.pythonhosted.org/packages/bb/7b/62e0c2e36ceca41e7c141ce9cf4ba199140051c82c283ed68ffe34720b68/autoplot-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7544880980ebd6df5cb16732111749fc", "sha256": "554cdaed6ae8a874e1122c50d7bef8a111b1599de479a42bc60865a5fa50d6df" }, "downloads": -1, "filename": "autoplot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7544880980ebd6df5cb16732111749fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3720, "upload_time": "2019-05-03T17:33:38", "url": "https://files.pythonhosted.org/packages/bb/7b/62e0c2e36ceca41e7c141ce9cf4ba199140051c82c283ed68ffe34720b68/autoplot-0.0.1.tar.gz" } ] }