DEV Community

Jason Snow
Jason Snow

Posted on

Published My First PyPI Package

I am excited to say that I finally got around to "shipping-it"! I have been working on a Python API client for the YouVersion Public API for some time, always looking for ways to make it "better". I decided that I can continue to iterate the project but it would also be best if I got it out there.

You can find the published package on PyPI or follow the project on GitHub.

It sure does feel good to release something!

Let me know what you all think 😃

(P.S. this is also my first post on DEV.to)

Top comments (5)

Collapse
 
teaglebuilt profile image
dillan teagle

i think its great! You should look into tests, code coverage, travis ci, and tox for building a deployment pipeline to Pypi. Check out example of my package below.

I like how your using Makefile

github.com/teaglebuilt/robotframew...

Collapse
 
jyksnw profile image
Jason Snow

Thanks, I will take a look at your package!

I totally have travis ci and tests on my to-do list for the project. I have codacy setup to help with coverage and review, is there a coverage tool that you like or would suggest?

Collapse
 
teaglebuilt profile image
dillan teagle

I used coveralls but I think codacy would be a great choice with pytest

Collapse
 
ajkerrigan profile image
AJ Kerrigan

Hey Jason, congrats on both your first post and first package!

Collapse
 
jess profile image
Jess Lee

Woohoo!!