libpybuild 0.0.2

Python src+dependency bundler library
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod bundle;
pub use crate::bundle::{Bundle, BundleOptions};

pub(crate) mod install;
pub use crate::install::{Install, InstallOptions};

pub(crate) mod parse;

pub(crate) mod transfer;
pub(crate) mod zip;