Skip to content

Commit

Permalink
add some resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Oct 15, 2018
1 parent 2cb212c commit 03bbddb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion urlquick.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,15 @@
Inspired by: urlfetch & requests
urlfetch: https://github.com/ifduyue/urlfetch
requests: http://docs.python-requests.org/en/master/
Github: https://github.com/willforde/urlquick
Documentation: http://urlquick.readthedocs.io/en/stable/?badge=stable
Testing: https://travis-ci.org/willforde/urlquick
Code Coverage: https://coveralls.io/github/willforde/urlquick?branch=master
Code Quality: https://app.codacy.com/app/willforde/urlquick/dashboard
"""

__all__ = ["request", "get", "head", "post", "put", "patch", "delete", "cache_cleanup", "Session"]
__author__ = "William Forde"
__version__ = "0.9.4"

# Standard library imports
Expand Down

0 comments on commit 03bbddb

Please sign in to comment.