c4software / python-sitemap

Mini website crawler to make sitemap from a website.
GNU General Public License v3.0
362 stars 110 forks source link

Add package to PyPI #64

Open Garrett-R opened 4 years ago

Garrett-R commented 4 years ago

This package seems quite popular and would benefit from being on PyPI. We could check out Poetry to keep it simple.

I can take a look at doing this one if it's of interest.

Garrett-R commented 3 years ago

@c4software what do you think of this? Would be nice if people could just do something like:

pip install python-sitemap
python-sitemap --domain http://blog.lesite.us --output sitemap.xml

Much more user-friendly and I think it would get this package much more usage. I could get it all set up in terms of config and any required code structure changes and then you'd just have to create an account on PyPI and do the publish command which I can document - it's all very easy, I just published my package earlier this year.

c4software commented 3 years ago

Hi,

Sorry for the delay @Garrett-R It's an EXCELLENT idea ! I will do this as soon this month as I can.

Thanks for the suggestion.

Garrett-R commented 3 years ago

Awesome! That'll be pretty cool, let me know if you want any help!

c4software commented 2 years ago

One year later, I will look to publish it. Thanks again for the EXCELLENT IDEA !

Garrett-R commented 2 years ago

For sure!