Skip to main content

CLI endpoint to handle (ASP encoded) graphs

Project description

# Grasp
Graph with ASP made easy.



## Use cases

### Write an ASP graph into gexf

grasp convert data.lp target.gexf

### Extract the biggest cc, write it anonymized in gml

grasp split data.lp --biggest-first "data_cc.lp" --slice 0 1
grasp convert data_cc_1.lp target.gml --anonymized

### Generate a small world graph in gml

grasp generate data.gml erdos_renyi_graph n=100 p=0.01


## Packaging

pip install graph-asp

Will also populate your env with the executable `grasp`,
enabling access to the CLI.

Note that the package *grasp* exists, but is unrelated to this work.


## CLI commands
CLI provides access to higher level [routines](grasp/routines.py).

- `split`: split by connected component.
- `info`: give info about given graph.
- `convert`: rewrite, anonymize or convert the graph to (clean) ASP or standard format.
- `generate`: generate a graph using a given generation method.
<!-- - `compress`: produce the powergraph compression of given graph as a bubble file -->
<!-- - ``: -->

### Other examples

# split a graph by cc
python -m grasp split data.lp -o "data_{}.lp"

# get infos
python -m grasp infos data.lp --graph-properties

# there is a shitload of options
python -m grasp infos --help

# conversions between formats
python -m grasp convert data.lp data.gml --anonymize

# generation of new graphs to play with
python -m grasp generate graph.gml powerlaw_cluster_graph n=5 m=2 p=0.01

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

graph-asp-0.0.9.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

graph_asp-0.0.9-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file graph-asp-0.0.9.tar.gz.

File metadata

  • Download URL: graph-asp-0.0.9.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for graph-asp-0.0.9.tar.gz
Algorithm Hash digest
SHA256 ff025d2b3253146c2a2199f63f5b690dce1fed60b3f8f5b01abd513f7a2d70e9
MD5 7ff2d0dba1a6668f131774651d59f20c
BLAKE2b-256 1c9189bdcb26d4f7746de65385e260c1073eb5079daca8847a56e738869e9191

See more details on using hashes here.

File details

Details for the file graph_asp-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for graph_asp-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 3f4d8818044e29081719003b52316f98fea4af8088f67fed4b7473b777a7f51a
MD5 10fe46bfe087983707b724f17fa8fdf5
BLAKE2b-256 ae14c568e326058c2bfef2ce4fb9b9193408c7d7a8d4a518079c81de6f77b228

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page