{"id":13486411,"url":"https://github.com/benyaming/zmanim_api","last_synced_at":"2025-08-21T22:18:39.082Z","repository":{"id":40953806,"uuid":"197244945","full_name":"benyaming/zmanim_api","owner":"benyaming","description":"Simple api for all features of hebrew calendar based on fastApi and KosherJava python port","archived":false,"fork":false,"pushed_at":"2023-10-22T06:40:51.000Z","size":327,"stargazers_count":13,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T02:03:09.666Z","etag":null,"topics":["fastapi","hacktoberfest","hebrew-calendar","zmanim"],"latest_commit_sha":null,"homepage":"https://api.ginzburg.io/zmanim","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benyaming.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-07-16T18:11:07.000Z","updated_at":"2024-08-17T19:54:05.000Z","dependencies_parsed_at":"2023-01-25T05:05:20.578Z","dependency_job_id":"5d385fc6-b408-48ff-a301-b3f89c7a42a3","html_url":"https://github.com/benyaming/zmanim_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benyaming/zmanim_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benyaming%2Fzmanim_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benyaming%2Fzmanim_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benyaming%2Fzmanim_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benyaming%2Fzmanim_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benyaming","download_url":"https://codeload.github.com/benyaming/zmanim_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benyaming%2Fzmanim_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271553231,"owners_count":24779820,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fastapi","hacktoberfest","hebrew-calendar","zmanim"],"created_at":"2024-07-31T18:00:45.330Z","updated_at":"2025-08-21T22:18:39.015Z","avatar_url":"https://github.com/benyaming.png","language":"Python","funding_links":[],"categories":["Projects"],"sub_categories":["Zmanim"],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Python][python-shield]][python-url]\n[![Coverage][coverage-shield]][coverage-url]\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Getting Started](#getting-started)\n  * [Installation](#installation)\n  * [Tests](#tests)\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [Contact](#contact)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nSimple high-level api for all features of hebrew calendar.  \n[**Explore the swagger »**](https://api.ginzburg.io/zmanim)\n\n\n### Built With\n\n* [Python 3.11](https://www.python.org/downloads/release/python-311/)\n* [FastAPI](https://github.com/tiangolo/fastapi)\n* [KosherJava's](https://github.com/KosherJava/zmanim) [python port](https://github.com/pinnymz/python-zmanim)\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Installation\n#### Docker\n1. Run `docker run -p 8000:8000 benyomin/zmanim-api:latest`\n2. Open http://localhost:8000 in your browser to explore the swagger.\n\n#### Python\n1) Clone/fork the repo\n2) Use PDM for build environment and install dependencies: `pdm install`\n3) Go to project folder: `cd %repo_location%/zmanim_api`\n4) Run `python main.py`\n5) Open http://localhost:8000 in your browser to explore the swagger\n\n### Tests\nRun tests: `pytest test/`  \nRun with coverage: `coverage run -m pytest -v test/` or `coverage xml`\n\n\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nRequest:  \n**`GET`** `http://localhost:8000/shabbat?cl_offset=18\u0026lat=32.09\u0026lng=34.86`  \nResponse:\n```json\n{\n  \"candle_lighting\": \"2020-10-09T17:56:00+03:00\",\n  \"havdala\": \"2020-10-10T18:50:00+03:00\",\n  \"settings\": {\n    \"date\": \"2020-10-05\",\n    \"cl_offset\": 18,\n    \"havdala_opinion\": \"tzeis_8_5_degrees\",\n    \"coordinates\": [32.09, 34.86],\n    \"elevation\": 0\n  },\n  \"torah_part\": \"shemini_atzeres\",\n  \"late_cl_warning\": false\n}\n```\n\n_For more examples, please refer to the [Swagger docs](https://api.ginzburg.io/zmanim)_\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\n* Telegram - [@benyomin](https://t.me/benyomin)  \n* [Email](mailto:benyomin.94@gmail.com)\n\nProject Link: [https://github.com/benyaming/zmanim_api](https://github.com/benyaming/zmanim_api)\n\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[python-shield]: https://img.shields.io/github/pipenv/locked/python-version/benyaming/zmanim_api?style=flat-square\n[python-url]: https://img.shields.io/github/pipenv/locked/python-version/benyaming/zmanim_api?style=flat-square\n[coverage-shield]: https://img.shields.io/codecov/c/github/benyaming/zmanim_api/master?style=flat-square\n[coverage-url]: https://img.shields.io/codecov/c/github/benyaming/zmanim_api/master?style=flat-square\n[contributors-shield]: https://img.shields.io/github/contributors/benyaming/zmanim_api.svg?style=flat-square\n[contributors-url]: https://github.com/benyaming/zmanim_api/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/benyaming/zmanim_api.svg?style=flat-square\n[forks-url]: https://github.com/benyaming/zmanim_api/network/members\n[stars-shield]: https://img.shields.io/github/stars/benyaming/zmanim_api.svg?style=flat-square\n[stars-url]: https://github.com/benyaming/zmanim_api/stargazers\n[issues-shield]: https://img.shields.io/github/issues/benyaming/zmanim_api.svg?style=flat-square\n[issues-url]: https://github.com/benyaming/repo/zmanim_api\n[license-shield]: https://img.shields.io/github/license/benyaming/zmanim_api.svg?style=flat-square\n[license-url]: https://github.com/benyaming/zmanim_api/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/benyaming\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenyaming%2Fzmanim_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenyaming%2Fzmanim_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenyaming%2Fzmanim_api/lists"}