titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
559 stars 164 forks source link

Upload package on PyPI #101

Closed FrancescoCasalegno closed 2 years ago

FrancescoCasalegno commented 2 years ago

Hi, and thanks for this very nice package!

I would like to use your package for a project. However, if the package is not on PyPI, I cannot declare it as a dependency of my own package.

I see that you have done more than a release on GitHub, so uploading on PyPI should be easy.

Could you please do that? Thank you in advance!

titipata commented 2 years ago

Hi @FrancescoCasalegno,

Yes, I just uploaded Pubmed parser version 0.3.0 on PyPI here https://pypi.org/project/pubmed-parser/. Can you try installing the package using

pip install pubmed-parser

to see if it works for you? If it works, I can add the instruction on README.md.

FrancescoCasalegno commented 2 years ago

It works perfectly, thanks!

titipata commented 2 years ago

@FrancescoCasalegno Awesome! I will close this issue for now since I updated README. Let me know if something crashes, I can reopen this issue!