Skip to content

Initial release

Compare
Choose a tag to compare
@volfpeter volfpeter released this 29 Sep 13:56
· 17 commits to master since this release

First release of the project.

Contents

  • Base graph (graphscraper.base.Graph) implementation with SQLAlchemy and Flask-SQLAlchemy database interface (graphscraper.db) and automatic database management.
  • An example Graph implementation (graphscraper.igraphwrapper.IGraphWrapper) that uses an igraph.Graph instance (see the igraph project) as the "remote" data source.
  • A demo (graphscraper.demo) showing the basic usage of the graphscraper project.