Skip to main content

A BlueMap Wrapper to get data from a BlueMap Map

Project description

bluemap logo BlueMapWrapper

Discord Link Buy Me a Coffee at ko-fi.com

An open-sourced API wrapper for BlueMap for Python!!

This wrapper is used for getting information from existing Blue Maps, NOT to create one.

Installation

Windows

pip install bluemap_wrapper

Linux

python -m pip install bluemap_wrapper

Quick Example

import asyncio
from BlueMapWrapper import AsyncClient, KEYS


async def main():
  # printing out all players and lands plugin markers

  # Setting up Async Client, AsyncClient Object
  client = AsyncClient(base_url='http://map.eldrath.com:20098')

  # Fetching player and marker Collection from map, Collection Object
  collection = await client.fetch_collection('world')

  for player in collection.player_collection:  # Iterate through all players
    print(f"Player: {player.name}\nPosition: {player.position}")

  # Getting MarkerCollection Object from Collection
  marker_collection = collection.marker_collection

  # Getting Marker for Lands Plugin   
  lands = marker_collection.from_key(KEYS.LANDS)

  for marker in lands:  # Iterate though markers in lands
    print(f"Name: {marker.label}\nPosition: {marker.position}")

  await client.close()  # Close client after use


if __name__ == '__main__':
  asyncio.run(main())

Documentation Contents

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

bluemapwrapper-1.0.3.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

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

bluemapwrapper-1.0.3-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file bluemapwrapper-1.0.3.tar.gz.

File metadata

  • Download URL: bluemapwrapper-1.0.3.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for bluemapwrapper-1.0.3.tar.gz
Algorithm Hash digest
SHA256 3ddb7df13cdf5e93240940175eff415a96ffb621f2618615ae43e4da1c74746f
MD5 e1371c516b8e98297dffcfb0b6ac47d6
BLAKE2b-256 4ee5c517190d63aa24f448c8528da4ef6fbdb2ae9b084ed80e12fc903ee50b44

See more details on using hashes here.

File details

Details for the file bluemapwrapper-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: bluemapwrapper-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for bluemapwrapper-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1f9350294c1f4cd03d55da89f7a5bd223974d9e567fc46c344334d1c7e231294
MD5 283a9f33b050e1be3a2af6fdb4338fae
BLAKE2b-256 fb8da5ffcb0d886472de8f1fb2b0c035a586ae14d0c25cd2ce96d8020cb16cd2

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