Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Supported funding model platforms

buy_me_a_coffee: luisvillamg
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Python Versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://pypi.org/project/AmazonAPIWrapper/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/lv10/amazonapi/actions/workflows/ci.yml/badge.svg)](https://github.com/lv10/amazonapi/actions/workflows/ci.yml)
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-yellow.svg)](https://buymeacoffee.com/luisvillamg)

A modern, high-performance, asynchronous and synchronous Python client for the Amazon Catalog APIs.

Expand Down Expand Up @@ -325,6 +326,16 @@ uv build

---

## Support

If you find this project helpful and want to support its maintenance and development, you can buy me a coffee:

<a href="https://www.buymeacoffee.com/luisvillamg" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="42" width="180">
</a>

---

## License

This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Homepage = "https://github.com/lv10/amazonapi"
Documentation = "https://github.com/lv10/amazonapi#readme"
Repository = "https://github.com/lv10/amazonapi"
Issues = "https://github.com/lv10/amazonapi/issues"
Funding = "https://buymeacoffee.com/luisvillamg"

[tool.hatch.build.targets.wheel]
packages = ["amazon"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading