Metadata-Version: 2.1
Name: otargenpy
Version: 0.1.0
Summary: Interact seamlessly with Open Target Genetics' GraphQL endpoint to query and retrieve tidy data tables, facilitating the analysis of genetic data
Home-page: https://github.com/amir.feizi/otargenpy
Author: Amir Feizi
Author-email: afeizi@gmail.com
License: MIT license
Keywords: otargenpy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

otargenpy
=========

.. image:: https://img.shields.io/pypi/v/otargenpy.svg
    :target: https://pypi.python.org/pypi/otargenpy

.. image:: https://img.shields.io/travis/amir.feizi/otargenpy.svg
    :target: https://travis-ci.com/amir.feizi/otargenpy

.. image:: https://readthedocs.org/projects/otargenpy/badge/?version=latest
    :target: https://otargenpy.readthedocs.io/en/latest/?version=latest
    :alt: Documentation Status

`otargenpy` is an open-source Python package for easy data retrieval and analysis 
from `Open Target Genetics <https://genetics.opentargets.org>`_. 
It brings simplicity and power to your Python environment, enhancing your research with advanced data
handling and visualization tools.

Features
--------

🚀 **Effortless Data Retrieval**: Access comprehensive GraphQL query types with user-friendly functions, transforming complex queries into tidy, analysis-ready data tables.

📈 **Insightful Visualizations**: Deploy intuitive plotting functions for a clear view of complex datasets, uncovering hidden patterns and insights.

📖 **Comprehensive Documentation**: Each function is thoroughly documented, ensuring a smooth integration into your workflow and a clear understanding of the results.

👨‍💻 **Regular Updates**: Stay abreast of the latest in Open Target Genetics with our commitment to continuous improvement and feature expansion.

Installation
------------

Get started with `otargenpy` from PyPI:

.. code-block:: bash

    pip install otargenpy

If the above code block does not render, use:

pip install otargenpy

Or install the latest development version from GitHub:

.. code-block:: bash

    pip install git+https://github.com/amirfeizi/otargenpy.git

If the above code block does not render, use:

.. code-block:: bash

    pip install git+https://github.com/amirfeizi/otargenpy.git

Citing otargenpy
----------------

`otargenpy` was published on 19th July 2023 in Bioinformatics. For citation information, please visit:
`<https://doi.org/10.1093/bioinformatics/btad441>`_.

Contributing
------------

Join the `otargenpy` community on GitHub and contribute to its improvement.
We welcome bug reports, feature suggestions, and code contributions.

- Free software: MIT license
- Documentation: `https://otargenpy.readthedocs.io <https://otargenpy.readthedocs.io>`_.

Credits
-------

This package was created with `Cookiecutter <https://github.com/audreyr/cookiecutter>`_ and the `audreyr/cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`_ project template.


=======
History
=======

0.1.0 (2023-12-26)
------------------

* First release on PyPI.
