
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
chemio
Advanced tools
Chemical file Input/Output
Chemio: convert from one to another
import chemio
chemio.read(inputobj, index)
chemio.write(filename, inputobj, format)
chemio.convert(inputobj, input_index, input_format, output_filename, output_index, output_format)
chemio.preview(arrays, format)
# chemio -h
usage: chemio [-h] [--version] [-T] {help,info,convert} ...
Chem IO command line tool.
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
-T, --traceback
Sub-commands:
{help,info,convert}
help Help for sub-command.
info Print information about files or system.
convert Convert between file formats.
usage: chemio info [-h] [-v] [-k KEY] [filename [filename ...]]
Print information about files or system.
With filename(s), the file format will be determined for each file.
positional arguments:
filename Name of file to determine format for.
optional arguments:
-h, --help show this help message and exit
-v, --verbose Show more information about files.
-k KEY, --key KEY key to show
usage: chemio convert [-h] [-v] [-i FORMAT] [-o FORMAT] [-f] [-n NUMBER] [-s]
input-file [input-file ...] output-file
Convert between file formats.
Use "-" for stdin/stdout. See "chemio info --formats" for known formats.
positional arguments:
input-file
output-file
optional arguments:
-h, --help show this help message and exit
-v, --verbose Print names of converted files
-i FORMAT, --input-format FORMAT
Specify input FORMAT
-o FORMAT, --output-format FORMAT
Specify output FORMAT
-f, --force Overwrite an existing file
-n NUMBER, --image-number NUMBER
Pick images from trajectory. NUMBER can be a single
number (use a negative number to count from the back)
or a range: start:stop:step, where the ":step" part
can be left out - default values are 0:nimages:1.
-s, --split-output Write output frames to individual files. Output file
name should be a format string with a single integer
field, e.g. out-{:0>5}.xyz
FAQs
Quantum Chemical Softwares Input Generater & Output Parser
We found that chemio 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.