18 Commits

Author SHA1 Message Date
Ben Lopatin
815bfd8af6 Remove encoding 2023-08-31 17:27:28 -04:00
Ben Lopatin
1a22796e8e Use setup.cfg for metadata 2021-12-18 14:55:46 -05:00
Ben Lopatin
96f9ea4b50 Remove Python 2 compatibility checks 2021-12-18 14:41:33 -05:00
Ben Lopatin
20c1915cbe Drop support for Python 2.7, 3.5, 3.6
Python 2.7 is EOL
Python 3.5 is EOL
Python 3.6 is EOL in 5 days
2021-12-18 14:31:45 -05:00
Ben Lopatin
719035e9a9 Fix classifier error 2020-07-21 17:22:55 -04:00
Ben Lopatin
be74c4e5b7
Add GitHub Actions testing workflow (#24)
* Add GitHub Actions testing workflow

* Update named Python versions and dev status

* Use unittest.mock as default mock source

Fall back to package for Python 2.7

* Try installing mock outside of setup

* Switch to GitHub actions shield
2019-10-06 12:04:51 -04:00
Ben Lopatin
44cf317aa9 Fix version cleaning 2018-10-29 18:15:41 -04:00
Karl Goetz
c900fad726
Increase minimum requests version
With the addition of json support in PR #9, the required version of requests has increased to that which introduced json={} syntax.
2018-02-15 11:03:19 +11:00
Ben Lopatin
06ca2c5a58 Update changelog to include in package description 2016-04-11 11:36:25 -04:00
Ben Lopatin
1e151fc51f Remove module import from setup.py
Get the version number from the file, not by importing and thus trying
to import requests
2016-04-08 17:57:19 -04:00
Ben Lopatin
63f120ddca Require requests for tests 2016-04-08 17:47:26 -04:00
Ben Lopatin
c155c8a60d Cleanup for packaging 2016-04-07 17:41:54 -04:00
Ben Lopatin
ca52920690 Read README as setup.py long description
Previous code caused serious problems building package
2016-04-07 16:57:44 -04:00
Ben Lopatin
04bb9c550b Add Python 3.5, drop Python 2.6 2016-04-07 16:45:57 -04:00
Guillaume Beraudo
f0f3256e01 Fix python 3.4 support 2016-01-19 15:53:20 +01:00
Marc Sibson
4a56a43bd5 start thinking about 3.4 support 2014-05-27 22:30:06 -07:00
Marc Sibson
3ecd8592c2 add entry point for cli 2014-04-08 08:30:58 -07:00
Marc Sibson
ede561632d first pass at working client 2014-04-04 15:04:38 -07:00