posy 0.0.1

[wip] Python installer and package manager
1
2
3
4
5
6
7
mod http;
pub mod lazy_remote_file;
pub mod ureq_glue;
pub mod user_agent;

pub use self::http::{CacheMode, Http, HttpInner, NotCached};
pub use self::lazy_remote_file::LazyRemoteFile;