Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luzfcb/nbiosearch

Python wrapper to NITGEN eNBSP IndexSearch API
https://github.com/luzfcb/nbiosearch

Last synced: 25 days ago
JSON representation

Python wrapper to NITGEN eNBSP IndexSearch API

Awesome Lists containing this project

README

        

===============================
nbiosearch
===============================

| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer|
| |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/nbiosearch/badge/?style=flat
:target: https://readthedocs.org/projects/nbiosearch
:alt: Documentation Status

.. |travis| image:: http://img.shields.io/travis/luzfcb/nbiosearch/master.png?style=flat
:alt: Travis-CI Build Status
:target: https://travis-ci.org/luzfcb/nbiosearch

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/luzfcb/nbiosearch?branch=master
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/luzfcb/nbiosearch

.. |coveralls| image:: http://img.shields.io/coveralls/luzfcb/nbiosearch/master.png?style=flat
:alt: Coverage Status
:target: https://coveralls.io/r/luzfcb/nbiosearch

.. |landscape| image:: https://landscape.io/github/luzfcb/nbiosearch/master/landscape.svg?style=flat
:target: https://landscape.io/github/luzfcb/nbiosearch/master
:alt: Code Quality Status

.. |version| image:: http://img.shields.io/pypi/v/nbiosearch.png?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/nbiosearch

.. |downloads| image:: http://img.shields.io/pypi/dm/nbiosearch.png?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/nbiosearch

.. |wheel| image:: https://pypip.in/wheel/nbiosearch/badge.png?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/nbiosearch

.. |supported-versions| image:: https://pypip.in/py_versions/nbiosearch/badge.png?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/nbiosearch

.. |supported-implementations| image:: https://pypip.in/implementation/nbiosearch/badge.png?style=flat
:alt: Supported imlementations
:target: https://pypi.python.org/pypi/nbiosearch

.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/luzfcb/nbiosearch/master.png?style=flat
:alt: Scrtinizer Status
:target: https://scrutinizer-ci.com/g/luzfcb/nbiosearch/

Python wrapper to NITGEN eNBSP IndexSearch API

* Free software: BSD license

Installation
============

::

pip install nbiosearch

Documentation
=============

https://nbiosearch.readthedocs.org/

Development
===========

To run the all tests run::

tox