twardoch / mkdocs-combine

Convert an MkDocs Markdown source site to a single Markdown document
https://twardoch.github.io/mkdocs-combine/
Apache License 2.0
38 stars 17 forks source link

Creation of an entry under pypi #7

Open Hecatron opened 7 years ago

Hecatron commented 7 years ago

I've recently put in a pull request for some small fixups for this to work under python 3. Is there any chance this could be published to https://pypi.python.org/pypi to make this easier to install? This could be quite useful for generating pdf's from mkdocs source.

twardoch commented 7 years ago

That's on my list of todo but I need to figure out how to do it.

Hecatron commented 7 years ago

I found some details here, although I admit I haven't tried uploading to pypi myself yet

If you want to test / experiment it might be an idea to try uploading to the test index first to install from testpypi

pip install --index-url https://test.pypi.org/simple/ <packagename>
Ir1d commented 6 years ago

@twardoch Hi, is there a plan on publishing to pypi? Thx! In my case, plugins provide a better architecture, but mkdocs-combine works better :+1:

decentral1se commented 5 years ago

Oh yes, this would be great! You've seen https://packaging.python.org/tutorials/packaging-projects/ or? It's still not exactly easy these days but twine does make the situation better. I've packaged some projects, so feel free to ask. Thanks for this great fork :)