dbrennand / virustotal-python

A Python library to interact with the public VirusTotal v3 and v2 APIs.
MIT License
66 stars 15 forks source link

1.0.0 #32

Closed dbrennand closed 2 years ago

dbrennand commented 3 years ago

1.0.0

Work in progress in branch 1.0.0.

This release will contain breaking changes to the library.

Task List

Updated 27/03/22

aserputov commented 3 years ago

Hey, @dbrennand I would like to work on this issue. Could you please assign me ?

dbrennand commented 3 years ago

Hey, @dbrennand I would like to work on this issue. Could you please assign me ?

Hi @aserputov 👋🏻

Awesome! I've actually completed the task to migrate away from Pipenv and use Poetry. I just haven't pushed those commits yet. Hopefully I can do this sometime soon so we could look at automating tests and publishing using a GitHub action such as: https://github.com/abatilo/actions-poetry

Also, I've pushed some commits for the Google docstring formats in branch v0.2.0. Specifically for virustotal.py.

I wasn't planning on changing any of the lib's functionality so if you're experienced with writing some unit tests with Pytest then that would help so much!

Otherwise, I'll push the poetry commits ASAP so you could start working on the GitHub actions bit 🙂

Let me know what you're comfortable doing 👍🏻🙂

aserputov commented 3 years ago

@dbrennand hey, I want to try working with Pytest.