
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.
filehandles is a file handle manager that let you get file handles from different sources.
.. image:: https://img.shields.io/pypi/l/filehandles.svg :target: https://choosealicense.com/licenses/mit/ :alt: License information
.. image:: https://img.shields.io/pypi/v/filehandles.svg :target: https://pypi.org/project/filehandles/ :alt: Current library version
.. image:: https://img.shields.io/pypi/pyversions/filehandles.svg :target: https://pypi.org/project/filehandles/ :alt: Supported Python versions
.. image:: https://api.travis-ci.org/MoseleyBioinformaticsLab/filehandles.svg?branch=master :target: https://travis-ci.org/MoseleyBioinformaticsLab/filehandles :alt: Travis CI status
.. image:: https://codecov.io/gh/MoseleyBioinformaticsLab/filehandles/branch/master/graphs/badge.svg?branch=master :target: https://codecov.io/gh/MoseleyBioinformaticsLab/filehandles :alt: Code coverage information
The filehandles
package is a Python library that facilitates processing of
files by removing boilerplate code that you need to write to open files from
directories, zip archives, tar archives, URL addresses of files, etc. It also
automatically closes open file handle after it has been processed.
Links
* ``filehandles`` @ GitHub_
* ``filehandles`` @ PyPI_
Installation
The filehandles
package runs under Python 2.7 and Python 3.4+. Use pip_ to install.
.. code:: bash
python3 -m pip install filehandles
.. code:: bash
python3 -m pip install filehandles --upgrade
Quickstart
>>> from filehandles import filehandles
>>>
>>> for fh in filehandles('path/to/files'):
... # utilize file handle
... text = fh.readline()
>>>
.. _GitHub: https://github.com/MoseleyBioinformaticsLab/filehandles
.. _PyPI: https://pypi.org/project/filehandles
.. _pip: https://pip.pypa.io
.. _BSD: https://choosealicense.com/licenses/bsd-3-clause-clear/
FAQs
filehandles is a file handle manager that let you get file handles from different sources.
We found that filehandles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.