From a55fb6627450ca5c53b67def0534c423b57a7d92 Mon Sep 17 00:00:00 2001 From: Lou Marvin Caraig Date: Mon, 18 Feb 2019 11:27:58 +0100 Subject: [PATCH] Updated README.md and LICENSE --- LICENSE | 2 +- README.md | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 1ccdd36..f48f6b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013 Lou Marvin Caraig +Copyright 2019 Lou Marvin Caraig Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 33847b5..ab7e972 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fse7entyse7en%2Frequests-throttler.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fse7entyse7en%2Frequests-throttler?ref=badge_shield) - # RequestsThrottler: HTTP requests throttler -RequestsThrottler is an Apache2 Licensed HTTP library, written in Python, and powered by futures and [Requests](https://github.com/kennethreitz/requests>). +RequestsThrottler is an Apache2 Licensed HTTP library, written in Python, and powered by futures and [Requests](https://github.com/kennethreitz/requests). See the [full documentation](http://pythonhosted.org/RequestsThrottler). With RequestsThrottler you can easily throttle HTTP requests! After having created your throttler with a delay of your choice, you just have to: @@ -50,7 +48,3 @@ Use `pip` to install RequestsThrottler: ## Features - `BaseThrottler` a simple throttler with a fixed amount of delay - - -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fse7entyse7en%2Frequests-throttler.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fse7entyse7en%2Frequests-throttler?ref=badge_large)