Skip to content

vfxetc/dirmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirMap - The Directory Mapper

Useful for systematically translating paths from one environment to another in which volumes are mounted differently, or directories otherwise moved.

The smallest example:

>>> dirmap = DirMap({'/src': '/dst'})
>>> dirmap('/src/something')
'/dst/something'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages