madato 0.7.1

A library and command line tool for reading and writing tabular data (XLS, ODS, CSV, YAML), and Markdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf
RUN apt update && apt install -y --no-install-recommends software-properties-common && \
    add-apt-repository ppa:deadsnakes/ppa && \
    apt update

RUN apt search python3


RUN  apt install -y --no-install-recommends python3.10 \
     python3-pip python3-venv && \
     pip3 install -U pip && \
     sudo update-alternatives  --set python /usr/bin/python3.19

WORKDIR /builds
RUN python3 -m venv .venv &&  \
# .venv/bin/pip3 install toml && \
    .venv/bin/pip3 install maturin