Metadata-Version: 2.0
Name: thanks
Version: 0.0.5
Summary: Finding ways to fund the packages you use.
Home-page: https://github.com/phildini/thanks
Author: Philip James
Author-email: phildini@phildini.net
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Keywords: thanks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: humanfriendly (==4.8requirements-parser==0.2.0)
Requires-Dist: termcolor (==1.1.0)

# 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.


=======
History
=======

0.0.4 (2018-02-10)
------------------

* Add jezdez and lamby
* Fix a trailing comma bug

0.0.3 (2018-02-10)
------------------

* Add more contributors
* Add json to manifest to make it actually work (thanks @martinmaillard)

0.0.1 (2018-02-10)
------------------

* First release on PyPI.


