vulndb / python-sdk

Python SDK to access the vulnerability database
BSD 3-Clause "New" or "Revised" License
22 stars 15 forks source link

Python3 package? #14

Closed LocutusOfBorg closed 5 years ago

LocutusOfBorg commented 5 years ago

Hello, in Debian we are dropping Python2 from next stable... bugs.debian.org/938253

andresriancho commented 5 years ago

Thanks for reporting this.

Fixed in latest pypi release https://pypi.org/project/vulndb/0.1.3/ and also in master. The tool now supports both 2 and 3.

LocutusOfBorg commented 5 years ago

Shouldn't then the setup.py file also list Python3 then?

LocutusOfBorg commented 5 years ago

thanks for fixing!

LocutusOfBorg commented 5 years ago

got it, looks like this git repo is outdated!

andresriancho commented 5 years ago

Ah, sorry, forgot to push.

andresriancho commented 5 years ago

https://github.com/vulndb/python-sdk/blob/master/setup.py#L43