Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged dependencies  ✕   ✕
GitHub - naiquevin/pipdeptree https://github.com/naiquevin/pipdeptree
Thu 09 Apr 2020 12:27:29 PM PDT archive.org

pipdeptree is a command line utility for displaying the installed python packages in form of a dependency tree. It works for packages installed globally on a machine as well as in a virtualenv. Since pip freeze shows all dependencies as a flat list, finding out which are the top level packages and which packages do they depend on requires some effort. It can also be tedious to resolve conflicting dependencies because pip doesn't yet have true dependency resolution (more on this later). This utility tries to solve this problem.

python tools cli dependencies
GitHub - chartbeat-labs/textacy https://github.com/chartbeat-labs/textacy
Wed 20 Nov 2019 01:31:50 PM PST archive.org

textacy is a Python library for performing a variety of natural language processing (NLP) tasks, built on the high-performance spaCy library. With the fundamentals --- tokenization, part-of-speech tagging, dependency parsing, etc. --- delegated to another library, textacy focuses primarily on the tasks that come before and follow after. Abstracts away the boilerplate for the stuff you actually care about.

Quickstart: https://chartbeat-labs.github.io/textacy/getting_started/quickstart.html

python module exocortex nlp faas tokens tagging dependencies parsing ai ml
vishnubob/wait-for-it: Pure bash script to test and wait on the availability of a TCP host and port https://github.com/vishnubob/wait-for-it
Fri 25 Jan 2019 02:44:29 PM PST archive.org

wait-for-it.sh is a pure bash script that will wait on the availability of a host and TCP port. It is useful for synchronizing the spin-up of interdependent services, such as linked docker containers. Since it is a pure bash script, it does not have any external dependencies.

devops services ports monitoring dependencies utility script exocortex
cespare/deplist: List the external dependencies of a Go package. https://github.com/cespare/deplist
Mon 22 Oct 2018 11:02:30 AM PDT archive.org

A tool which prints all of the external dependencies a Go project pulls in. Does pretty much the same thing as this sequence:

go list -f '{{join .Deps "\n"}}' | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}'

golang development dependencies tools howto
npm2dot https://www.npmjs.com/package/npm2dot
Mon 19 Mar 2018 05:19:16 PM PDT archive.org

npm2dot is a utility which takes a list of NPM modules installed to support a particular package and generates code for dot (part of graphviz) which can be used to generate a visual map of what's there and how it fits together.

development npm visualization graph modules nodejs dependencies
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn