Coder Social home page Coder Social logo

pkgdeps.jl's Introduction

PkgDeps.jl

Small package to give more insightful information about package dependencies.

Examples:

To find all packages that use Tables.jl we use users

julia> users("Tables")
154-element Vector{String}:
 "CurrentPopulationSurvey"
 "Matte"
 "GeoStatsBase"
 "XLSX"
 
 "SQLite"
 "BraidChains"
 "PrettyTables"
 "CSV"

To find all the dependencies of a package, use dependencies, e.g.

julia> dependencies("DifferentialEquations")
Dict{String, Base.UUID} with 157 entries:
  "Pkg"                    => UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f")
  "ForwardDiff"            => UUID("f6369f11-7733-5829-9624-2563aa707210")
  "RecursiveFactorization" => UUID("f2c3362d-daeb-58d1-803e-2bc74f2840b4")
  "SuiteSparse"            => UUID("4607b0f0-06f3-5cda-b6b1-a6196a1729e9")
  "ParameterizedFunctions" => UUID("65888b18-ceab-5e60-b2b9-181511a3b968")
  "DelayDiffEq"            => UUID("bcd4f6db-9728-5f36-b5f7-82caef46ccdb")
  "MuladdMacro"            => UUID("46d2c3a1-f734-5fdb-9937-b9b9aeba4221")
  "TableTraits"            => UUID("3783bdb8-4a98-5b6b-af9a-565f29a5fe9c")
  "OffsetArrays"           => UUID("6fe1bfb0-de20-5000-8ca7-80f57d26f881")
  "ConstructionBase"       => UUID("187b0558-2788-49d3-abe0-74a17ed4e7c9")
  "OrderedCollections"     => UUID("bac558e1-5e72-5ebc-8fee-abe8a469f55d")
  "MultiScaleArrays"       => UUID("f9640e96-87f6-5992-9c3b-0743c6a49ffa")
  "StochasticDiffEq"       => UUID("789caeaf-c7a9-5a7d-9973-96adeb23e2a0")
                          => 

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.