Utilities to create, open, extend, and animate .tripa files.
Project description
Tripatouilleur
Tripatouilleur is a Python package to create, open, extend, and animate .tripa files.
License: MIT Author: Cognet Benjamin
Installation
pip install tripatouilleur
For local development:
pip install -e .
Quick start
from tripatouilleur import FileTripa
tripa = FileTripa.open("example.tripa")
tripa.extend(2)
tripa.save("example_extended.tripa")
tripa.close()
Package contents
tripatouilleur.Tripa: base classtripatouilleur.FileTripa: work with.tripaarchives on disktripatouilleur.ImageTripa: image-oriented helperstripatouilleur.VirtualTripa: in-memory triangle generation
Build a distribution
py -m build
This generates a source distribution and a wheel in dist/.
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
tripatouilleur-0.1.0.tar.gz
(9.3 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 tripatouilleur-0.1.0.tar.gz.
File metadata
- Download URL: tripatouilleur-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbab4bf4851f027a7ead88629274d6c9f4c7ba2cb66e9b2543ce42d43e31803d
|
|
| MD5 |
17bb657ea12bcd83420ff441eaa73cac
|
|
| BLAKE2b-256 |
33257ac5ebec5e6438c6f6228586312b7204a5228faf4697c856412393a2ec80
|
File details
Details for the file tripatouilleur-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tripatouilleur-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5547a29f4bd9de5e211acc36f35c2a4f2e500b5fa8e501c1786a3d8b5c5a81a
|
|
| MD5 |
7a23c2402e7d2a7ce068c8501b15325f
|
|
| BLAKE2b-256 |
a24369f49c77f7f5d110ce491ff8044b451b8eeb73dd6b3d78406616c97a1b57
|