<h1 align="center">📆 Bahire Hassab(ባህረ ሐሳብ) 🇪🇹 📦 </h1>
[![Upload Python Package](https://github.com/hunderaweke/bahire-hasab/actions/workflows/python-publish.yml/badge.svg)](https://github.com/hunderaweke/bahire-hasab/actions/workflows/python-publish.yml)
- A python module for calculating Ethiopian Holidays and Lents
## Table Of Content
- [Table Of Content](#table-of-content)
- [Description](#description)
- [Installation](#installation)
- [Documentation](#documentation)
- [Todo](#todo)
## Description
- This is a python Installation module for Ethiopian Calender method for determining the dates of lents and holidays or in Amharic Bahire Hassab ባህረ ሐሳብ
- I have used the native calculation method If you want the book I used you can find it [](#)
- Each of the names I used in the module is mostly the Amharic Equivalent of the holiday if you want all you can get it <a href="https://drive.google.com/file/d/1e7AukagokWlEiuz_0YtZ8Oz3RcUoQaLC/view?usp=sharing" target="_blank">Click Here!</a>.
## Installation
- Bahire Hassab is available now on [](#https://pypi.org/)
- You can Install it through pip by
```pip
pip install bahire-hassab
```
## Documentation
- There is a snippet how to use it for your personal projects
```python
from bahire_hasab import BahireHasab
from detetime import detetime
# The year according to the Ethiopian Calender
year = datetime.now().year -8
bh = BahireHasab(year)
eth_easter = bh.tnsae
print(eth_easter)# ሚያዚያ 8 this is for the Ethiopian year 2015
# This is should print the date of the Ethiopian Easter according to the Ethiopian Calendar
```
- The method names are home how different from most methods that we know since I used most of them in Amharic there is their Equivalent in English
|Method|English Equivalent|Description|
|:-----|:-----------: | :----|
|new_year|Ethiopian New Year|The day of new year in Amharic|
|abiy_tsome|Ethiopian Great Lent Begin|The day at which the great lent begin in Ethiopia|
|neneweh|Ethiopian Fast of Neneviah|The Day of begining of the Neneviah fast|
|debre_zeyt|Ethiopian Great lent middle|The middle day of the Ethiopian Great lent|
|hosaena|Ethiopian Hoseana|The day of Entrance of Jesus to Jerusalem in Ethiopian Calender|
|sklet|The holy Friday|The day of holyfriday in Ethiopian Calender.|
|tnsae|Ethiopian Easter|The day of Easter in Ethiopian Calender.|
|rkbe_kahnat| - | - |
|erget|The day of ascension|Returns the day of ascension of the year.|
|beale_hamsa|The Pentecost|Returens the day of Pentecost of the year.|
|tsome_hawaryat|-|-|
|tsome_dhnet|-|-|
## Todo
- [x] Releasing the package to pypi.org
- [ ] Making API for it
- [ ] Support for Gregorian Calender
- [x] Finding corner Canses
Raw data
{
"_id": null,
"home_page": "https://github.com/hunderaweke/bahire-hasab",
"name": "bahire-hasab",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "bahire_hasab",
"author": "Hundera Awoke",
"author_email": "hunderaweke@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/6e/24/eb4ebfe0a669d4101b3486ceab9d2898923477b189e70b2c23e99f6fc1ed/bahire-hasab-0.2.8.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">\ud83d\udcc6 Bahire Hassab(\u1263\u1205\u1228 \u1210\u1233\u1265) \ud83c\uddea\ud83c\uddf9 \ud83d\udce6 </h1>\n\n [![Upload Python Package](https://github.com/hunderaweke/bahire-hasab/actions/workflows/python-publish.yml/badge.svg)](https://github.com/hunderaweke/bahire-hasab/actions/workflows/python-publish.yml)\n \n \n- A python module for calculating Ethiopian Holidays and Lents\n## Table Of Content\n- [Table Of Content](#table-of-content)\n- [Description](#description)\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Todo](#todo)\n## Description\n- This is a python Installation module for Ethiopian Calender method for determining the dates of lents and holidays or in Amharic Bahire Hassab \u1263\u1205\u1228 \u1210\u1233\u1265\n- I have used the native calculation method If you want the book I used you can find it [](#)\n- Each of the names I used in the module is mostly the Amharic Equivalent of the holiday if you want all you can get it <a href=\"https://drive.google.com/file/d/1e7AukagokWlEiuz_0YtZ8Oz3RcUoQaLC/view?usp=sharing\" target=\"_blank\">Click Here!</a>.\n## Installation\n- Bahire Hassab is available now on [](#https://pypi.org/)\n- You can Install it through pip by\n ```pip\n pip install bahire-hassab\n ```\n## Documentation\n- There is a snippet how to use it for your personal projects\n```python\nfrom bahire_hasab import BahireHasab\nfrom detetime import detetime\n# The year according to the Ethiopian Calender\nyear = datetime.now().year -8\nbh = BahireHasab(year)\neth_easter = bh.tnsae\nprint(eth_easter)# \u121a\u12eb\u12da\u12eb 8 this is for the Ethiopian year 2015\n# This is should print the date of the Ethiopian Easter according to the Ethiopian Calendar\n```\n- The method names are home how different from most methods that we know since I used most of them in Amharic there is their Equivalent in English\n\n|Method|English Equivalent|Description|\n|:-----|:-----------: | :----|\n|new_year|Ethiopian New Year|The day of new year in Amharic|\n|abiy_tsome|Ethiopian Great Lent Begin|The day at which the great lent begin in Ethiopia|\n|neneweh|Ethiopian Fast of Neneviah|The Day of begining of the Neneviah fast|\n|debre_zeyt|Ethiopian Great lent middle|The middle day of the Ethiopian Great lent|\n|hosaena|Ethiopian Hoseana|The day of Entrance of Jesus to Jerusalem in Ethiopian Calender|\n|sklet|The holy Friday|The day of holyfriday in Ethiopian Calender.|\n|tnsae|Ethiopian Easter|The day of Easter in Ethiopian Calender.|\n|rkbe_kahnat| - | - |\n|erget|The day of ascension|Returns the day of ascension of the year.|\n|beale_hamsa|The Pentecost|Returens the day of Pentecost of the year.|\n|tsome_hawaryat|-|-|\n|tsome_dhnet|-|-|\n\n\n## Todo\n- [x] Releasing the package to pypi.org\n- [ ] Making API for it\n- [ ] Support for Gregorian Calender\n- [x] Finding corner Canses \n",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "0.2.8",
"project_urls": {
"Homepage": "https://github.com/hunderaweke/bahire-hasab"
},
"split_keywords": [
"bahire_hasab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4754319b481f0ed1b921dbe1cc562344f5c67514fc2ada62c72b84001bcc29d9",
"md5": "40714b3f8acbae5ab046057fc0065812",
"sha256": "5da5915234038442f5b01fc45f9874d4b6c90e2fd4dbc7a14fb5a4aa6a500fba"
},
"downloads": -1,
"filename": "bahire_hasab-0.2.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "40714b3f8acbae5ab046057fc0065812",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7384,
"upload_time": "2023-06-07T08:50:29",
"upload_time_iso_8601": "2023-06-07T08:50:29.427963Z",
"url": "https://files.pythonhosted.org/packages/47/54/319b481f0ed1b921dbe1cc562344f5c67514fc2ada62c72b84001bcc29d9/bahire_hasab-0.2.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e24eb4ebfe0a669d4101b3486ceab9d2898923477b189e70b2c23e99f6fc1ed",
"md5": "9914bf919aba47f3eecc0eb0baad137b",
"sha256": "57704899e3bb61f0fd748bd6a9aa539f7372e8eb76dd7c1bca31663e3f92c0b4"
},
"downloads": -1,
"filename": "bahire-hasab-0.2.8.tar.gz",
"has_sig": false,
"md5_digest": "9914bf919aba47f3eecc0eb0baad137b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7787,
"upload_time": "2023-06-07T08:50:31",
"upload_time_iso_8601": "2023-06-07T08:50:31.266688Z",
"url": "https://files.pythonhosted.org/packages/6e/24/eb4ebfe0a669d4101b3486ceab9d2898923477b189e70b2c23e99f6fc1ed/bahire-hasab-0.2.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-07 08:50:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hunderaweke",
"github_project": "bahire-hasab",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "bahire-hasab"
}