Python library for graph drawing
Project description
Abstract
Abstract is a Python library for creating and drawing graphs and taking advantage of graph properties.
Graph
In computer science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from mathematics; specifically, the field of graph theory. [1]
A graph data structure consists of a finite (and possibly mutable) set of vertices or nodes or points, together with a set of unordered pairs of these vertices for an undirected graph or a set of ordered pairs for a directed graph. These pairs are known as edges, arcs, or lines for an undirected graph and as arrows, directed edges, directed arcs, or directed lines for a directed graph. The vertices may be part of the graph structure, or may be external entities represented by integer indices or references. [1]
Future Features
- Create a graph from:
- list of dictionaries
- dataframe
- Create a new graph by filtering a graph
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abstract-0.1.1.tar.gz.
File metadata
- Download URL: abstract-0.1.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fed0ec9a9840733b3935a417537642a38e173e1fe86030b0769b07ff54e600b
|
|
| MD5 |
7f962b3f7d705acda0b3f875a18ecc44
|
|
| BLAKE2b-256 |
4df2881c2a6506f956f16185fc6dbdec050f0e3b97f876ef5aef3946d3d1089c
|
File details
Details for the file abstract-0.1.1-py3-none-any.whl.
File metadata
- Download URL: abstract-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01d3d1f3396499364d0f559daddf04563a15bff1b16fa5f60e8f13efb8168767
|
|
| MD5 |
fbac2f44a893be97b71515a0dd735ae3
|
|
| BLAKE2b-256 |
7d03d428d2ff87b3a212cad58403bdcb34312a1ee48febb8d5fc81eb7a2e572a
|