0.0.7
0.0.7 #15
Main Changes
- Fixed syntax error in
./virustotal_python/virustotal.py
. - Added Typing hints to
./virustotal_python/virustotal.py
. - Updated urls to new Virustotal API documentation.
- Bumped version to 0.0.7.
url_report
parameterscan
now acceptstype(int)
. It is NO longertype(str)
.- Altered examples to compensate for above change.
- Updated dependencies.
- Added tests using
pytest
. Located at./virustotal_python/tests.py
- Changes to README.md
0.0.7 is avaliable through pip3 install virustotal-python
👍