Metadata-Version: 1.1
Name: dr-zoidberg
Version: 0.1.3.13
Summary: Are you ready to operate, Doctor? - I'd love to, but first I have to perform surgery.
Home-page: https://github.com/ginopalazzo/zoidberg
Author: Gino Palazzo
Author-email: ginopalazzo@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ========
        zoidberg
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/zoidberg.svg
                :target: https://pypi.python.org/pypi/dr-zoidberg
        
        .. image:: https://img.shields.io/travis/ginopalazzo/zoidberg.svg
                :target: https://travis-ci.org/ginopalazzo/zoidberg
        
        .. image:: https://readthedocs.org/projects/zoidberg/badge/?version=latest
                :target: https://zoidberg.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Are you ready to operate, Doctor? - I'd love to, but first I have to perform surgery.
        
        
        .. figure:: https://upload.wikimedia.org/wikipedia/en/4/4a/Dr_John_Zoidberg.png
                :target: https://upload.wikimedia.org/wikipedia/en/4/4a/Dr_John_Zoidberg.png
                :alt: Dr. Zoidberg
        
        
        * Free software: MIT license
        * Documentation: https://zoidberg.readthedocs.io.
        
        Features
        --------
        
        Zoidberg is a small lobster crawler that use Scrapy_ to get surgeon reviews from an Internet message board.
        Sometimes it is hard to find real reviews of surgeons in Google.
        
        For example (my case), I have Femoroacetabular Impingement in the hip and the only medical solution is surgery.
        I thought Margalet was the best doctor to perform this operation but when I searched with Zoidberg, I realized that
        López Carro was a much better choice.
        
        By typing::
        
            python zoidberg.py -c es -d margalet -a traumatologia -i femoroacetabular -p test.csv -o csv
        
        you get all the Doctor Margalet reviews for the femoroacetabular impingement in the test.csv file.
        
        At this moment it only implements Femoroacetabular Impingement in Spain, but hopefully with some collaboration,
        Zoidberg will extend its functionality.
        
        Install
        --------
        
        Just:
        
        * pip install dr-zoidberg
        * or clone this repository.
        
        Usage
        --------
        
        To use Zoidberg from CLI just type zoidberg and follow the instructions.
        
        To use Zoidberg in a project::
        
            from zoidberg import zoidberg
        
            z = zoidberg.Zoidberg(country='es', doctor='margalet', area="traumatologia", illness="femoroacetabular", path='test.csv', output='csv')
            z.conf()
            z.run()
        
        
        
        TODO
        --------
        
        * DONE - CLI: Change argparse to click.pocoo.org.
        * TODO - Get a list of countries available.
        * DONE - Get a list of areas available for a country.
        * DONE - Get a list of illnesses available for an area.
        * TODO - Add keywords of illness for each search.
        * TODO - Search a doctor for every area or illness.
        * TODO - Comprehensive tests
        
        Credits
        -------
        
        * Gino Palazzo ginopalazzo@gmail.com
        * This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        * Zoidgber image from Wikipedia: https://en.wikipedia.org/w/index.php?curid=18173215
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _Scrapy: https://scrapy.org/
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.1 (2018-03-06)
        ------------------
        
        * First release on PyPI.
        
        0.1.3 (2018-03-14)
        ------------------
        
        * Minor changes.
        
Keywords: zoidberg drzoidberg dr-zoidberg doctor
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
