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.