Unlisted mirror of private melamine repo for CSC842 students
Find a file
2023-07-16 15:06:48 -07:00
melamine clean up proc/etc handling 2023-07-16 15:06:48 -07:00
.flake8 MVP for testing 2023-07-16 09:30:36 -07:00
.gitignore Initial 2023-07-15 13:08:04 -07:00
.pre-commit-config.yaml Initial 2023-07-15 13:08:04 -07:00
LICENSE Initial 2023-07-15 13:08:04 -07:00
pyproject.toml Trying out aiopath 2023-07-16 12:59:30 -07:00
README.md Doing libzfs the hard way, but it works 2023-07-16 10:23:03 -07:00

melamine

todo!

install

sudo apt install --yes --no-install-recommends build-essential python3-dev libzfslinux-dev && \
sudo pip3 install Cython && \
git clone https://github.com/truenas/py-libzfs && \
cd py-libzfs && ./configure --prefix=/usr && sudo make install