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.1.tar.gz
(8.6 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.1.tar.gz.
File metadata
- Download URL: tripatouilleur-0.1.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b981ab88d3066a8e694bf883dad577ab28d46d04f6e0d74d4d2afdc89bb2c9ee
|
|
| MD5 |
5c0c4ce0d05501a6bda5ee8f5fbd6e30
|
|
| BLAKE2b-256 |
e36c4435f341baa95508f0afc5414190df6ece78eb0ee7a06f86c62c8b25239e
|
File details
Details for the file tripatouilleur-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tripatouilleur-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.0 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 |
78e05951203b908a76c8b30621d94654eba45bc8685de9e3eef6211ae4e8c5b0
|
|
| MD5 |
1714d7460c10714b5ff2547f233d4812
|
|
| BLAKE2b-256 |
ab9ff2fd7bcd2746b6249e542037105b606a4d3992cc49754c6565747bab32c2
|