Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luzfcb/nbiosearch
- Owner: luzfcb
- License: bsd-2-clause
- Created: 2015-01-26T20:20:10.000Z (almost 10 years ago)
- Default Branch: python-c-api
- Last Pushed: 2015-02-27T12:49:39.000Z (over 9 years ago)
- Last Synced: 2024-04-16T02:29:23.124Z (7 months ago)
- Language: C
- Size: 4.58 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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