Skip to content

Commit

Permalink
Add a PyPI downloads badge from shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
skejserjensen committed May 2, 2024
1 parent a046864 commit c5238ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
pygrametl
=========
.. image:: https://github.com/chrthomsen/pygrametl/actions/workflows/python-unittest-on-pr-and-push.yml/badge.svg
|badge1| |badge2|

.. |badge1| image:: https://github.com/chrthomsen/pygrametl/actions/workflows/python-unittest-on-pr-and-push.yml/badge.svg
:target: https://github.com/chrthomsen/pygrametl/actions

.. |badge2| image:: https://img.shields.io/pypi/dm/pygrametl?style=flat&label=Downloads
:target: https://pypi.org/project/pygrametl/

`pygrametl <http://pygrametl.com>`_ (pronounced py-gram-e-t-l) is a Python framework that provides functionality commonly used when developing Extract-Transform-Load (ETL) programs. It is fully open-source and released under a 2-clause BSD license. As shown in the figure below, an ETL program that uses pygrametl is a standard Python program that imports pygrametl and uses the abstractions it provides. To provide developers with complete control over the data warehouse's schema, pygrametl assumes that all of the dimension tables and fact tables used in the ETL program have already been created using SQL.

Expand Down

0 comments on commit c5238ea

Please sign in to comment.