This is a Sublime Text dependency that adds pyfispip package to all sublime versions.
While this package is not published in the official repository, you can add this repository to your Package Control (Ctrl/Cmd + Shift + P -> *Package Control: Add Repository")
https://raw.githubusercontent.com/fopina/sublime-pyfispip/repo/repository.json
Using it as dependency in your package is as easy as including a dependencies.json file with:
{
"*": {
"*": [
"pyfispip"
]
}
}