mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
192 stars 55 forks source link

Install with pip #14

Closed Viatorus closed 5 years ago

Viatorus commented 6 years ago

Why is this module not available at pip?

mikitex70 commented 6 years ago

This was my first Python project... and I'm not a Python programmer. Let me study how to do it and I would be happy to let it available with pip.

mikitex70 commented 6 years ago

The plugin should now be available through pip. Give it a try, and if all is ok close this request. Thans for you suggestion.

Viatorus commented 6 years ago

Thank you for the fast help.

The pip installation seems to be a wrong. You install the folder tests (unter dist-packages/tests) which is not really need. The only importent file plantuml.py is missing.

I am not a python programmer my self, maybe you can orientate on: https://github.com/cmacmackin/markdown-include

mikitex70 commented 5 years ago

Ok, I taked a lot of time to complete but now it should be ok. Try to do a pip install plantuml-markdown, it should install the 1.2.5 version (the current). If you think it is all ok, please close this issue. Thanks again for your suggestions.

vstriz commented 5 years ago

Looks like it installs 1.2.5 only for python3. It can't find python2 compatible package. With python2.7 it installs 1.2.4 which doesn't have the fixes I need.

 Analyzing links from page https://pypi.org/simple/plantuml-markdown/
   Skipping link https://files.pythonhosted.org/packages/46/94/1b76920e6179b0abe0c030bf4d5b1fcbdde6e8d6f0f08888c3d9e6cc1c86/plantuml_markdown-1.2.3-py3-none-any.whl#sha256=9a57e426bf05526795f8d40daf4dd60f3d3ba87de9f79f76e2fd201f7a987379 (from https://pypi.org/simple/plantuml-markdown/); it is not compatible with this Python
   Found link https://files.pythonhosted.org/packages/5d/ad/4adc7721edda47ccfea13e4eb3dd31b5b7de6fddd0aab92ee5e0ad08ee1a/plantuml_markdown-1.2.4-py2-none-any.whl#sha256=ceb8b466349d4672f4982643867f5ea6617b8db56620251f2e08d7e5224d4d4e (from https://pypi.org/simple/plantuml-markdown/), version: 1.2.4
   Skipping link https://files.pythonhosted.org/packages/bb/2f/17f82e2891c8102b46365007cf427b1c6cb82e6888b1c721dffa7ab4c4d8/plantuml_markdown-1.2.4-py3-none-any.whl#sha256=df89ed1a578a9cd0f7906b987a4b645360c02f750dc9b43464dfb05e27d150fb (from https://pypi.org/simple/plantuml-markdown/); it is not compatible with this Python
   Skipping link https://files.pythonhosted.org/packages/73/de/68979a18dccc5dee9edc40e838882f524c50fb154eee67078c9c3f0c768b/plantuml_markdown-1.2.5-py3-none-any.whl#sha256=a8c3313afbf94c375ccaae752908f6cead1c42bbb57d55f552dc809ade7bb30a (from https://pypi.org/simple/plantuml-markdown/); it is not compatible with this Python
mikitex70 commented 5 years ago

Closing this issue, as now the building of pip packages is working fine. Thanks for your suggestions.

Viatorus commented 5 years ago

Thank you @mikitex70. :)