Graphscraper

Latest version: v0.5.0

Safety actively analyzes 621008 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.0

Fixed a bug in NodeList and improved the handling of the Spotify API.

0.3.0

Changes:
- Fixed the neighbor count limiting feature of `SpotifyArtistNode`.
- Made the neighbor count limitation configurable in `SpotifyArtistGraph`

0.2

0.1.1

No real changes. The main reason for creating this release is to prepare for the registration of the project on pypi.

0.1

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.

0.1.0

* Fixed some caching issues.
* Added an `external_id` property to `Node`.
* Added a Spotify API based graph scraper implementation where artists are the nodes of the graph and two artists are connected if they are related according to the Spotify API related-artists endpoint.

For the individual requirements of specialised graph implementations please take a look at the corresponding module's documentation.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.