New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gamedig

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamedig

Unofficial high-level Python bindings for the Rust gamedig crate

  • 0.6.0
  • PyPI
  • Socket score

Maintainers
1

python-gamedig

Versions PyPI Downloads License

Unofficial high-level Python bindings for the Rust gamedig crate.

Installation

pip install gamedig

Usage

from socket import gethostbyname
from gamedig import query

ip_address = gethostbyname('minecraftonline.com')

response = query('minecraft', ip_address)

print(response)

Development

  1. Clone the repository and change into its directory
  2. Create a virtual environment: uv venv --seed
  3. Install dev dependencies: uv sync --only-dev
  4. Activate the virtual environment: source .venv/bin/activate
  5. Make changes to the code and tests
  6. Build the package: maturin develop
  7. Run the tests: pytest

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc