FRC4564 / Xbox

Python class to support xbox 360 controller under Linux on RaspberryPi
129 stars 35 forks source link

Distribute vi PyPI #1

Closed amorphic closed 3 years ago

amorphic commented 8 years ago

Thanks for this handy module!

Would you be open to packaging it up properly and uploading it to PyPI? That would make it easy to incorporate into other projects.

I'd be happy to submit a PR for the packaging and take care of uploading to PyPI if it would help.

FRC4564 commented 8 years ago

Hi amorphic,

I'm not familiar with what it takes to submit to PyPI, but if it is easy enough and you'd like to do it, please feel free to do so.

I was also thinking that I can add a 'wget' link to the readme to make it easy to grab the code.

Steve

macaquedev commented 3 years ago

Hello amorphic and FRC4564.

I have published this package to PyPI, listing FRC4564 as the maintainer and owner of the package and the code.

to install it, just run pip install xbox-remote

amorphic commented 3 years ago

Thanks @macaquedev! :+1: