{"id":13737415,"url":"https://github.com/sameerkumar18/pyaztro","last_synced_at":"2025-07-05T09:34:40.038Z","repository":{"id":57455714,"uuid":"151873223","full_name":"sameerkumar18/pyaztro","owner":"sameerkumar18","description":"Python Wrapper for aztro - The Astrology API | Get Daily Horoscope  💫","archived":false,"fork":false,"pushed_at":"2019-08-03T13:45:46.000Z","size":20,"stargazers_count":50,"open_issues_count":5,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-03T08:16:40.803Z","etag":null,"topics":["astrology","horoscope","horoscope-api","pip","pypi","pypi-packages","python","python2","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyaztro/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sameerkumar18.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-06T19:11:50.000Z","updated_at":"2025-06-26T13:21:43.000Z","dependencies_parsed_at":"2022-09-05T20:00:14.248Z","dependency_job_id":null,"html_url":"https://github.com/sameerkumar18/pyaztro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sameerkumar18/pyaztro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fpyaztro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fpyaztro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fpyaztro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fpyaztro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameerkumar18","download_url":"https://codeload.github.com/sameerkumar18/pyaztro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameerkumar18%2Fpyaztro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263287986,"owners_count":23443093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astrology","horoscope","horoscope-api","pip","pypi","pypi-packages","python","python2","python3"],"created_at":"2024-08-03T03:01:47.001Z","updated_at":"2025-07-05T09:34:39.992Z","avatar_url":"https://github.com/sameerkumar18.png","language":"Python","readme":"PyAztro \n============\n|downloads|  |GitHub make-a-pull-requests|  |Maintenance yes| |Paypal| |say thanks|\n\nPyAztro is a client library for `aztro \u003chttps://github.com/sameerkumar18/aztro\u003e`_ written in Python.\n\naztro provides horoscope info for sun signs such as Lucky Number, Lucky Color, Mood, Color, Compatibility with other sun signs, description of a sign for that day etc.\n\nDocumentation for aztro API is available `here \u003chttps://aztro.sameerkumar.website\u003e`_, documentation for PyAztro most of the common usage.\n\n\n\nRequirements\n---------------\n\n* Python 3+ (Recommended)\n* The ``requests`` and ``dateutils`` library. `pip` should handle this for you when installing pyaztro.\n\nInstallation\n---------------\n::\n\n    $ pip install pyaztro\n\nUsage\n------------------\n:: \n\n    \u003e\u003e\u003e import pyaztro\n    \u003e\u003e\u003e horoscope = pyaztro.Aztro(sign='aries')\n\n    # Mood\n    \u003e\u003e\u003e horoscope.mood\n    'Relaxed'\n    \n    # Lucky time\n    \u003e\u003e\u003e horoscope.lucky_time\n    '2pm'\n    \n    # Description\n    \u003e\u003e\u003e horoscope.description\n    'If you don't have big plans, you can rest assured that you will soon. A surprise missive is waiting. Enjoy. It's spontaneity, not variety, that's the spice of life.'\n    \n    # Sun sign date range\n    \u003e\u003e\u003e horoscope.date_range\n    [datetime.datetime(2019, 3, 21, 0, 0), datetime.datetime(2019, 4, 20, 0, 0)]\n\n    # Lucky Color\n    \u003e\u003e\u003e horoscope.color\n    'Spring Green'\n    \n    # Sign compatibility\n    \u003e\u003e\u003e horoscope.compatibility\n    'Aquarius'\n    \n    # Horoscope date for which the info is valid for\n    \u003e\u003e\u003e horoscope.current_date\n    datetime.date(2019, 6, 2)\n    \n    # Lucky number\n    \u003e\u003e\u003e horoscope.lucky_number\n    85\n    \n\nSupport\n----------\nIf you encounter any bugs, please let me know by `creating an issue \u003chttps://github.com/sameerkumar18/pyaztro/issues/new\u003e`_ or tweeting at me `@sameer_kumar018 \u003chttps://www.twitter.com/sameer_kumar018\u003e`_.\n\nAuthor\n------\n`Sameer Kumar \u003chttps://sameerkumar.website\u003e`_\n\n\n\n\n.. |downloads| image:: https://pepy.tech/badge/pyaztro\n    :target: https://pepy.tech/project/pyaztro\n\n.. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n   :target: http://makeapullrequest.com\n\n.. |say thanks| image:: https://img.shields.io/badge/say-thanks-ff69b4.svg\n   :target: https://saythanks.io/to/sameerkumar18\n   \n.. |Maintenance yes| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg\n   :target: https://gitHub.com/sameerkumar18/pyaztro\n\n.. |Paypal| image:: https://img.shields.io/badge/Paypal-Donate-blue.svg\n   :target: https://www.paypal.me/sameerkumar18\n","funding_links":["https://www.paypal.me/sameerkumar18"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerkumar18%2Fpyaztro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameerkumar18%2Fpyaztro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameerkumar18%2Fpyaztro/lists"}