Giter Club home page Giter Club logo

virustotalapi3's Introduction

virustotalapi3's People

Contributors

drobotun avatar jijiewu avatar noraj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

virustotalapi3's Issues

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

packaging issue: deployment of tests

The issue is that the setup.py is deploying the tests folder under the root python path and not under this package one.

$ python setup.py build                                                                                                                                                                                              
running build                                                                                                                                                                                                        
running build_py                                                                                                                                                                                                     
creating build                                                                                                                                                                                                       
creating build/lib                                                                                                                                                                                                   
creating build/lib/vtapi3                                                                                                                                                                                            
copying vtapi3/vtapi3urls.py -> build/lib/vtapi3                                                                                                                                                                     
copying vtapi3/vtapi3ipaddresses.py -> build/lib/vtapi3                                                                                                                                                              
copying vtapi3/vtapi3files.py -> build/lib/vtapi3                                                                                                                                                                    
copying vtapi3/vtapi3error.py -> build/lib/vtapi3                                                                                                                                                                    
copying vtapi3/vtapi3domains.py -> build/lib/vtapi3                                                                                                                                                                  
copying vtapi3/vtapi3base.py -> build/lib/vtapi3                                                                                                                                                                     
copying vtapi3/vtapi3analyses.py -> build/lib/vtapi3                                                      
copying vtapi3/__main__.py -> build/lib/vtapi3                                                            
copying vtapi3/__init__.py -> build/lib/vtapi3      
creating build/lib/tests                                                                                  
copying tests/test_vtapi3_urls.py -> build/lib/tests
copying tests/test_vtapi3_main.py -> build/lib/tests
copying tests/test_vtapi3_ip.py -> build/lib/tests
copying tests/test_vtapi3_files.py -> build/lib/tests 
copying tests/test_vtapi3_domains.py -> build/lib/tests
copying tests/test_vtapi3_base.py -> build/lib/tests
copying tests/test_vtapi3_analyses.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests

So it's end up under /usr/lib/python3.10/site-packages/tests rather than /usr/lib/python3.10/site-packages/vtapi3/tests and so conflicts with other packages having the same issue.

Anyway usually test are not shipped in a release package so the easiest would just to remove them. Else they should be deployed in the children directory.

It's explained in ArchLinux packaging guidelines for Python: https://wiki.archlinux.org/title/Python_package_guidelines#Test_directory_in_site-package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.