andymaier/python-nocaselist
Project ID: 35324
Description
A case-insensitive list for Python
Python class 'NocaseList' is a case-insensitive list that preserves the lexical case of its items. It supports the functionality of the built-in 'list' class of Python 3.8 on all Python versions it supports (except for being case-insensitive, of course). This includes the 'clear()' and 'copy()' methods added in Python 3.3 to the built-in 'list' class.
Installation Instructions
https://github.com/pywbem/nocaselist
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | x86_64 (1056)* | EPEL 8 (66 downloads) |
Fedora 38 | x86_64 (4)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (6)* | Fedora 39 (27 downloads) |
Fedora 40 | x86_64 (7)* | Fedora 40 (26 downloads) |
Fedora 41 | x86_64 (4)* | Fedora 41 (7 downloads) |
Fedora rawhide | x86_64 (943)* | Fedora rawhide (63 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable andymaier/python-nocaselist
More info about enabling Copr repositories