freebsd-ports/www/py-requests1/pkg-descr
Kubilay Kocak 6e178f3944 www/py-requests1: Copy from www/requests so we can upgrade to 2.x
Copy www/requests -> www/requests1 so we can update the main port to
version 2.x. Next commit will sweep all dependants.

While I'm here:

- Enable STAGE support
- Enable AUTOPLIST
- Deprecate easy_install target
- Add CONFLICTS
- Tweak COMMENT

PR:		ports/185631
2014-01-27 12:05:33 +00:00

20 lines
464 B
Plaintext

Requests is an ISC Licensed HTTP library, written in Python, for human beings.
Features
- International Domains and URLs
- Keep-Alive & Connection Pooling
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Basic/Digest Authentication
- Elegant Key/Value Cookies
- Automatic Decompression
- Unicode Response Bodies
- Multipart File Uploads
- Connection Timeouts
- .netrc support
- Python 2.6-3.3
- Thread-safe
WWW: http://python-requests.org/