danslimmon / oscar

Scan your coffee's barcode, and it'll get added to your grocery list
MIT License
263 stars 46 forks source link

ArchLinux ARM/Python3 compatibility #10

Closed digital-shokunin closed 10 years ago

digital-shokunin commented 10 years ago

I would like to run this on my Pi but I'm using Arch Linux Arm which installs Python 3 as the default Python.

I would like to port this to Python 3 or do a Python 3 fork of this?

danslimmon commented 10 years ago

Fork the crap out of it! When you get it working I guess I'll link your fork in the README? Not sure exactly how that generally works.

digital-shokunin commented 10 years ago

Another issue, I don't think you've declared a license for it yet? By default, no license means full copyright under law so technically I can't work on your code even though it's out here on github. Something one of the github guys talked about in a workshop I attended.

If you create a new file in the repository and name it LICENSE github will give you a list of options to prefill. I guess the TrelioDB stuff falls under it's own license, so you just need to pick one for your code?

danslimmon commented 10 years ago

Whoops. Just added the MIT license, which I've used in the past on things.

digital-shokunin commented 10 years ago

I created a python3 branch

danslimmon commented 10 years ago

Awesome.