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.7
to
0.1.8
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: treys
Version: 0.1.7
Version: 0.1.8
Summary: treys is a pure Python poker hand evaluation library

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

@@ -5,3 +5,3 @@ """

from setuptools import setup
from setuptools import setup, find_packages

@@ -11,3 +11,3 @@

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

@@ -18,3 +18,3 @@ long_description=open('README.rst').read(),

license='MIT',
packages=['treys'],
packages=find_packages(include=['treys', 'treys.*']),
classifiers=[

@@ -21,0 +21,0 @@ 'Development Status :: 3 - Alpha',

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

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