treeshape

Quickly make files and directory structures
Download

treeshape Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Lange
  • Publisher web site:
  • https://launchpad.net/~jml

treeshape Tags


treeshape Description

treeshape is a Python module that allows you to quickly make file and directory structures on disk.For example:from treeshape import make_treemake_tree('.', )Will create a directory structure that looks like this:$ find .../logs./data./data/input./README$ cat READMEA simple directory layout$ cat data/inputAll of our input dataThis is particularly useful for tests that touch the disk.Product's homepage


treeshape Related Software