nocaselist
  • 1. Introduction
    • 1.1. Functionality
    • 1.2. Overriding the default casefold method
    • 1.3. Supported environments
    • 1.4. Installing
    • 1.5. Verifying the installation
      • 1.5.1. Package version
        • __version__
      • 1.5.2. Compatibility and deprecation policy
  • 2. API Reference
    • 2.1. Class NocaseList
      • NocaseList
        • NocaseList.__casefold__()
        • NocaseList.__getstate__()
        • NocaseList.__setstate__()
        • NocaseList.__setitem__()
        • NocaseList.__delitem__()
        • NocaseList.__contains__()
        • NocaseList.__add__()
        • NocaseList.__iadd__()
        • NocaseList.__mul__()
        • NocaseList.__rmul__()
        • NocaseList.__imul__()
        • NocaseList.__reversed__()
        • NocaseList.__eq__()
        • NocaseList.__ne__()
        • NocaseList.__gt__()
        • NocaseList.__lt__()
        • NocaseList.__ge__()
        • NocaseList.__le__()
        • NocaseList.count()
        • NocaseList.copy()
        • NocaseList.clear()
        • NocaseList.index()
        • NocaseList.append()
        • NocaseList.extend()
        • NocaseList.insert()
        • NocaseList.pop()
        • NocaseList.remove()
        • NocaseList.reverse()
        • NocaseList.sort()
  • 3. Development
    • 3.1. Repository
    • 3.2. Setting up the development environment
    • 3.3. Building the documentation
    • 3.4. Testing
    • 3.5. Contributing
    • 3.6. Releasing a version to PyPI
    • 3.7. Starting a new version
  • 4. Appendix
    • 4.1. References
  • 5. Change log
    • 5.1. nocaselist 2.1.0
    • 5.2. nocaselist 2.0.3
    • 5.3. nocaselist 2.0.2
    • 5.4. nocaselist 2.0.1
    • 5.5. nocaselist 2.0.0
    • 5.6. nocaselist 1.1.0
    • 5.7. nocaselist 1.0.6
    • 5.8. nocaselist 1.0.5
    • 5.9. nocaselist 1.0.4
    • 5.10. nocaselist 1.0.3
    • 5.11. nocaselist 1.0.2
    • 5.12. nocaselist 1.0.1
    • 5.13. nocaselist 1.0.0
nocaselist
  • nocaselist - A case-insensitive list for Python
  • View page source

nocaselist - A case-insensitive list for Python

The project web site is: https://github.com/pywbem/nocaselist

  • 1. Introduction
    • 1.1. Functionality
    • 1.2. Overriding the default casefold method
    • 1.3. Supported environments
    • 1.4. Installing
    • 1.5. Verifying the installation
  • 2. API Reference
    • 2.1. Class NocaseList
  • 3. Development
    • 3.1. Repository
    • 3.2. Setting up the development environment
    • 3.3. Building the documentation
    • 3.4. Testing
    • 3.5. Contributing
    • 3.6. Releasing a version to PyPI
    • 3.7. Starting a new version
  • 4. Appendix
    • 4.1. References
  • 5. Change log
    • 5.1. nocaselist 2.1.0
    • 5.2. nocaselist 2.0.3
    • 5.3. nocaselist 2.0.2
    • 5.4. nocaselist 2.0.1
    • 5.5. nocaselist 2.0.0
    • 5.6. nocaselist 1.1.0
    • 5.7. nocaselist 1.0.6
    • 5.8. nocaselist 1.0.5
    • 5.9. nocaselist 1.0.4
    • 5.10. nocaselist 1.0.3
    • 5.11. nocaselist 1.0.2
    • 5.12. nocaselist 1.0.1
    • 5.13. nocaselist 1.0.0
Next

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.