- Use explicit u'' prefix rather than importing unicode_literals from __future__ to avoid warnings from click on Py2.
- Tested on Python 3.5.
- Don't pin to python-dateutil==2.2.
- Echo search results in pager.
- Use HTTPS urls. Thanks Alex Gaynor.
- Fix error in search when a package's summary is
None
. Thanks Eric Lo.
- Disable pager for displaying search results until click has better support for ANSI styles in the pager. Thanks Arne Neumann for reporting.
- Support newer versions of click. Thanks Juraj Bubniak for reporting.
- Fix bug that caused search to raise a TypeError on Python 3. Thanks @barrio for reporting.
- Search command shows package summaries.
- Search command shows all results in the pager.
- Fix bug that caused a crash in search. Thanks Christian Pedersen for reporting.
- Add
--web
option to search command. - Fix bug with locating packages with an underscore character.
- Add license, maintainer, and documentation info to the
info
command.
- First release.
- Supports
stat
,browse
, andsearch
, andinfo
commands.