Skip to main content

MouseTools

PyPI - Version PyPI - Downloads

An unofficial, async Python wrapper for Disney's undocumented API. Data is pulled directly from Disney, and this package makes no attempt to access data that would require individual user authentication — public data only. Supports Walt Disney World and Disneyland Resort.

Install

You can install using pip:

pip install mousetools

You can also install directly from this repo in case of any changes not uploaded to Pypi.

pip install git+https://gitlab.com/caratozzoloxyz/public/MouseTools

Quick example

import asyncio
import mousetools
from mousetools import WALT_DISNEY_WORLD

async def main() -> None:
    # Build an unloaded handle via the destination front-door (no I/O yet).
    attraction = WALT_DISNEY_WORLD.get_attraction("80010177")  # Pirates of the Caribbean

    # Loading is EXPLICIT — attribute access does NOT auto-load.
    await attraction.load()

    print(attraction.name)                    # str
    wait = attraction.wait_time               # WaitTime | None
    if wait is not None:
        print("Standby (min):", wait.standby_minutes)
        print("Status:", wait.status)

    park = await attraction.theme_park()      # ThemePark | None
    if park is not None:
        print("In park:", park.name)

    await mousetools.aclose()                 # close the shared default client(s)

asyncio.run(main())

📖 Full documentation

License

This project is distributed under the MIT license. For more information see LICENSE

Disclaimer

This project is in no way affiliated with The Walt Disney Company and all use of Disney Services is subject to the Disney Terms of Use.

About Project

Support my projects

MouseTools is a passion project I've been working on since 2018 when I was first learning Python. The package has evolved and been rewritten multiple times as I've become a better developer and as the Disney API has changed. There is a lot of time exploring Disney's API and figuring out how all the pieces work before any code is even written. I work on this project when I have time or when I have an idea for another project that could use this data.

Download files

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

Source Distribution

mousetools-6.1.0.tar.gz (155.8 kB view details)

Uploaded Source

Built Distribution

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

mousetools-6.1.0-py3-none-any.whl (171.6 kB view details)

Uploaded Python 3

File details

Details for the file mousetools-6.1.0.tar.gz.

File metadata

  • Download URL: mousetools-6.1.0.tar.gz
  • Upload date:
  • Size: 155.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mousetools-6.1.0.tar.gz
Algorithm Hash digest
SHA256 6b35a340a4f6d3e861700351a3843fa5168e37b2389e5999ddf0c72090095695
MD5 2cc1fd2885380326a2c8a3104458f7bc
BLAKE2b-256 b77e7f6a8cf2288b6884d0f3f0e6f7a222cdbec7ea9380b52e9aaf48426df937

See more details on using hashes here.

File details

Details for the file mousetools-6.1.0-py3-none-any.whl.

File metadata

  • Download URL: mousetools-6.1.0-py3-none-any.whl
  • Upload date:
  • Size: 171.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mousetools-6.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6d559272712d445c78959ef67ca9d631604dd04c643ca63123d3c84c3bda9ea8
MD5 528aa13ca052c8f32b43c492d47c0fcf
BLAKE2b-256 34082afabc4221abf85fef3f8aa7e0a1420d7eeb2cf71d2e11d73962cd120c97

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

6.1.0 This release

2 files

6.0.0

2 files

5.0.0

2 files

4.5.1

2 files

4.5.0

2 files

4.4.2

2 files

4.4.1

2 files

4.4.0

2 files

4.3.1

2 files

4.3.0

2 files

4.2.0

2 files

4.1.1

2 files

4.1.0

2 files

4.0.3

2 files

4.0.2

2 files

4.0.1

2 files

4.0.0

2 files

3.0.0

2 files

2.1.3

2 files

2.1.2

2 files

2.1.1

2 files

2.1.0

1 file

2.0.2

2 files

2.0.1

2 files

2.0.0

2 files

1.1.0

2 files

1.0.2

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page