
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
.. image:: https://readthedocs.org/projects/tzcron/badge/?version=latest :target: http://tzcron.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
tzcron
A library to work with cron/quartz expressions and timezones.
Overview ########
tzcron provides a way to define schedules attached to timezones and get time occurrences out of it by just iterating the object created.
Install #######
pip install tzcron
Usage
import tzcron import pytz schedule = tzcron.Schedule("* * * * * *", pytz.utc) str(schedule) 'Cron: * * * * * * @UTC [2016-09-25 19:10:48.948486+00:00->None]' next(schedule) datetime.datetime(2016, 9, 25, 19, 11, tzinfo=) next(schedule) datetime.datetime(2016, 9, 25, 19, 12, tzinfo=) next(schedule) datetime.datetime(2016, 9, 25, 19, 13, tzinfo=)
For further information, check the official documentation <https://tzcron.readthedocs.io/en/latest/>
_
Develop this package ####################
To test the package::
python -m nose
To release a new version of the package::
python setup.py sdist bdist_wheel upload
FAQs
Timezone aware Cron/Quartz parser
We found that tzcron 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.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.