I Published the Python Package on PyPi : pip install google-address-to-latlong-csv

Shrikant DhayjeShrikant Dhayje
1 min read

So today I Published an python package first time in my life.

Now This is a Python 3 Package which gets the list of data of addresses from an csv file and gives an output as csv with additional fields of latitude and longitude of the address provided by google GeoCoding API.

I Created this Package With very simple program of Poetry.

So Now Poetry is an Virtual Environment Manager Just Like Pipenv or Virtual Env But with It's Own Way of creating wheel for our Project and also it helps us to publish the package.

How to Publish a Python package with help of poetry

  • Make your project in a folder with __init__.py file and goto parent of that package_name_folder
  • run poetry build
  • run poetry publish
  • It will ask credentials of pypi.org so fill it and your package published

you can install the package by running

pip install google-address-to-latlong-csv

pip install google-address-to-latlong-csv

I Know I Am writing this post after too much time, because i actually didn't have that many article topics so i just didn't published some unnecessary stuffs. But I Have Now some topics to cover so just wait for it.

Thanks bye, ๐Ÿ‘‹

1
Subscribe to my newsletter

Read articles from Shrikant Dhayje directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Shrikant Dhayje
Shrikant Dhayje

I'm a software developer from India. :india: I live in Shrirampur City, Maharastra :india: I'm currently learning Back-end Web Developing via Python Programming Language.