Pypact

Latest version: v1.3.7

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.3.1

Latest release which includes gamma spectrum parser, atoms column added to parser, and legacy input file manipulation.

1.2.0

New API makes it easier to use pypact.

It used to be like this
python
from pypact.reader import Reader

output = Reader()("output_file.out")
...


Now it is simpler with
python
import pypact as pp

with pp.Reader("output_file.out"):
...

1.1.1

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.