You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

treys

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treys - pypi Package Compare versions

Comparing version
0.1.6
to
0.1.7
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: treys
Version: 0.1.6
Version: 0.1.7
Summary: treys is a pure Python poker hand evaluation library

@@ -5,0 +5,0 @@ Home-page: https://github.com/ihendley/treys

@@ -10,3 +10,3 @@ """

name='treys',
version='0.1.6',
version='0.1.7',
description='treys is a pure Python poker hand evaluation library',

@@ -13,0 +13,0 @@ long_description=open('README.rst').read(),

Metadata-Version: 2.1
Name: treys
Version: 0.1.6
Version: 0.1.7
Summary: treys is a pure Python poker hand evaluation library

@@ -5,0 +5,0 @@ Home-page: https://github.com/ihendley/treys

@@ -1,1 +0,3 @@

from .card import Card
from .deck import Deck
from .evaluator import Evaluator, PLOEvaluator