Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
|Build Status|
julian is a simple Python library for converting between Julian dates and Python datetime objects.
.. code:: python
import julian
import datetime
mjd = 54372.78
dt = julian.from_jd(mjd, fmt='mjd')
print(dt)
::
2007-09-29 18:43:11.999982
.. code:: python
jd = julian.to_jd(dt + datetime.timedelta(hours=12), fmt='jd')
print(jd)
::
2454373.78
julian is tested on python versions >= 3.2
::
pip install julian
.. |Build Status| image:: https://travis-ci.org/dannyzed/julian.svg?branch=master :target: https://travis-ci.org/dannyzed/julian
FAQs
Simple library for converting between Julian calendar dates and datetime objects
We found that julian demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.