{ "info": { "author": "Mike Halagan", "author_email": "mhalagan@nmdp.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "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", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# swagger_client\nAllows to store and return haplotype frequency data\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build date: 2017-11-13T05:17:08.843-06:00\n- Build package: class io.swagger.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport swagger_client \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport swagger_client\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nimport time\nimport swagger_client\nfrom swagger_client.rest import ApiException\nfrom pprint import pprint\n# create an instance of the API class\napi_instance = swagger_client.DefaultApi\n\ntry:\n api_response = api_instance.hfc_get()\n pprint(api_response)\nexcept ApiException as e:\n print \"Exception when calling DefaultApi->hfc_get: %s\\n\" % e\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**hfc_get**](docs/DefaultApi.md#hfc_get) | **GET** /hfc | \n*DefaultApi* | [**hfc_population_get**](docs/DefaultApi.md#hfc_population_get) | **GET** /hfc/population | \n*DefaultApi* | [**hfc_population_population_id_get**](docs/DefaultApi.md#hfc_population_population_id_get) | **GET** /hfc/population/{populationId} | \n*DefaultApi* | [**hfc_post**](docs/DefaultApi.md#hfc_post) | **POST** /hfc | \n*DefaultApi* | [**hfc_submission_id_cohort_get**](docs/DefaultApi.md#hfc_submission_id_cohort_get) | **GET** /hfc/{submissionId}/cohort | \n*DefaultApi* | [**hfc_submission_id_get**](docs/DefaultApi.md#hfc_submission_id_get) | **GET** /hfc/{submissionId} | \n*DefaultApi* | [**hfc_submission_id_haplotypes_get**](docs/DefaultApi.md#hfc_submission_id_haplotypes_get) | **GET** /hfc/{submissionId}/haplotypes | \n*DefaultApi* | [**hfc_submission_id_labels_get**](docs/DefaultApi.md#hfc_submission_id_labels_get) | **GET** /hfc/{submissionId}/labels | \n*DefaultApi* | [**hfc_submission_id_population_get**](docs/DefaultApi.md#hfc_submission_id_population_get) | **GET** /hfc/{submissionId}/population | \n*DefaultApi* | [**hfc_submission_id_scope_get**](docs/DefaultApi.md#hfc_submission_id_scope_get) | **GET** /hfc/{submissionId}/scope | \n*PopulationAPIApi* | [**create_population**](docs/PopulationAPIApi.md#create_population) | **POST** /population | Create Population\n*PopulationAPIApi* | [**get_all_populations**](docs/PopulationAPIApi.md#get_all_populations) | **GET** /population | Get a list of all populations\n*PopulationAPIApi* | [**get_population_for_id**](docs/PopulationAPIApi.md#get_population_for_id) | **GET** /population/{populationId} | Get Population Given an Id\n\n\n## Documentation For Models\n\n - [AccessData](docs/AccessData.md)\n - [CohortData](docs/CohortData.md)\n - [Error](docs/Error.md)\n - [FrequencyError](docs/FrequencyError.md)\n - [Genotype](docs/Genotype.md)\n - [GenotypeList](docs/GenotypeList.md)\n - [GenotypeMethod](docs/GenotypeMethod.md)\n - [HFCurationListResponse](docs/HFCurationListResponse.md)\n - [HFCurationRequest](docs/HFCurationRequest.md)\n - [HFCurationResponse](docs/HFCurationResponse.md)\n - [HaplotypeFrequency](docs/HaplotypeFrequency.md)\n - [HaplotypeFrequencyData](docs/HaplotypeFrequencyData.md)\n - [Label](docs/Label.md)\n - [LabelData](docs/LabelData.md)\n - [LabelList](docs/LabelList.md)\n - [License](docs/License.md)\n - [Method](docs/Method.md)\n - [MethodData](docs/MethodData.md)\n - [MethodList](docs/MethodList.md)\n - [PopulationData](docs/PopulationData.md)\n - [PopulationRequest](docs/PopulationRequest.md)\n - [PopulationResponse](docs/PopulationResponse.md)\n - [PopulationSubmissionData](docs/PopulationSubmissionData.md)\n - [PopulationSubmissionResponse](docs/PopulationSubmissionResponse.md)\n - [Quality](docs/Quality.md)\n - [ResolutionData](docs/ResolutionData.md)\n - [ResolutionInfo](docs/ResolutionInfo.md)\n - [ScopeData](docs/ScopeData.md)\n - [ScopeElement](docs/ScopeElement.md)\n\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n\n## Author\n\n\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nmdp-bioinformatics/service-haplotype-frequency-curation", "keywords": "phycus", "license": "LGPL 3.0", "maintainer": "", "maintainer_email": "", "name": "phycus", "package_url": "https://pypi.org/project/phycus/", "platform": "", "project_url": "https://pypi.org/project/phycus/", "project_urls": { "Homepage": "https://github.com/nmdp-bioinformatics/service-haplotype-frequency-curation" }, "release_url": "https://pypi.org/project/phycus/0.0.1/", "requires_dist": [ "urllib3 (>=1.15)", "six (>=1.10)", "certifi", "python-dateutil" ], "requires_python": "", "summary": "Python Boilerplate contains all the boilerplate you need to create a Python package.", "version": "0.0.1" }, "last_serial": 3328255, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6f71e4840315bf81983f7543403119fa", "sha256": "46cd80d8171e48346b918c6c02f30d753ef397e07b0401119758e343b8de7238" }, "downloads": -1, "filename": "phycus-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "6f71e4840315bf81983f7543403119fa", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 151824, "upload_time": "2017-11-13T11:19:40", "url": "https://files.pythonhosted.org/packages/89/8d/3b06d88dff1e316e76979903a585afd5b438812895ae841beb35920b9805/phycus-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3d06ecd55bcde05010b53ff48a5efd4a", "sha256": "b1f827258101f7664530640935b586e7c12e38c961d995f9330bd6b032990ee8" }, "downloads": -1, "filename": "phycus-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d06ecd55bcde05010b53ff48a5efd4a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 69265, "upload_time": "2017-11-13T11:19:38", "url": "https://files.pythonhosted.org/packages/d8/e4/9a51944b37f33151f3a365fdb0415b160a430279fd98ba515691d743ac09/phycus-0.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f71e4840315bf81983f7543403119fa", "sha256": "46cd80d8171e48346b918c6c02f30d753ef397e07b0401119758e343b8de7238" }, "downloads": -1, "filename": "phycus-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "6f71e4840315bf81983f7543403119fa", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 151824, "upload_time": "2017-11-13T11:19:40", "url": "https://files.pythonhosted.org/packages/89/8d/3b06d88dff1e316e76979903a585afd5b438812895ae841beb35920b9805/phycus-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3d06ecd55bcde05010b53ff48a5efd4a", "sha256": "b1f827258101f7664530640935b586e7c12e38c961d995f9330bd6b032990ee8" }, "downloads": -1, "filename": "phycus-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d06ecd55bcde05010b53ff48a5efd4a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 69265, "upload_time": "2017-11-13T11:19:38", "url": "https://files.pythonhosted.org/packages/d8/e4/9a51944b37f33151f3a365fdb0415b160a430279fd98ba515691d743ac09/phycus-0.0.1-py2.py3-none-any.whl" } ] }