File: lowlevel.rst

package info (click to toggle)
python-ihm 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,368 kB
  • sloc: python: 30,422; ansic: 5,990; sh: 24; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Low-level usage
***************

The library can also be used at a lower level, to extract a subset of data
from an mmCIF file. This can be done in either C or Python code.

For more information, see the :mod:`ihm.format` module, or the
`atom_reader.c <https://github.com/ihmwg/python-ihm/blob/main/examples/atom_reader.c>`_ or
`stream_parser.py <https://github.com/ihmwg/python-ihm/blob/main/examples/stream_parser.py>`_ examples.