Skip to main content

A Python library for hedonic games

Project description

Hedonic

A Python library for hedonic games.

Installation

pip install hedonic

Usage

import igraph as ig 
from hedonic import Game

g = ig.Graph.Famous("Zachary")  # sample graph: Zachary's karate club
h = Game(g)

Development

This project uses uv for dependency management and building.

To set up development environment:

uv venv
source .venv/bin/activate
uv sync

To build the package:

uv build

To publish to PyPI:

uv publish --token <your-pypi-token>

GitHub Actions Publishing

This repository includes GitHub Actions workflows for automated publishing:

  • TestPyPI workflow: Currently active, publishes to TestPyPI on v* tags
  • PyPI workflow: Currently disabled (can be re-enabled later)
  • Automatic publishing when you push version tags
  • Manual publishing from the Actions tab
  • Secure authentication using OIDC for TestPyPI

Quick Release

# Bump version and prepare release
./scripts/release.sh patch  # or minor/major

# Push everything (triggers TestPyPI workflow)
git push origin main && git push origin v0.0.2

Version Types

  • patch: 0.0.10.0.2 (bug fixes, small changes)
  • minor: 0.0.10.1.0 (new features, backward compatible)
  • major: 0.0.11.0.0 (breaking changes)

Current Status

  • TestPyPI: ✅ Active - publishes on v* tags
  • PyPI: ❌ Disabled - workflow file is commented out

Enabling PyPI Publishing Later

When you're ready to publish to PyPI:

  1. Rename .github/workflows/publish-pypi.yml.disabled to publish-pypi.yml
  2. Add PYPI_API_TOKEN secret to your GitHub repository
  3. Both workflows will then be active with different tag patterns

For detailed setup instructions, see docs/OIDC_SETUP.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hedonic-0.0.6.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hedonic-0.0.6-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file hedonic-0.0.6.tar.gz.

File metadata

  • Download URL: hedonic-0.0.6.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hedonic-0.0.6.tar.gz
Algorithm Hash digest
SHA256 d67aabc20709da7fa762264424d0f976ebe09a19ff5b7bd7262fe08a693c3ed1
MD5 eb4d3e4d63b5a5786c70a72c095b2704
BLAKE2b-256 9bc902aebe7c6f86c62a9d4ff0719be6a71286bf2a2868f695ca33084b728f58

See more details on using hashes here.

File details

Details for the file hedonic-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: hedonic-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hedonic-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 691ed51bcc5d62a5c49fd00f7f9c219763c9584951a89ce9b49456baeca44459
MD5 5a16d1d8e7e06f83a5d7fdae4faa1d48
BLAKE2b-256 5814aec3a7d869561570511d1a09b4fe4faa2173a5f9e406ad568e41c966a7bf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page