1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/py-requests/pkg-descr
Kubilay Kocak 06bfe378c6 - Update to 1.1.0
- Update pkg-plist
- Remove unnecessary RUN_DEPENDS
- Update USE_PYTHON version compatibility
- Update regression-test: target
- Update pkg-descr and WWW: tab->space
- Remove unnecessary patches

Changes: https://github.com/kennethreitz/requests/blob/v1.1.0/HISTORY.rst

PR:		ports/174646
Submitted by:	rene, Alexey V. Degtyarev <alexey@renatasystems.org>
Approved by:	eadler (mentor)
2013-04-26 02:58:51 +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/