A Python library for managing time and displaying Persian (Jalali) calendar events and daily supplications.
Project description
TimeBaran Library
TimeBaran is a Python library that provides functionality for working with Persian (Jalali) dates, times, daily supplications, and upcoming events. It allows you to retrieve the current time in Persian format, fetch events for the current date, and more.
Features
- Get Current Persian Time: Retrieve the current time in Persian (Jalali) format, including year, month, day, and time.
- Daily Supplications: Get a daily supplication based on the current date.
- Upcoming Events: Fetch upcoming events for the month in Persian, with descriptions.
Installation
You can install the library via pip by using the following command:
pip install timebaran
Requirements
pytzfor time zone support.jdatetimefor working with Persian (Jalali) dates.requestsfor making HTTP requests.BeautifulSoupfor web scraping and parsing event data.tzlocalfor determining the local timezone.
Usage
To use the Date_time class in your project, you can follow the example below:
from TimeBaran import Date_time
# Initialize the Date_time object
dt = Date_time()
# Get the upcoming events
events = dt.get_events()
print(events)
# Get the current time, day, supplication, and events
time_data = dt.get_time()
print(time_data)
get_time() Method
This method returns the current time and date in Persian (Jalali) format, along with:
time_now: Current time in HH:MM:SS format.time_h: Hour of the current time.time_m: Minute of the current time.time_s: Second of the current time.date_now: Current date in Persian (Jalali) format (YYYY/MM/DD).time_year: Year part of the current date in Persian.time_month: Month part of the current date in Persian.time_day: Day part of the current date in Persian.day_of_week: Current day of the week in English short form (e.g., Mon, Tue).zekr_today: Daily supplication based on the current day.events: A dictionary of upcoming events with dates as keys and descriptions as values.
get_events() Method
This method fetches upcoming events from a public website and returns them in a dictionary format.
Example:
{
'5 Esfand': 'روز بزرگداشت خواجه نصیرالدین طوسی',
'7 Esfand': 'سالروز استقلال کانون وکلای دادگستری',
# More events...
}
License
This library is open-source and distributed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timebaran-0.0.3.tar.gz.
File metadata
- Download URL: timebaran-0.0.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae7601c264b781a1b3bb9630e2487187641dbd9adf9f585eac17661a825ba6c7
|
|
| MD5 |
a2a876cab9e29bf039e068815f2b7513
|
|
| BLAKE2b-256 |
404343a7e4c22358de957abd88ab57abf3a9d4b925f9b0cbb63e1fd05a9064c5
|
File details
Details for the file timebaran-0.0.3-py3-none-any.whl.
File metadata
- Download URL: timebaran-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c75fcba2b0af383645eb9dd9962842322e8d3faf37e0931a5b92fa5dbd46e74f
|
|
| MD5 |
6e091d987ab9086b39e4290a616c0d67
|
|
| BLAKE2b-256 |
186ec997238f3969639bfb9d2792d2c160db959c32dd440a26279f7ccbdf382a
|