Questions tagged [pyblime]

pyblime is an open source Python module which provides a text editor widget with functionality like Sublime Text

pyblime is an open source Python module which provides a text editor widget with functionality like that of Sublime Text. This includes syntax highlighting using sublime-syntax grammars, tmTheme color schemes, and API compatibility for customization using Python commands and keybindings.

GitHub page: https://github.com/brupelo/pyblime

1 questions
0
votes
1 answer

Questions about packaging the first PyPi project

Few days ago I've created a little project called pyblime and right now I was trying to figure out how to create a proper setup.py that allowed me to upload the "right stuff" to PyPi so users will be able to enjoy the project by using pip without…
BPL
  • 9,632
  • 9
  • 59
  • 117