Metadata-Version: 1.2
Name: pytuneteller
Version: 0.2.0
Summary: A python horoscope fortune teller made for fun.
Home-page: https://github.com/yujinyuz/pytuneteller
Author: Eugene Oliveros
Author-email: eevoliveros@gmail.com
License: MIT license
Description: ============
        Pytuneteller
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/pytuneteller.svg
                :target: https://pypi.python.org/pypi/pytuneteller
        
        .. image:: https://readthedocs.org/projects/pytuneteller/badge/?version=latest
                :target: http://pytuneteller.readthedocs.io/?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.3 (2017-11-06)
        ------------------
        * First stable release!! Hooray for myself :D
        * Added <horoscopes> to fetch all horoscopes fortune.
        
        0.1.3rc1 (20217-10-24)
        -----------------------
        * Fixed a bug when text files are not found.
        
        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,horoscope,astrology,fun
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
Requires-Python: >=3
