nocasedict
1.1.2
  • 1. Introduction
    • 1.1. Functionality
      • 1.1.1. Overriding the default casefold method
    • 1.2. Installation
      • 1.2.1. Supported environments
      • 1.2.2. Installing
      • 1.2.3. Verifying the installation
    • 1.3. Package version
      • __version__
    • 1.4. Compatibility and deprecation policy
  • 2. API Reference
    • 2.1. Class NocaseDict
      • NocaseDict
        • NocaseDict.__casefold__()
        • NocaseDict.__contains__()
        • NocaseDict.__delitem__()
        • NocaseDict.__eq__()
        • NocaseDict.__getitem__()
        • NocaseDict.__iter__()
        • NocaseDict.__len__()
        • NocaseDict.__ne__()
        • NocaseDict.__repr__()
        • NocaseDict.__reversed__()
        • NocaseDict.__setitem__()
        • NocaseDict.clear()
        • NocaseDict.copy()
        • NocaseDict.fromkeys()
        • NocaseDict.get()
        • NocaseDict.has_key()
        • NocaseDict.items()
        • NocaseDict.iteritems()
        • NocaseDict.iterkeys()
        • NocaseDict.itervalues()
        • NocaseDict.keys()
        • NocaseDict.keys_nocase()
        • NocaseDict.pop()
        • NocaseDict.popitem()
        • NocaseDict.setdefault()
        • NocaseDict.update()
        • NocaseDict.values()
        • NocaseDict.viewitems()
        • NocaseDict.viewkeys()
        • NocaseDict.viewvalues()
    • 2.2. Mixin class HashableMixin
      • HashableMixin
        • HashableMixin.__hash__()
    • 2.3. Mixin generator function KeyableByMixin()
      • KeyableByMixin()
  • 3. Development
    • 3.1. Repository
    • 3.2. Setting up the development environment
    • 3.3. Building the documentation
    • 3.4. Testing
    • 3.5. Testing from the source archives on Pypi or GitHub
    • 3.6. Contributing
    • 3.7. Releasing a version to PyPI
    • 3.8. Starting a new version
  • 4. Appendix
    • 4.1. References
  • 5. Change log
    • 5.1. nocasedict 1.1.2
    • 5.2. nocasedict 1.1.1
    • 5.3. nocasedict 1.1.0
    • 5.4. nocasedict 1.0.4
    • 5.5. nocasedict 1.0.3
    • 5.6. nocasedict 1.0.2
    • 5.7. nocasedict 1.0.1
    • 5.8. nocasedict 1.0.0
    • 5.9. nocasedict 0.5.0
nocasedict
  • nocasedict - A case-insensitive ordered dictionary for Python
  • Edit on GitHub

nocasedict - A case-insensitive ordered dictionary for Python

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

  • 1. Introduction
    • 1.1. Functionality
    • 1.2. Installation
    • 1.3. Package version
    • 1.4. Compatibility and deprecation policy
  • 2. API Reference
    • 2.1. Class NocaseDict
    • 2.2. Mixin class HashableMixin
    • 2.3. Mixin generator function KeyableByMixin()
  • 3. Development
    • 3.1. Repository
    • 3.2. Setting up the development environment
    • 3.3. Building the documentation
    • 3.4. Testing
    • 3.5. Testing from the source archives on Pypi or GitHub
    • 3.6. Contributing
    • 3.7. Releasing a version to PyPI
    • 3.8. Starting a new version
  • 4. Appendix
    • 4.1. References
  • 5. Change log
    • 5.1. nocasedict 1.1.2
    • 5.2. nocasedict 1.1.1
    • 5.3. nocasedict 1.1.0
    • 5.4. nocasedict 1.0.4
    • 5.5. nocasedict 1.0.3
    • 5.6. nocasedict 1.0.2
    • 5.7. nocasedict 1.0.1
    • 5.8. nocasedict 1.0.0
    • 5.9. nocasedict 0.5.0
Next

Revision db0af4ce.

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