Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phildini/thanks
Finding ways to fund the packages you use.
https://github.com/phildini/thanks
funding gratitude opensource
Last synced: 4 days ago
JSON representation
Finding ways to fund the packages you use.
- Host: GitHub
- URL: https://github.com/phildini/thanks
- Owner: phildini
- License: apache-2.0
- Created: 2018-02-10T15:10:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T07:07:56.000Z (about 4 years ago)
- Last Synced: 2024-12-23T17:15:35.610Z (5 days ago)
- Topics: funding, gratitude, opensource
- Language: Python
- Size: 76.2 KB
- Stars: 152
- Watchers: 6
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# thanks
Finding ways to fund the python packages you use. Inspired by [feross' thanks](https://github.com/feross/thanks).Run `thanks` on your requirements.txt to find ways to support the developers
who are supporting your code. 💚[![asciicast](https://asciinema.org/a/zftUjf4ZzhIJMEDkEenR1181m.png)](https://asciinema.org/a/zftUjf4ZzhIJMEDkEenR1181m)
```
$ pip install thanks
$ thanks requirements.txt
```## Contributing
The best way to contribute is to add info to `thanks/thanks.json` about
contributors, matching PyPI usernames to URLs.The second best way is to add whatever you think will make this library more
useful. I will happily accept PRs for tests, better functionality, better output
formatting, etc.