Commit Graph

13 Commits

Author SHA1 Message Date
Nathan Adams
2ed78fa7d8 Version to 2.2 2017-04-01 17:43:01 +02:00
Dinner Bone
88961d3b46 Merge pull request #43 from adilosa/master
Implement CLI using Click (fixes #36)
Made cli install with pip install
2017-04-01 17:39:58 +02:00
Winston Weinert
d0d0d159bb Use setuptools to enable dependency checking
It turns out distutils cannot easily check for installed packages and makes
no effort to install missing packages. Setuptools on the other hand will
gladly do this for use.

This way situations like #33 cannot arise.
2015-05-08 23:22:19 -05:00
Nathan Adams
2a29e13975 Version to 2.1 2015-01-24 16:20:11 +01:00
Nathan Adams
7321fef576 Don't require six for setup.py 2014-09-26 19:56:34 +02:00
Nathan Adams
537bf06ebd Release 2.0 2014-09-26 01:26:02 +02:00
Nathan Adams
7bcbbc7409 Added a MinecraftServer.lookup method, converts a string to host/port (including SRV lookup)
This closes #12
2014-09-26 01:06:29 +02:00
Nathan Adams
5f51ee3c1d We'll also need the .protocol package! 2014-09-07 13:40:14 +02:00
Nathan Adams
7b3f9b4dd2 Fixed up setup.py to point to the correct (new) package 2014-09-07 13:35:58 +02:00
Nathan Adams
8c1f3ba50d Updated setup.py with new classifiers 2014-09-07 02:51:20 +02:00
Nathan Adams
94264f22ea Decode status results into their own object for accessibility & validation 2014-09-05 12:33:18 +02:00
Nathan Adams
f07976fbec Added initial work for server pinging. Normal pings work, Query NYI. 2014-09-04 22:25:21 +02:00
Nathan Adams
6b6a565915 Changed some things around to submit to pypi - release 1.0 2014-09-02 16:39:45 +02:00