A powerful and elegant graph visualization and analysis library.
Project description
📊 AJP Graph
AJP Graph é uma biblioteca Python avançada para visualização e análise de grafos, projetada para ser rápida, intuitiva e esteticamente agradável.
✨ Funcionalidades
- 🚀 Performance: Otimizada para grandes volumes de dados.
- 🎨 Estética: Gráficos prontos para apresentação com paletas modernas.
- 🛠️ Fácil de Usar: API simples e direta.
📦 Instalação
pip install ajp-graph
🚀 Início Rápido
from ajp_graph import Graph
# Crie um novo grafo
g = Graph()
g.add_node("A", label="Início")
g.add_node("B", label="Fim")
g.add_edge("A", "B", weight=1.5)
# Visualize
g.plot()
📄 Licença
Distribuído sob a licença MIT. Veja LICENSE para mais informações.
Desenvolvido com ❤️ por [Seu Nome]
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 ajp_graph-0.1.0.tar.gz.
File metadata
- Download URL: ajp_graph-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee0dafc0ca17069d59915b2c59ec099ef19edfa3cc2eb7748b9a7e2bc26f69e6
|
|
| MD5 |
41434c7e33d02bbb197484b39cf473a0
|
|
| BLAKE2b-256 |
3d6c9bae0b3edfca17ddd8da8f713aad80973e7d683a80e38161ea54e576711f
|
File details
Details for the file ajp_graph-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ajp_graph-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
258eb0e027424c219834039e0630e4cb0d2166a92186d39dff549aa1150c4375
|
|
| MD5 |
192fc86d451eb8a111938b1caa3f8457
|
|
| BLAKE2b-256 |
44d6f786d1b609da7dc381094253432e29be42aef9d51fd640883ec056f222ab
|