BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
104 stars 25 forks source link

Add ETL to project description #131

Closed volcan01010 closed 1 year ago

volcan01010 commented 2 years ago

Summary

As someone looking for an ETL tool, I want ETL to appear in the project description so that ETL Helper comes up in PyPI searches.

Description

Searching PyPI for ETL doesn't actually bring ETL Helper up as a result. This is because it doesn't recognise the substring etl in the name and because ETL doesn't appear in the project description.

https://pypi.org/search/?q=etl

The current description is:

etlhelper is a Python library to simplify data transfer into and out of databases.

We should update it with:

etlhelper is a Python ETL library to simplify data transfer into and out of databases.

The description is stored in setup.py

Acceptance criteria