apyhgnc

https://img.shields.io/pypi/v/apyhgnc.svg Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. https://travis-ci.com/robertopreste/apyhgnc.svg?branch=master https://circleci.com/gh/robertopreste/apyhgnc.svg?style=svg Codeship Status for robertopreste/apyhgnc https://codecov.io/gh/robertopreste/apyhgnc/branch/master/graph/badge.svg Documentation Status Updates Python 3 Downloads

Async pythonic interface to HGNC.

Features

This Python package allows to retrieve entries from HGNC using synchronous or asynchronous calls.

  • Return searchable fields and stored fields separately using the info() function (or the lower-level Info class).

  • Return all entries of interest limiting results only to hgnc_id, symbol and score fields using the search() function for synchronous calls or the asearch() function for asynchronous calls (or the lower-level Search class).

  • Return entries according to the given searchable fields, returning all the available stored fields using the fetch() function for synchronous calls or the afetch() function for asynchronous calls (or the lower-level Fetch class).

Please refer to the Usage section of the documentation for further information.

Installation

apyhgnc only supports Python 3, and can be installed using pip:

pip install apyhgnc

Please refer to the Installation section of the documentation for further information.

Credits

This package was created with Cookiecutter and the cc-pypackage project template.


Indices and tables