Metadata-Version: 2.1
Name: mutablekeysdict
Version: 0.0.1
Summary: Pure Python mutable keys dictionary class.
Home-page: https://github.com/eddiethedean/mutablekeysdict
Author: Odos Matthews
Author-email: odosmatthews@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# MutableKeysDict

A pure python dictionary class that allows the keys to be mutated.

## Description

Use MutableKeysDict if you need a dict that can mutate the keys and still work.
MutableKeysDict keys still need to be hashable. Use dictanykey if you need a dict that can use unhashable keys.

## Getting Started

### Dependencies

* Python>=3.6

### Installing

* pip install mutablekeysdict

### Executing program

* How to run the program
* Step-by-step bullets
```
Example code to come.
```

## Authors

Contributors names and contact info

Odos Matthews: odosmatthews@gmail.com

## License

This project is licensed under the MIT License - see the LICENSE.md file for details
