{
"info": {
"author": "Grant Jenks",
"author_email": "contact@grantjenks.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"
],
"description": "Python Sorted Collections\n=========================\n\n`Sorted Collections`_ is an Apache2 licensed Python sorted collections library.\n\nFeatures\n--------\n\n- Pure-Python\n- Depends on the `Sorted Containers\n `_ module.\n- ValueSortedDict - Dictionary with (key, value) item pairs sorted by value.\n- ItemSortedDict - Dictionary with key-function support for item pairs.\n- OrderedDict - Ordered dictionary with numeric indexing support.\n- OrderedSet - Ordered set with numeric indexing support.\n- IndexableDict - Dictionary with numeric indexing support.\n- IndexableSet - Set with numeric indexing support.\n- SegmentList - List with fast random access insertion and deletion.\n- 100% code coverage testing.\n- Developed on Python 3.7\n- Tested on CPython 2.7, 3.4, 3.5, 3.6, 3.7 and PyPy, PyPy3\n\n.. image:: https://api.travis-ci.org/grantjenks/python-sortedcollections.svg?branch=master\n :target: http://www.grantjenks.com/docs/sortedcollections/\n\n.. image:: https://ci.appveyor.com/api/projects/status/github/grantjenks/python-sortedcollections?branch=master&svg=true\n :target: http://www.grantjenks.com/docs/sortedcollections/\n\nQuickstart\n----------\n\nInstalling `Sorted Collections`_ is simple with `pip\n`_::\n\n $ pip install sortedcollections\n\nYou can access documentation in the interpreter with Python's built-in `help`\nfunction:\n\n.. code-block:: python\n\n >>> from sortedcollections import ValueSortedDict\n >>> help(ValueSortedDict)\n\n.. _`Sorted Collections`: http://www.grantjenks.com/docs/sortedcollections/\n\nRecipes\n-------\n\n- `Value Sorted Dictionary Recipe`_\n- `Item Sorted Dictionary Recipe`_\n- `Ordered Dictionary Recipe`_\n- `Ordered Set Recipe`_\n- `Indexable Dictionary Recipe`_\n- `Indexable Set Recipe`_\n- `Segment List Recipe`_\n\n.. _`Value Sorted Dictionary Recipe`: http://www.grantjenks.com/docs/sortedcollections/valuesorteddict.html\n.. _`Item Sorted Dictionary Recipe`: http://www.grantjenks.com/docs/sortedcollections/itemsorteddict.html\n.. _`Ordered Dictionary Recipe`: http://www.grantjenks.com/docs/sortedcollections/ordereddict.html\n.. _`Ordered Set Recipe`: http://www.grantjenks.com/docs/sortedcollections/orderedset.html\n.. _`Indexable Dictionary Recipe`: http://www.grantjenks.com/docs/sortedcollections/indexabledict.html\n.. _`Indexable Set Recipe`: http://www.grantjenks.com/docs/sortedcollections/indexableset.html\n.. _`Segment List Recipe`: http://www.grantjenks.com/docs/sortedcollections/segmentlist.html\n\nReference and Indices\n---------------------\n\n- `Sorted Collections Documentation`_\n- `Sorted Collections at PyPI`_\n- `Sorted Collections at Github`_\n- `Sorted Collections Issue Tracker`_\n\n.. _`Sorted Collections Documentation`: http://www.grantjenks.com/docs/sortedcollections/\n.. _`Sorted Collections at PyPI`: https://pypi.python.org/pypi/sortedcollections/\n.. _`Sorted Collections at Github`: https://github.com/grantjenks/python-sortedcollections\n.. _`Sorted Collections Issue Tracker`: https://github.com/grantjenks/python-sortedcollections/issues\n\nSorted Collections License\n--------------------------\n\nCopyright 2015-2019 Grant Jenks\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://www.grantjenks.com/docs/sortedcollections/",
"keywords": "",
"license": "Apache 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "sortedcollections",
"package_url": "https://pypi.org/project/sortedcollections/",
"platform": "",
"project_url": "https://pypi.org/project/sortedcollections/",
"project_urls": {
"Homepage": "http://www.grantjenks.com/docs/sortedcollections/"
},
"release_url": "https://pypi.org/project/sortedcollections/1.1.2/",
"requires_dist": [
"sortedcontainers"
],
"requires_python": "",
"summary": "Python Sorted Collections",
"version": "1.1.2"
},
"last_serial": 4689201,
"releases": {
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "96c6e62c028367123f7ba2b893967890",
"sha256": "486bd234e2d76be8bcb0acac149cda250c202e44df1dd8797b97d8c643b714f7"
},
"downloads": -1,
"filename": "sortedcollections-0.3.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "96c6e62c028367123f7ba2b893967890",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9329,
"upload_time": "2016-05-31T01:10:27",
"url": "https://files.pythonhosted.org/packages/5f/25/4089511bd985b1f3102ccadd9fa2c70e73e26e96091704b8f966c2ddc809/sortedcollections-0.3.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2c0fa624e61a241e557fb57884221429",
"sha256": "5181d4a3241321ad3b0da3c666f0c1b0d72e1db6112c44945f5554ca68737a68"
},
"downloads": -1,
"filename": "sortedcollections-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "2c0fa624e61a241e557fb57884221429",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3097,
"upload_time": "2015-07-31T17:43:05",
"url": "https://files.pythonhosted.org/packages/e2/f2/98e40ba7e325503166ae45b15578680bd6132f711da198edfd2192b8591b/sortedcollections-0.3.1.tar.gz"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "08d5d25528258d25a3e27d16423b9c80",
"sha256": "f77f4d61772c6b018109c44ab6d1c899c99af5aa68ec4e40dc457d61a8e6cd45"
},
"downloads": -1,
"filename": "sortedcollections-0.4.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "08d5d25528258d25a3e27d16423b9c80",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9178,
"upload_time": "2016-05-31T01:14:50",
"url": "https://files.pythonhosted.org/packages/0c/4a/9a8c61087e8ac5d17e7ffc73553030f8c264557d3ec1f54429aa05d09c81/sortedcollections-0.4.1-py2.py3-none-any.whl"
}
],
"0.4.2": [
{
"comment_text": "",
"digests": {
"md5": "0a068ffb8d0f44d2e5bb77f85603013c",
"sha256": "f183eb8dc6badc159fdfafc3fcb7001e1756144d1b9df3cadeea3b3bb4f3fb26"
},
"downloads": -1,
"filename": "sortedcollections-0.4.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "0a068ffb8d0f44d2e5bb77f85603013c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9177,
"upload_time": "2016-05-31T01:20:37",
"url": "https://files.pythonhosted.org/packages/6e/0f/7403dabd7650995a268f928e3261eb31a2d2a1d9f62d3342507206b6790d/sortedcollections-0.4.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3e398c052a903daa2fce386997e72b4d",
"sha256": "8aefd6cf0bb0a89888f192859c3dbf997b906b33cd4ce175d568fb972cfdb489"
},
"downloads": -1,
"filename": "sortedcollections-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "3e398c052a903daa2fce386997e72b4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 111533,
"upload_time": "2016-05-31T01:21:02",
"url": "https://files.pythonhosted.org/packages/73/bc/dd4453078f8677c5969e328f6d51511798f4eab689f32c9f09723015edca/sortedcollections-0.4.2.tar.gz"
}
],
"0.5.3": [
{
"comment_text": "",
"digests": {
"md5": "18f2ffe6b15c0c1d4379a19f0627e6e1",
"sha256": "11ca1e47112c8f25efcc83bbbfd4c59ed8c5addd26c4771e8b7ae6bb3573bfd2"
},
"downloads": -1,
"filename": "sortedcollections-0.5.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "18f2ffe6b15c0c1d4379a19f0627e6e1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9440,
"upload_time": "2017-03-28T05:36:42",
"url": "https://files.pythonhosted.org/packages/90/29/1b3d36f386153dc8e361f8062423cded080703c932564ec401c017d04043/sortedcollections-0.5.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "24cee977cdb25e7851f9e35a05a13560",
"sha256": "d56d6708e36aec959b08e64c3e5a0e01df518d6e6693d0f5b5c89529288edde6"
},
"downloads": -1,
"filename": "sortedcollections-0.5.3.tar.gz",
"has_sig": false,
"md5_digest": "24cee977cdb25e7851f9e35a05a13560",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7021,
"upload_time": "2017-03-28T05:36:44",
"url": "https://files.pythonhosted.org/packages/c4/c3/a3883c9d5ef499e61bf0f7c5561ee13447d00a58392dcd81354ab04d4cf1/sortedcollections-0.5.3.tar.gz"
}
],
"0.6.1": [
{
"comment_text": "",
"digests": {
"md5": "2f6f46e8a5a549ae949dd7d47ef05f84",
"sha256": "2db740467bbd611b2179bb5b201b8ab6b03190b9996670779f0d1831e9aa7e46"
},
"downloads": -1,
"filename": "sortedcollections-0.6.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2f6f46e8a5a549ae949dd7d47ef05f84",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 9454,
"upload_time": "2018-03-18T03:15:43",
"url": "https://files.pythonhosted.org/packages/b5/4b/f39866bf9fb38860b5fa414660e2fd5b7e6d5cb6704f3bac2cdd2cd8f8ca/sortedcollections-0.6.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ef56cd531b47773d8ddd1a0dd0cf1b0d",
"sha256": "5da97f7739c0053d3e4a3a3650471f1d6c2cea4efc29ff3f5d0dd989d8150404"
},
"downloads": -1,
"filename": "sortedcollections-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "ef56cd531b47773d8ddd1a0dd0cf1b0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7028,
"upload_time": "2018-03-18T03:15:44",
"url": "https://files.pythonhosted.org/packages/a7/29/cd957d7350080712ba4c7fccbdd0742376597e80599c7e9d339da63e8532/sortedcollections-0.6.1.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "ef9fc1c69c733a9fd2ab9d39033c15e9",
"sha256": "42abd8b6d80881df9eda1a90c5943af0879c82721ae1cf10d7c7ca739c0ffddb"
},
"downloads": -1,
"filename": "sortedcollections-1.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ef9fc1c69c733a9fd2ab9d39033c15e9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 7538,
"upload_time": "2018-05-18T22:57:34",
"url": "https://files.pythonhosted.org/packages/76/6d/3e611b110085f893ba6e55b13fafcade6856928ae11ba33a1ecf68e94fd0/sortedcollections-1.0.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "dbfaaab0d73d97858fd8473d23257326",
"sha256": "6b982f3c6ddcd3fe90d5af6c67c529692643b14a454c4886d975141a907b018b"
},
"downloads": -1,
"filename": "sortedcollections-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "dbfaaab0d73d97858fd8473d23257326",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6637,
"upload_time": "2018-05-18T22:57:36",
"url": "https://files.pythonhosted.org/packages/06/f3/e137fff587731d8fe5a9d5046566c1df5a171134fcfe1859faadadf19492/sortedcollections-1.0.1.tar.gz"
}
],
"1.1.1": [
{
"comment_text": "",
"digests": {
"md5": "6af39e08e4acc78779bd58ddcb2c3878",
"sha256": "ff5157d085f20cc03b388a12a935f9a4ec3685369ab20ce72fa343b702dc84ed"
},
"downloads": -1,
"filename": "sortedcollections-1.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6af39e08e4acc78779bd58ddcb2c3878",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 8347,
"upload_time": "2019-01-03T04:58:54",
"url": "https://files.pythonhosted.org/packages/24/cf/da716fa93b3c019ef86cfb6a95d4282da9f4bc275f30803091745555e70f/sortedcollections-1.1.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "df59c9597f251b19a2fffebda646210f",
"sha256": "3610f0afaf1f4fb9b43210b349535e9fec1ab79ac52aa8a77e420ca833d20d72"
},
"downloads": -1,
"filename": "sortedcollections-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "df59c9597f251b19a2fffebda646210f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7314,
"upload_time": "2019-01-03T04:58:55",
"url": "https://files.pythonhosted.org/packages/b5/01/5390279785047794bb18514035526c109a29bb8f96e00feae3316854f79f/sortedcollections-1.1.1.tar.gz"
}
],
"1.1.2": [
{
"comment_text": "",
"digests": {
"md5": "3820dfd0070c00442c86aae0683da304",
"sha256": "993bdbabd825062876b6c8e19b3e096b0909ea3ef38f23a37fccb67dc02424f3"
},
"downloads": -1,
"filename": "sortedcollections-1.1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3820dfd0070c00442c86aae0683da304",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 8355,
"upload_time": "2019-01-12T21:30:38",
"url": "https://files.pythonhosted.org/packages/4a/2e/53aaa6efd7aacf5f45a1181adccd85fcd0bd97526038ee9850d67a766db1/sortedcollections-1.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a9e255bd8370c3ff3edf67c465f1bc4f",
"sha256": "b93e0decbd7f8f19e40c320709e70e4845b6c8b3a0e96c3c4f707b4b93e1d38a"
},
"downloads": -1,
"filename": "sortedcollections-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "a9e255bd8370c3ff3edf67c465f1bc4f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7333,
"upload_time": "2019-01-12T21:30:39",
"url": "https://files.pythonhosted.org/packages/b5/8e/9340427d16f15b686e4d7798239cc193fc62934b02b6df20f0de9aa36187/sortedcollections-1.1.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "3820dfd0070c00442c86aae0683da304",
"sha256": "993bdbabd825062876b6c8e19b3e096b0909ea3ef38f23a37fccb67dc02424f3"
},
"downloads": -1,
"filename": "sortedcollections-1.1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3820dfd0070c00442c86aae0683da304",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 8355,
"upload_time": "2019-01-12T21:30:38",
"url": "https://files.pythonhosted.org/packages/4a/2e/53aaa6efd7aacf5f45a1181adccd85fcd0bd97526038ee9850d67a766db1/sortedcollections-1.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a9e255bd8370c3ff3edf67c465f1bc4f",
"sha256": "b93e0decbd7f8f19e40c320709e70e4845b6c8b3a0e96c3c4f707b4b93e1d38a"
},
"downloads": -1,
"filename": "sortedcollections-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "a9e255bd8370c3ff3edf67c465f1bc4f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7333,
"upload_time": "2019-01-12T21:30:39",
"url": "https://files.pythonhosted.org/packages/b5/8e/9340427d16f15b686e4d7798239cc193fc62934b02b6df20f0de9aa36187/sortedcollections-1.1.2.tar.gz"
}
]
}