Skip to content

Commit

Permalink
Updated README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
se7entyse7en committed Feb 18, 2019
1 parent 8afc4bc commit a55fb66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)

0 comments on commit a55fb66

Please sign in to comment.