{ "info": { "author": "Max Dymond", "author_email": "cmeister2@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# pyTokenBucket\n\n[![pypi version](https://img.shields.io/pypi/v/pytokenbucket.svg)](https://pypi.python.org/pypi/pytokenbucket)\n[![Travis Status](https://img.shields.io/travis/cmeister2/pytokenbucket.svg)](https://travis-ci.org/cmeister2/pytokenbucket)\n[![Documentation Status](https://readthedocs.org/projects/pytokenbucket/badge/?version=latest)](https://pytokenbucket.readthedocs.io/en/latest/?badge=latest)\n\nA token bucket implementation for Python which only uses the standard\nlibrary.\n\n - Free software: MIT license\n - Documentation: .\n\n## Features\n- Threaded token bucket which refreshes tokens at a given rate.\n\n## Credits\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [cmeister2/cookiecutter-pypackage](https://github.com/cmeister2/cookiecutter-pypackage) project template.\n\n\n# Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n### Changed\n\n## [0.1.1] - 2018-12-19\n### Changed\n- Move from rst to markdown for CHANGELOG and README.\n- Remove dependence on `six`.\n\n## [0.1.0] - 2018-12-18\n### Added\n- Initial commit of all code.\n\n[Unreleased]: https://github.com/cmeister2/pytokenbucket/compare/v0.1.1...HEAD\n[0.1.1]: https://github.com/cmeister2/pytokenbucket/compare/v0.1.0...v0.1.1\n[0.1.0]: https://github.com/cmeister2/pytokenbucket/tree/v0.1.0\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmeister2/pytokenbucket", "keywords": "pytokenbucket", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "pytokenbucket", "package_url": "https://pypi.org/project/pytokenbucket/", "platform": "", "project_url": "https://pypi.org/project/pytokenbucket/", "project_urls": { "Homepage": "https://github.com/cmeister2/pytokenbucket" }, "release_url": "https://pypi.org/project/pytokenbucket/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A token bucket implementation for Python which only uses the standard library", "version": "0.1.1" }, "last_serial": 4618763, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ef754780a67875a3188533747b1b0848", "sha256": "66a0338937aa7bf258a772c85d4bce77395b5b5da10f5c04953d37dc65879758" }, "downloads": -1, "filename": "pytokenbucket-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef754780a67875a3188533747b1b0848", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4304, "upload_time": "2018-12-19T01:10:08", "url": "https://files.pythonhosted.org/packages/0b/6b/bbf893338236908f0ff89da0af41fa3fa644762913a9c6e7785353911b02/pytokenbucket-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1716b4610c726506fe9ff68480ea6e13", "sha256": "90c55af7e850a9d6b4ef8bceeb705d5f2196ac744d0b9578839dee5db669f023" }, "downloads": -1, "filename": "pytokenbucket-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1716b4610c726506fe9ff68480ea6e13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9714, "upload_time": "2018-12-19T01:10:09", "url": "https://files.pythonhosted.org/packages/bd/8e/dedddf635e967369dfe949c3d38303b5af52ef0dc7901f409c6e0cd23b74/pytokenbucket-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "291efdafd8eb59a659552b01c4129fa0", "sha256": "ea6d2522c509e057b29442e8babcc15d85c40c0ab2a15c08a3cf46d94288ab7e" }, "downloads": -1, "filename": "pytokenbucket-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "291efdafd8eb59a659552b01c4129fa0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4590, "upload_time": "2018-12-19T23:57:15", "url": "https://files.pythonhosted.org/packages/d5/2f/43d39885cee592497a2aa150481be14bb666fb73ca6bb39d283018f9ea34/pytokenbucket-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81390e15436a01c714947a532c03931b", "sha256": "19f97eae8cfcc92e0cb0709e5f2ae5278084353d1a165ebe82820fbde2bf8cd3" }, "downloads": -1, "filename": "pytokenbucket-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81390e15436a01c714947a532c03931b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10190, "upload_time": "2018-12-19T23:57:16", "url": "https://files.pythonhosted.org/packages/45/35/b056c30fb726933fcf510b5ad3627ec54a96624d34c94f9ff139bc2ab205/pytokenbucket-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "291efdafd8eb59a659552b01c4129fa0", "sha256": "ea6d2522c509e057b29442e8babcc15d85c40c0ab2a15c08a3cf46d94288ab7e" }, "downloads": -1, "filename": "pytokenbucket-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "291efdafd8eb59a659552b01c4129fa0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4590, "upload_time": "2018-12-19T23:57:15", "url": "https://files.pythonhosted.org/packages/d5/2f/43d39885cee592497a2aa150481be14bb666fb73ca6bb39d283018f9ea34/pytokenbucket-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81390e15436a01c714947a532c03931b", "sha256": "19f97eae8cfcc92e0cb0709e5f2ae5278084353d1a165ebe82820fbde2bf8cd3" }, "downloads": -1, "filename": "pytokenbucket-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81390e15436a01c714947a532c03931b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10190, "upload_time": "2018-12-19T23:57:16", "url": "https://files.pythonhosted.org/packages/45/35/b056c30fb726933fcf510b5ad3627ec54a96624d34c94f9ff139bc2ab205/pytokenbucket-0.1.1.tar.gz" } ] }