Skip to content

vovkkk/sublime-pathtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pathtools module for Package Control

This is a mirror of the pathtools module, created for using it as dependency in Package Control for Sublime Text.

this repo pypi
latest tag pypi

How to use

  1. Create a dependencies.json file in your package root with the following contents:

    {
       "*": {
          "*": [
             "pathtools"
          ]
       }
    }
  2. Run the Package Control: Satisfy Dependencies command via command palette

  3. Import as you usually do in stand-alone Python, e.g.

    from pathtools.path import absolute_path

See also: Documentation on Dependencies

License

MIT