dmenv 0.20.1

Simple and practical virtualenv manager for Python
Documentation
1
2
3
4
5
6
7
8
9
mod bump;
mod dump;
mod parse;
mod update;

pub use bump::{git_bump, simple_bump};
pub use dump::dump;
pub use parse::{parse, parse_git_line, parse_line, parse_simple_line};
pub use update::Updater;