Metadata-Version: 1.2
Name: pytuneteller
Version: 0.1.2.dev2
Summary: A python horoscope fortune teller made for fun.
Home-page: https://github.com/yujinyuz/pytuneteller
Author: Eugene Essun Oliveros
Author-email: jinyuzprodigy@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ============
        Pytuneteller
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/pytuneteller.svg
                :target: https://pypi.python.org/pypi/pytuneteller
        
        .. image:: https://img.shields.io/travis/yujinyuz/pytuneteller.svg
                :target: https://travis-ci.org/yujinyuz/pytuneteller
        
        .. image:: https://readthedocs.org/projects/pytuneteller/badge/?version=latest
                :target: https://pytuneteller.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/yujinyuz/pytuneteller/shield.svg
             :target: https://pyup.io/repos/github/yujinyuz/pytuneteller/
             :alt: Updates
        
        
        A python horoscope fortune teller made for fun.
        
        
        * Free software: MIT license
        * Documentation: https://pytuneteller.readthedocs.io.
        
        Summary
        -------
        It's supposed to tell your fortune for today (or maybe for a specific date).
        It should also tell something like "A(n) `<adjective>` or `<verb>` `<noun>` has foreseen your future." or something funny.
        
        For example: ::
        
            A talking pineapple has foreseen your future: <horoscope goes here>.
        
        Features
        --------
        
        * TODO
        
        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.2dev1 (20217-10-23)
        -----------------------
        * Added funny name for fortune telling!
        * Bump for dev version.
        
        0.1.2beta1 (2017-10-22)
        -----------------------
        * Choose a random site then display the horoscope given by that site.
        * Two sites at the moment: `astrology <https://astrology.com>`_ `ganeshaspeaks <https://www.ganeshaspeaks.com>`_
        * From now on, I'll be releasing a *beta* version of ``0.1.2``, and will release ``0.1.3`` as soon as I get things done.
        
        0.1.2 (2017-10-22)
        ------------------
        * Add the supposed functionality.
        
            ::
        
            $ pytuneteller horoscope <sign>
        
        0.1.1 (2017-10-21)
        ------------------
        
        * First release on PyPI. Actually, this is the second release. I had some failures while releasing 0.1.0 and decided to delete it. So yeah, now this is it!
        
Keywords: pytuneteller
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
