Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Bumped version number, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kissgyorgy committed Oct 22, 2013
1 parent ba2bfa7 commit d14e5c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ Hand history parser library.
It parses:

* PokerStars
* Full Tilt
* Full Tilt

tournament hands right now, very efficiently and with a simple API.
tournament hands and

* PKR

cash games right now, very efficiently and with a simple API.

##Usage

Expand Down Expand Up @@ -70,7 +74,8 @@ From project folder:
Py.test will automatically pick up unit tests.

## Requirements
Right now, Python 2.7 only.
Python 2.7 and `pytz`.
`pytest` for testing.

## LICENSE

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
author='Walkman',
name="handparser",
version='0.6.0',
version='0.7.0',
py_modules=['handparser'],
install_requires=['pytz', 'pytest==2.4.2', 'coveralls'],
)

0 comments on commit d14e5c6

Please sign in to comment.