https://github.com/damnwidget/libconda
Sublime Text 3 Golconda facilitator and GUI library
https://github.com/damnwidget/libconda
Last synced: 11 months ago
JSON representation
Sublime Text 3 Golconda facilitator and GUI library
- Host: GitHub
- URL: https://github.com/damnwidget/libconda
- Owner: DamnWidget
- License: apache-2.0
- Created: 2016-09-26T11:11:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T16:22:35.000Z (about 8 years ago)
- Last Synced: 2025-03-16T06:44:30.620Z (over 1 year ago)
- Language: Python
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/DamnWidget/libconda)
Sublime Golconda is a Sublime Text 3 library plugin that offers a ready to
use interface to the [golconda](https://github.com/DamnWidget/golconda)
standalone service. It also provides common Sublime Text 3 GUI features
that can be used by any plugin that imports it.
### Run the tests suite
Use of [pipenv](https://docs.pipenv.org/) is the recommended way to run this
project tests suite, the usual way to prepare and run our test suite is shown
below
```terminal
pipenv --python 3
pipenv install --dev
pipenv run nosetests --rednose -w st3/libconda/tests -v
```