orderedmultidict icon indicating copy to clipboard operation
orderedmultidict copied to clipboard

πŸ“š Ordered Multivalue Dictionary. Helps power furl.

Results 6 orderedmultidict issues
Sort by recently updated
recently updated
newest added

I ran into https://github.com/gruns/orderedmultidict/issues/25 today and while it's fixed in the latest code that code has not been released on PyPi. Can a new release be made?

I'd like to be able to easily remove all keys after a certain key in the dict order. This would be really useful for a URL parsing project. Thanks!

Add functionality such that `>>> omdict(a=1, b=2) |= {'a': 'hello world'}` fully merges/updates (`add` all members) the omdict `>>> omdict([('a', 1), ('b', 2), ('a', 'hello world')])` and similar functionality for...

added `__add__` and `__iadd__`

`setup.py test` is deprecated since setuptools 41.5.0: https://setuptools.pypa.io/en/latest/history.html#v41-5-0 setuptools 72.0.0 removed support for deprecated `setup.py test` command: https://setuptools.pypa.io/en/stable/history.html#v72-0-0 > The test command has been removed. Users relying on β€˜setup.py test’...

The `tests` directory is no longer present in the source distribution in the 1.0.2 release. Tests are critical to downstream packaging. Please restore them. https://packaging.python.org/en/latest/discussions/downstream-packaging/#provide-complete-source-distributions