Skip to content

Supports package importing and scraping.

Latest
Compare
Choose a tag to compare
@jenmud jenmud released this 21 Jul 12:49

Release notes

  • Funnel-web now support finding and including packages in the scrape. So for example, running a scrape on django will now find and include the subpackages.
  • Added in a bugfix where all methods was showing up as methods on the subclasses, particularly on the object class.
  • Now that we are including packages, scrapes can get really big and result in really long scrape times. This is because we are doing an extremely detailed and exhaustive scrape. Big packages like django and twisted can take a while to completed. So I have added in a option to exclude packages and modules that you are not particularly interested in, for example test suites. Excluding tests can speed things up nicely but it is all depended on the package.
  • You can now dump the graph to a json file in the ruruki format. You can then reload this dump at a later stage without needing to scrape again. You can then also import the dump in an environment that does not necessarily have all the packages installed.

Tips

If you only want to scrape a subpackage, you can by specifying the import path.

$ funnel-web flask.app