1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
.. _lib:
The Createrepo_c Library
========================
Createrepo_c includes several classes.
.. automodule:: createrepo_c
:members:
:undoc-members:
:inherited-members:
:private-members:
:member-order: bysource
.. autofunction:: xml_dump_primary
.. autofunction:: xml_dump_filelists
.. autofunction:: xml_dump_other
.. autofunction:: xml_dump
.. autofunction:: checksum_name_str
.. autofunction:: checksum_type
.. autofunction:: compress_file_with_stat
.. autofunction:: compression_suffix
.. autofunction:: detect_compression
|