Giter Club home page Giter Club logo

Comments (5)

sinoroc avatar sinoroc commented on July 18, 2024

Thanks for trying my code. I will look into this in the next days.

from deptree.

sinoroc avatar sinoroc commented on July 18, 2024

It should be partly possible to use this tool as a library.

Providing input and triggering the computation is straightforward. But as the code is written now, the output will still be strings written to the console. So it is probably not what you need.

from deptree.

sinoroc avatar sinoroc commented on July 18, 2024

I will see if I can make it easier to use as a library.

from deptree.

sinoroc avatar sinoroc commented on July 18, 2024

@gaugup Any details on how you would like to use this in a library context?

from deptree.

gaugup avatar gaugup commented on July 18, 2024

Hi @sinoroc,

I have something like this in mind:-

from deptree import deptree
dependencies_graph = deptree('package_name') 
for dependency in dependencies_graph:
     # Do something with the immediate dependency
 
     # recursively walk the dependencies of the top level dependency
     

Currently, for testing dependencies in my line of product development, I use python subprocess module with deptree and then parse the console output. We could parse the console output as well to achieve the above, though it might be fairly tedious.

Regards,

from deptree.

Related Issues (1)

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.