Name | JulianPy JSON |
Version |
1.0.1
JSON |
| download |
home_page | |
Summary | Julian Date functionality in python |
upload_time | 2023-06-20 06:52:56 |
maintainer | |
docs_url | None |
author | Siddhu |
requires_python | >=3.6 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## JulianPy
JulianPy is a rich, diverse, and easy to use python tool for Julian Dates. It offers datetime to Julian Dates, Julian Dates to datetime, and much more!
Provided Tools:
- `CJDN(date=datetime.datetime.now())` Returns the CJDN of date
- `current_julian_date()` Returns the current julian date
- `tomorrow_julian_date()` Returns the julian date tomorrow
- `future_julian_date(hoursadd = 0, minutesadd = 0, secondsadd =0)` Returns the julian date of a time given hours, minutes, and seconds to add to the current time.
- `julian_date(date = datetime.datetime.now())` Returns the julian date of a specified date. Defaults to today's julian date
- `epoch_days(date=datetime.datetime.now())` Returns the amount of days since the J2000 epoch.
- `day_percent(date=datetime.datetime.now())` Returns the decimal part of the Julian date of the time specified. Defaults to today.
- `islamic_date(CJDNtime=None, date=datetime.datetime.now())` Returns the islamic year, month, and day as a tuple given a specified date or a CJDN
- `babylonian_date(CJDNtime = None,date=datetime.datetime.now())` Returns the babylonian year, month, and day as a tuple given a specified date or a CJDN
- `from_julian(j)` Returns a datetime.datetime object from a julian date `j` specified.
## Help
Feel free to use the python `help()` method on any of the above functions to get a short simple instruction message on how to use it and what it will return.
## Sources
To create this library, I have collected and used information detailed in the wondrous [Astronomy Answers](https://aa.quae.nl/) articles. Any questions can be directed to the author's page in the website.
## Changelog
- Tuesday, June 20, 2023: Initial Commit
Raw data
{
"_id": null,
"home_page": "",
"name": "JulianPy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Siddhu",
"author_email": "siddhu.pendyala@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/b0/a6/aab7f48ab334728d3f9d475d926f3280bf357c19c8e67c71986c0d0b0ca9/JulianPy-1.0.1.tar.gz",
"platform": null,
"description": "## JulianPy\n\nJulianPy is a rich, diverse, and easy to use python tool for Julian Dates. It offers datetime to Julian Dates, Julian Dates to datetime, and much more!\n\n\nProvided Tools:\n\n- `CJDN(date=datetime.datetime.now())` Returns the CJDN of date\n- `current_julian_date()` Returns the current julian date\n- `tomorrow_julian_date()` Returns the julian date tomorrow\n- `future_julian_date(hoursadd = 0, minutesadd = 0, secondsadd =0)` Returns the julian date of a time given hours, minutes, and seconds to add to the current time.\n- `julian_date(date = datetime.datetime.now())` Returns the julian date of a specified date. Defaults to today's julian date\n- `epoch_days(date=datetime.datetime.now())` Returns the amount of days since the J2000 epoch.\n- `day_percent(date=datetime.datetime.now())` Returns the decimal part of the Julian date of the time specified. Defaults to today.\n- `islamic_date(CJDNtime=None, date=datetime.datetime.now())` Returns the islamic year, month, and day as a tuple given a specified date or a CJDN\n- `babylonian_date(CJDNtime = None,date=datetime.datetime.now())` Returns the babylonian year, month, and day as a tuple given a specified date or a CJDN\n- `from_julian(j)` Returns a datetime.datetime object from a julian date `j` specified.\n\n\n## Help\nFeel free to use the python `help()` method on any of the above functions to get a short simple instruction message on how to use it and what it will return. \n\n## Sources\nTo create this library, I have collected and used information detailed in the wondrous [Astronomy Answers](https://aa.quae.nl/) articles. Any questions can be directed to the author's page in the website.\n\n## Changelog\n- Tuesday, June 20, 2023: Initial Commit\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Julian Date functionality in python",
"version": "1.0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2a94504ade78134c06d9ec064db275c56a8e43c205c3ed4a9c9d497e9d8fbfaa",
"md5": "39a9ffab78c826bcf7f76b0538896388",
"sha256": "45c5a7e98b30d4e14722f75915c29399a6e7c55d8ad921e6e8754ccf8874ac0e"
},
"downloads": -1,
"filename": "JulianPy-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "39a9ffab78c826bcf7f76b0538896388",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 7428,
"upload_time": "2023-06-20T06:52:55",
"upload_time_iso_8601": "2023-06-20T06:52:55.217120Z",
"url": "https://files.pythonhosted.org/packages/2a/94/504ade78134c06d9ec064db275c56a8e43c205c3ed4a9c9d497e9d8fbfaa/JulianPy-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0a6aab7f48ab334728d3f9d475d926f3280bf357c19c8e67c71986c0d0b0ca9",
"md5": "56c646f5a7d71a6d69ec83b2010f4a98",
"sha256": "56235d784f9aac383150ca7903bb995794d18daea5203fad751794219cf43315"
},
"downloads": -1,
"filename": "JulianPy-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "56c646f5a7d71a6d69ec83b2010f4a98",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7285,
"upload_time": "2023-06-20T06:52:56",
"upload_time_iso_8601": "2023-06-20T06:52:56.992590Z",
"url": "https://files.pythonhosted.org/packages/b0/a6/aab7f48ab334728d3f9d475d926f3280bf357c19c8e67c71986c0d0b0ca9/JulianPy-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-20 06:52:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "julianpy"
}