Skip to content

fedora-python/fedora-pypi-placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fedora on PyPI

This dummy project is not installable. You probably want python-fedora instead.

pyproject.toml tool.fedora namespace

The PEP 518 declares that a project can use the subtable tool.$NAME if pyproject.toml if, and only if, they own the entry for $NAME in the Cheeseshop/PyPI.

That's what this project is for. We own the entry for fedora, so we could use tool.fedora in pyproject.toml.

python-fedora

The Fedora Infra's python-fedora project provides an importable module named fedora.

This goes against the convention that PyPI distribution names should match the module names. But, python-fedora pre-dates wide use of that convention, and the issue is hard to fix now.

Please install python-fedora to get the Fedora Infra's package.

Please: Don't install packages blindly

When you see the exception:

ModuleNotFoundError: No module named 'foo'

… please research the actual requirements instead of going directly for pip install foo. The project (distribution) name may differ from the module(s) it provides.

Releases

No releases published

Packages

No packages published

Languages