Skip to content

A module containjng enums from libRPM python bindings in the form of pythonic `enum.{IntFlag,IntEnum}`s

License

Notifications You must be signed in to change notification settings

prebuilder/RPMEnums.py

Repository files navigation

RPMEnums.py Unlicensed work

wheel (GitLab) wheel (GHA via nightly.link) GitLab Build Status GitLab Coverage GitHub Actions Libraries.io Status Code style: antiflash

Just pythonic access to RPM enums, like

import RPMEnums
print(RPMEnums.RPMBuild.CHECK | RPMEnums.RPMBuild.CLEAN) # <RPMBuild.CLEAN|CHECK: 24>
print(RPMEnums.RPMBuild(24)) # <RPMBuild.CLEAN|CHECK: 24>

About

A module containjng enums from libRPM python bindings in the form of pythonic `enum.{IntFlag,IntEnum}`s

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages