Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A suite of convenience functions for working with OMERO. Written and maintained by the Research IT team at The Jackson Laboratory.
A module with convenience functions for writing Python code that interacts with OMERO.
ezomero's dependencies are easily pip-installable from PyPI, except for zeroc-ice==3.6.5
. For those, we recommend pip-installing using one of the wheels provided by Glencoe Software (use the one compatible with your OS/Python version - link provided is for Linux wheels, for more information see this Glencoe Software blog post).
In general, we strongly recommend starting from a clean virtual environment, pip install
ing zeroc-ice
from a Glencoe wheel, and only then doing pip install ezomero
.
If you want to use get_table
and post_table
to/from Pandas dataframes, you need to install ezomero[tables]
- that install an optional pandas
dependency. Installing ezomero without this will default get_table
and post_table
to use lists of row lists as their default.
In general, you will need to create a BlitzGateway
object using ezomero.connect()
, then pass the conn
object to most of these helper functions along with function-specific parameters.
Documentation is available at https://thejacksonlaboratory.github.io/ezomero/
You will need Docker installed and running to run the tests.
Setup your "omero" python environment with a local ezomero and pytest:
> conda activate omero # Activate your omero environment with conda or pip
(omero) > cd /your_local_clone/ezomero
(omero) > pip install -e .
(omero) > pip install pytest
To run the tests, startup the test OMERO server with Docker and run pytest
> cd /your_local_clone/ezomero
> docker-compose -f tests/docker-compose.yml up -d
> conda activate omero
(omero) > python -m pytest .\tests
FAQs
A suite of convenience functions for working with OMERO. Written and maintained by the Research IT team at The Jackson Laboratory.
We found that ezomero 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.