pathtools module for Package Control
July 6, 2016 ยท View on GitHub
This is a mirror of the pathtools module, created for using it as dependency in Package Control for Sublime Text.
| this repo | pypi |
|---|---|
How to use
-
Create a
dependencies.jsonfile in your package root with the following contents:{ "*": { "*": [ "pathtools" ] } } -
Run the Package Control: Satisfy Dependencies command via command palette
-
Import as you usually do in stand-alone Python, e.g.
from pathtools.path import absolute_path
See also: Documentation on Dependencies