{ "info": { "author": "Bob Weigel", "author_email": "rweigel@gmu.edu", "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/hapiclient/", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "hapiclient", "package_url": "https://pypi.org/project/hapiclient/", "platform": "", "project_url": "https://pypi.org/project/hapiclient/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/hapiclient/" }, "release_url": "https://pypi.org/project/hapiclient/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Heliophysics API", "version": "0.1.0" }, "last_serial": 5298057, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "ee04d6a2a515d18dad34496770dc6d4a", "sha256": "d55ea152b6d121096a88631eb88b41107889da7517b0764cce180971d54e5440" }, "downloads": -1, "filename": "hapiclient-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ee04d6a2a515d18dad34496770dc6d4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15041, "upload_time": "2018-09-19T16:11:15", "url": "https://files.pythonhosted.org/packages/15/b2/db2bbe4613f03b9a195aed68f2d78f55c5736f97da7ecad7763d1e1a608a/hapiclient-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "0173060da0fafedf64eba6975fe2183d", "sha256": "5f1f0c5d0f7fa8fbb5a6fc93d82894e14cbadbb200451fe62f0bae33da694cbc" }, "downloads": -1, "filename": "hapiclient-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0173060da0fafedf64eba6975fe2183d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15465, "upload_time": "2018-09-21T14:21:45", "url": "https://files.pythonhosted.org/packages/39/00/8385721bbfbcced429ed9597d4f342720fbb3af42bb45d42cfa17a9a0df4/hapiclient-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "d573c3097004e612ac41cf5344054342", "sha256": "fa03c7437bb0b008de9bf3cbfa7a130f64174593884a79fd3c692555d3bbecd3" }, "downloads": -1, "filename": "hapiclient-0.0.5.tar.gz", "has_sig": false, "md5_digest": "d573c3097004e612ac41cf5344054342", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14803, "upload_time": "2018-09-26T16:15:39", "url": "https://files.pythonhosted.org/packages/7b/01/bc024a2b9161f9f5971131c8a73aa364b9a802d0a2bcca88b5a7094724f1/hapiclient-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "a7878ce76c48c5452e5f2cf39162b6e5", "sha256": "e5e619c156f9ebedaa7892ca69ad1eef51f188dc8d283f8252dc6135c3d1af0c" }, "downloads": -1, "filename": "hapiclient-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a7878ce76c48c5452e5f2cf39162b6e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16092, "upload_time": "2018-10-05T13:07:12", "url": "https://files.pythonhosted.org/packages/17/fc/e0481c52cd3c0219616d02c99d5bb240266ef587b665e5ca2c3fb09c5418/hapiclient-0.0.6.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "bf3776adc7db446f602ec6f8c9dcbcc5", "sha256": "0f07016bb984e0f31b0e6ef5a7ef190c88519c059b488d7c31dd827e5decbbdf" }, "downloads": -1, "filename": "hapiclient-0.0.8.tar.gz", "has_sig": false, "md5_digest": "bf3776adc7db446f602ec6f8c9dcbcc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41591, "upload_time": "2019-02-15T03:15:15", "url": "https://files.pythonhosted.org/packages/e5/8f/666d88544da4830c7cad2aa7d567baf47d24250ba8cca9961a47b75f44d4/hapiclient-0.0.8.tar.gz" } ], "0.0.9b0": [ { "comment_text": "", "digests": { "md5": "76dfea2cfc131af8466667f22788e544", "sha256": "935cb8ded09d6f19484e4688cfacceaa366a336342179bb982bd992e5874b927" }, "downloads": -1, "filename": "hapiclient-0.0.9b0.tar.gz", "has_sig": false, "md5_digest": "76dfea2cfc131af8466667f22788e544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42448, "upload_time": "2019-03-10T20:07:02", "url": "https://files.pythonhosted.org/packages/69/ad/77dcaf26231ad05381853fecf34ca941263be03f4992b75605076486ed7b/hapiclient-0.0.9b0.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "448c498b0bae24aea8db2239bf12d94a", "sha256": "f6d104244ab153dc48223acefa0e69a2714cbfe9b3f23db3b9bfb58a5a90cef9" }, "downloads": -1, "filename": "hapiclient-0.1.0.tar.gz", "has_sig": false, "md5_digest": "448c498b0bae24aea8db2239bf12d94a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43903, "upload_time": "2019-05-21T14:14:23", "url": "https://files.pythonhosted.org/packages/8a/b4/bed030dd547ff9bb7eba4ba4898af58399c4ee96521caed821837a040787/hapiclient-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "448c498b0bae24aea8db2239bf12d94a", "sha256": "f6d104244ab153dc48223acefa0e69a2714cbfe9b3f23db3b9bfb58a5a90cef9" }, "downloads": -1, "filename": "hapiclient-0.1.0.tar.gz", "has_sig": false, "md5_digest": "448c498b0bae24aea8db2239bf12d94a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43903, "upload_time": "2019-05-21T14:14:23", "url": "https://files.pythonhosted.org/packages/8a/b4/bed030dd547ff9bb7eba4ba4898af58399c4ee96521caed821837a040787/hapiclient-0.1.0.tar.gz" } ] }