Metadata-Version: 2.4
Name: polyslice
Version: 0.0.1
Summary: Extends Python indexing with multiple slices and indices in one operation, concatenating the selections into a new sequence of the original type.
Author-email: Bas Terwijn <bterwijn@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/bterwijn/polyslice
Project-URL: Repository, https://github.com/bterwijn/polyslice
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# polyslice
Extends Python indexing with multiple slices and indices in one operation, concatenating the selections into a new sequence of the original type.
