szazo / DHT11_Python

Pure Python library for reading DHT11 sensor on Raspberry Pi
MIT License
296 stars 225 forks source link

Make DHT11_Python a pip package #6

Closed blakev closed 3 years ago

blakev commented 7 years ago

You should make this a pip installable package, rpi-dht11.

I can make a pull request if you'd be willing to manage the pypi project.

szazo commented 7 years ago

Sure, it sounds great, please proceed with the request.

scollis commented 6 years ago

Also need to populate with setup.py et al.. This would mean moving the base code into a subdir.. @blakev are you still working on that? I would also like to link to BerryConda https://github.com/jjhelmus/berryconda

obains commented 4 years ago

+1 for creating a setup.py. if @blakev is not doing it, I can have a look (but not so experienced with this sort of stuff).

dragoneena12 commented 3 years ago

Hi @szazo I want to make it easier to use this library by register PyPI. Can I work on this?

szazo commented 3 years ago

Hi @szazo I want to make it easier to use this library by register PyPI. Can I work on this?

Dear @dragoneena12,

Sure :) Do you need anything from me for that, or enough if I will merge your pull request?

Thanks Zoli

dragoneena12 commented 3 years ago

@szazo I uploaded this package to PyPI and now we can install this library just by pip install dht11 ! Now the maintainer of PyPI project is just me, so please register PyPI and tell me your username. Then I will add you as project owner. I will make pull request to update readme.md later. Thanks!

szazo commented 3 years ago

My username is szazo on pypi. Thank you :)

dragoneena12 commented 3 years ago

I added you as a project owner. Thanks :)