-
Notifications
You must be signed in to change notification settings - Fork 93
Home
Tomas Mlcoch edited this page May 22, 2013
·
21 revisions
Createrepo_c is a C implementation of the createrepo tool and simultaneously a C library for manipulation with a repodata. Createrepo_c provides Python bindings too, so could be easily used instead of yum library for certain kinds of manipulations with repodata.
- Speed - Implementation in C has a massive positive impact to the speed.
- Compatibility - Createrepo_c tries to be as much compatible as possible (100% compatibility is our goal). But there could be some little differences - Check README.md - "Differences in behavior between createrepo_c and createrepo" part for details.
- Doesn't support deltarpm packages yet - C API for deltarpm is not available so there is no straight (proper) way to implement deltarpm support (Call an external program from a library is definitely NOT considered to be a straight way!).
Could be found at examples directory
- Python examples
- C examples - Not ready yet