Initial 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 anigraph.Graph
instance (see the igraph project) as the "remote" data source. - A demo (
graphscraper.demo
) showing the basic usage of the graphscraper project.