Metadata-Version: 2.1
Name: sopel-pypi
Version: 0.2.0
Summary: A Sopel plugin to show information about linked PyPI packages.
Home-page: https://github.com/sopel-irc/sopel-pypi
Author: dgw
Author-email: dgw@technobabbl.es
License: Eiffel Forum License, version 2
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Eiffel Forum License (EFL)
Classifier: License :: OSI Approved :: Eiffel Forum License
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: sopel (<9,>=7.1)

# sopel-pypi

A Sopel plugin to show information about linked PyPI packages.


NEWS
====

Version 0.2.0
-------------

Added:

* Support pypi.io links (#5)

Changed:

* Support upcoming Sopel 8.0 version; now requires 7.1+ (#6)


Version 0.1.4
-------------

Fixed:

* Package author field can be empty (#4)


Version 0.1.3
-------------

Fixed:

* PyPI API changed (#3)


Version 0.1.2
-------------

Fixed:

* Query with no version specified now says "(any)" instead of the previous
  direct-to-string conversion of "None" (#2)


Version 0.1.1
-------------

Added:

* Output link to release if invoked via command

Fixed:

* URL pattern not matching some allowed punctuation in package names

Meta:

* Corrected project description content type for PyPI


Version 0.1.0
-------------

Initial release.


