Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Python utilities to interact with Darshan <https://www.mcs.anl.gov/research/projects/darshan/>
__
log records of HPC applications.
For examples and Jupyter notebooks to get started with PyDarshan make sure
to check out the examples
subdirectory.
To install in most cases the following will work::
pip install darshan
Targets for various tests are included in the makefile. To run the normal test suite use::
make test
Or to test against a different version of Python using Tox::
make test-all
Coverage tests can be performed using::
make coverage
Conformance to PEPs can be tested using flake8 via::
make lint
Documentation for the Python bindings is generated separately from the darshan-util C library in the interest of using Sphinx. After installing the development requirements the documentation can be built using make as follows::
pip install -r requirements_dev.txt
make docs
FAQs
Python tools to interact with Darshan log records of HPC applications.
We found that darshan 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.