Metadata-Version: 1.1
Name: search-in-api
Version: 0.3.0
Summary: Search in API is a script that allows you to search among multiple pages of an API endpoint.
Home-page: https://github.com/archatas/search_in_api
Author: Aidas Bendoraitis
Author-email: aidasbend@yahoo.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: =============
        Search in API
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/search_in_api.svg
                :target: https://pypi.python.org/pypi/search_in_api
        
        .. image:: https://img.shields.io/travis/archatas/search_in_api.svg
                :target: https://travis-ci.org/archatas/search_in_api
        
        .. image:: https://pyup.io/repos/github/archatas/search_in_api/shield.svg
             :target: https://pyup.io/repos/github/archatas/search_in_api/
             :alt: Updates
        
        .. image:: https://readthedocs.org/projects/search-in-api/badge/?version=latest
                :target: https://search-in-api.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        **Search in API** is a tool helping to debug import scripts or export APIs. It allows you to search for a specific tag
        and value among multiple pages of an XML API endpoint.
        
        * Free software: MIT license
        * Documentation: https://search-in-api.readthedocs.io.
        
        
        Use Case Example
        --------
        
        Let's say, you have a XML API that provides a playlist of songs. It's a looooong paginated list and there is no search
        implemented. You have an urge to find that particular song with a title having a word "Journey" and to check who
        is playing it. If the songs are listed chronologically by the date added, you would need to search from page to page
        until you finally get it. This tool does exactly that for you. There you can enter the URL of the first page of XML API,
        enter the tag "title", and the value "Journey", and a few moments later it will show you the page URLs of the API that
        contain songs with the word "Journey" in it.
        
        Features
        --------
        
        * Search for pages with specific occurrences of tag and value in multi-page XML API endpoint.
        * Command-line and graphical user interface.
        
        
        Wishlist
        --------
        
        * Search for pages with specific occurrences of key and value in multi-page JSON API endpoint.
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-03-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: search_in_api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
