Geração de arquivos ANX (Alias) em Python
Project description
AliasAnx
Biblioteca para gerar arquivos ANX (Alias) em Python.
Instalação
pip install AliasAnx
Uso rápido
from aliasanx import Pyanx
px = Pyanx()
px.add_node(entity_type='Person', label='Alice', ring_color=255, description='Pessoa exemplo')
px.add_node(entity_type='Person', label='Bob')
px.add_edge('Alice', 'Bob', label='knows', color=0, style='Solid')
px.create('exemplo.anx')
Licença
Apache-2.0
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
aliasanx-0.1.0.tar.gz
(5.5 kB
view details)
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 aliasanx-0.1.0.tar.gz.
File metadata
- Download URL: aliasanx-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b597f102cf043a64921313cd585da6e5dd1f1c1773458a6e35b9c78a7e7c8627
|
|
| MD5 |
dcab5c08423898a0254226c4cb426110
|
|
| BLAKE2b-256 |
d78588690dc9f21301554542e2bf420e7eb870f4e9c6cc94ada3246612b45831
|
File details
Details for the file aliasanx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aliasanx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b6cb97b31619d4f9e0774a6f4e63a320ed8b97fc2d0c0e2faa70de09d27d16e
|
|
| MD5 |
ccb87d94427ab992133ab5d5dce52f0f
|
|
| BLAKE2b-256 |
1d9dd9c279fef6f075042f52f8db2491432d6da498893d932605f5588e898e94
|