nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.96k stars 185 forks source link

Move Python wrapper into separate repository #93

Closed silversquirl closed 7 years ago

silversquirl commented 7 years ago

Personally, I don't think a Python wrapper belongs in the same repo as a C library.

I'm not 100% sure how the wrapper is generated, but I'm assuming it doesn't need the full C source tree. If it does, git submodules could be used to include the C sources into the Python wrapper's repo while still providing separation between the two.

nsf commented 7 years ago

Python wrapper will stay where it is.

silversquirl commented 7 years ago

Okay.

I'm intrigued though, why have you chosen to keep it in the same repository?

nsf commented 7 years ago

I don't see a reason why I need another repository for it. It's just a few lines of text here, nobody dies from downloading a few extra ones.

silversquirl commented 7 years ago

Fair enough.