Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

purpleflea

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purpleflea - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+9
-6
PKG-INFO
Metadata-Version: 2.2
Name: purpleflea
Version: 0.2.0
Version: 0.2.1
Summary: Python SDK for Purple Flea Casino, Trading & Wallet APIs
Author-email: Purple Flea <dev@purpleflea.com>
Project-URL: Homepage, https://github.com/Purple-flea/python-sdk
Project-URL: Repository, https://github.com/Purple-flea/python-sdk
Project-URL: Issues, https://github.com/Purple-flea/python-sdk/issues
Project-URL: Homepage, https://github.com/purple-flea/purpleflea-py
Project-URL: Repository, https://github.com/purple-flea/purpleflea-py
Project-URL: Issues, https://github.com/purple-flea/purpleflea-py/issues
Classifier: Development Status :: 4 - Beta

@@ -221,2 +221,5 @@ Classifier: Intended Audience :: Developers

### 0.2.1
- Updated repository URLs to https://github.com/purple-flea/purpleflea-py
### 0.2.0

@@ -233,4 +236,4 @@ - Added `WalletClient` with full deposit/withdrawal/transfer support

```bash
git clone https://github.com/Purple-flea/python-sdk.git
cd python-sdk
git clone https://github.com/purple-flea/purpleflea-py.git
cd purpleflea-py
pip install -e ".[dev]"

@@ -237,0 +240,0 @@ pytest

Metadata-Version: 2.2
Name: purpleflea
Version: 0.2.0
Version: 0.2.1
Summary: Python SDK for Purple Flea Casino, Trading & Wallet APIs
Author-email: Purple Flea <dev@purpleflea.com>
Project-URL: Homepage, https://github.com/Purple-flea/python-sdk
Project-URL: Repository, https://github.com/Purple-flea/python-sdk
Project-URL: Issues, https://github.com/Purple-flea/python-sdk/issues
Project-URL: Homepage, https://github.com/purple-flea/purpleflea-py
Project-URL: Repository, https://github.com/purple-flea/purpleflea-py
Project-URL: Issues, https://github.com/purple-flea/purpleflea-py/issues
Classifier: Development Status :: 4 - Beta

@@ -221,2 +221,5 @@ Classifier: Intended Audience :: Developers

### 0.2.1
- Updated repository URLs to https://github.com/purple-flea/purpleflea-py
### 0.2.0

@@ -233,4 +236,4 @@ - Added `WalletClient` with full deposit/withdrawal/transfer support

```bash
git clone https://github.com/Purple-flea/python-sdk.git
cd python-sdk
git clone https://github.com/purple-flea/purpleflea-py.git
cd purpleflea-py
pip install -e ".[dev]"

@@ -237,0 +240,0 @@ pytest

+1
-1

@@ -16,2 +16,2 @@ """Purple Flea Python SDK."""

__version__ = "0.2.0"
__version__ = "0.2.1"

@@ -7,3 +7,3 @@ [build-system]

name = "purpleflea"
version = "0.2.0"
version = "0.2.1"
description = "Python SDK for Purple Flea Casino, Trading & Wallet APIs"

@@ -37,5 +37,5 @@ readme = "README.md"

[project.urls]
Homepage = "https://github.com/Purple-flea/python-sdk"
Repository = "https://github.com/Purple-flea/python-sdk"
Issues = "https://github.com/Purple-flea/python-sdk/issues"
Homepage = "https://github.com/purple-flea/purpleflea-py"
Repository = "https://github.com/purple-flea/purpleflea-py"
Issues = "https://github.com/purple-flea/purpleflea-py/issues"

@@ -42,0 +42,0 @@ [tool.setuptools.packages.find]

@@ -196,2 +196,5 @@ # purpleflea

### 0.2.1
- Updated repository URLs to https://github.com/purple-flea/purpleflea-py
### 0.2.0

@@ -208,4 +211,4 @@ - Added `WalletClient` with full deposit/withdrawal/transfer support

```bash
git clone https://github.com/Purple-flea/python-sdk.git
cd python-sdk
git clone https://github.com/purple-flea/purpleflea-py.git
cd purpleflea-py
pip install -e ".[dev]"

@@ -212,0 +215,0 @@ pytest