GitXplorerGitXplorer
n

pypi-dnf

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
f4cc2c93ea14e0d8b6e234ea1ca188645ddd516b

Create DNF placeholder

nncoghlan committed 7 years ago
Unverified
d4c77ec92aac593f3a875fc123629a2e02a45dd2

Initial commit

nncoghlan committed 7 years ago

README

The README file for this repository.

pypi-dnf

Placeholder package to make the DNF Python API available through PyPI.

A number of DNF's dependencies (notable libdnf and libsolv) are currently only available as part of Linux distro packages.

Right now, this package just reserves the dnf name on PyPI to avoid the potential for a name conflict with the python3-dnf packages on Linux distros using DNF for RPM dependency management.

However, I eventually hope to replace it with a CMake-dependent PEP 517 backend that runs the full libdnf build process, and then emits a statically linked completely self-contained extension module as part of a wheel file (together with the pure Python components of the DNF Python API).