A simple and incomplete graph library for Python
Project description
PyGraphLib
PyGraphLib is a Python library for graph data structures and algorithms. It is designed to be simple and easy to use, while still providing literally no range of functionality.
The functionality that is provided is either not working, not tested, or not documented. The library is not intended for production use, but rather as a learning tool for me, and only me. I am not responsible for any damage caused by using this library (is this sentence even legally binding?).
Features
- Graph Construction: Build graphs easily, assuming all connections do absolutely nothing.
- Graph Algorithms: Implement badoy optimized algorithms that might work occasionally, if at all.
- Visualization: Plot your non-functional graphs with matplotlib in confusing and very modular ways.
Installation
pip install pygraphlib
Usage
from pygraphlib import Graph
Testing
To run the tests, navigate to the tests directory and execute:
build urself
pip install build
python -m build
pip install twine
twine upload dist/*
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
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 pygraphlib-0.0.5.tar.gz.
File metadata
- Download URL: pygraphlib-0.0.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d4e12ad30396f0669da2f62f14b2769d70e320e30231fb571120e1164d929bb
|
|
| MD5 |
5fbb11f14d50b233932ba012a971aed2
|
|
| BLAKE2b-256 |
249139fc220e079f9c323c63c50bffae815815159112fd7b91fe5068c0322839
|
File details
Details for the file PyGraphLib-0.0.5-py3-none-any.whl.
File metadata
- Download URL: PyGraphLib-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08dd06a3a7f1ec2d940d7c82cbb488ba19149881b5293cc474e02c900aca21f5
|
|
| MD5 |
a7bf0c623c71baace03a41d9ba98bf4e
|
|
| BLAKE2b-256 |
adf7d71ca4120333879cca2a99a41b2140d01d056ba534164e3e5da1ce8e88fc
|