File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# AWS Data Tools
22
3- An set of opinioned (but flexible) Python libraries for querying and transforming data
3+ <!-- Badges -->
4+ [ ![ Actions Status] [ gh-actions-badge ]] [ gh-actions-link ]
5+ [ ![ PyPI] [ pypi-badge ]] [ pypi-link ]
6+ [ ![ License] [ license-badge ]] [ license-link ]
7+
8+ A set of opinioned (but flexible) Python libraries for querying and transforming data
49from various AWS APIs, as well as a CLI interface.
510
611This is in early development.
712
8- [ ![ PyPI version] ( https://badge.fury.io/py/aws-data-tools.svg )] ( https://badge.fury.io/py/aws-data-tools )
9- ![ Build] ( https://github.com/timoguin/aws-data-tools/actions/workflows/main.yml/badge.svg )
10-
1113## Installation
1214
1315Using pip should work on any system with at least Python 3.9:
@@ -269,3 +271,12 @@ References:
269271## Contributing
270272
271273View the [ Contributing Guide] ( .github/CONTRIBUTING.md ) to learn about giving back.
274+
275+
276+ <!-- Markown anchors -->
277+ [ gh-actions-badge ] : https://github.com/timoguin/aws-data-tools-py/actions/workflows/ci.yml/badge.svg
278+ [ gh-actions-link ] : https://github.com/timoguin/aws-data-tools-py/actions
279+ [ license-badge ] : https://img.shields.io/github/license/timoguin/aws-data-tools-py.svg
280+ [ license-link ] : https://github.com/timoguin/aws-data-tools-py/blob/main/LICENSE
281+ [ pypi-badge ] : https://badge.fury.io/py/aws-data-tools.svg
282+ [ pypi-link ] : https://pypi.python.org/pypi/aws-data-tools
You can’t perform that action at this time.
0 commit comments