Python Sorted Collections
Project description
SortedCollections is an Apache2 licensed sorted collections library.
Features
Pure-Python
ItemSortedDict: expects key-function with (key, value) item pair parameters.
Quickstart
Installing SortedContainers is simple with pip:
> pip install sortedcollections
You can access documentation in the interpreter with Python’s built-in help function:
>>> from sortedcollections import ItemSortedDict >>> help(ItemSortedDict)
Reference and Indices
SortedCollections License
Copyright 2015 Grant Jenks
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sortedcollections-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 486bd234e2d76be8bcb0acac149cda250c202e44df1dd8797b97d8c643b714f7 |
|
MD5 | 96c6e62c028367123f7ba2b893967890 |
|
BLAKE2b-256 | 5f254089511bd985b1f3102ccadd9fa2c70e73e26e96091704b8f966c2ddc809 |