Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.0.0rc2.tar.gz (140.6 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.0.0rc2-py3-none-any.whl (155.3 kB view details)

Uploaded Python 3

File details

Details for the file mousetools-6.0.0rc2.tar.gz.

File metadata

  • Download URL: mousetools-6.0.0rc2.tar.gz
  • Upload date:
  • Size: 140.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for mousetools-6.0.0rc2.tar.gz
Algorithm Hash digest
SHA256 c4c7f5e0bcbf8472f99c60687bbe6a9212fbe869dc410f2fc5e7152c1ce020b7
MD5 50057fae05e8fcd2baa2e9733e616d3e
BLAKE2b-256 76276169c6941e0cb09bdec5c4ce09a6f62f19e95e22459291a37d122c6d551f

See more details on using hashes here.

File details

Details for the file mousetools-6.0.0rc2-py3-none-any.whl.

File metadata

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

File hashes

Hashes for mousetools-6.0.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 46e44ebe172f8ab19858d36da64ad0a69877bee198b7356ef93ecc6cf0f8e9c1
MD5 558d4f054acdd40d5a558abf85f492dd
BLAKE2b-256 45408883e8000a5a5fb66f0e447b8d8a9baed03711661a55f70208e2141a146e

See more details on using hashes here.

Release history Release notifications | RSS feed

6.1.0

2 files

6.0.0

2 files

This release

6.0.0rc2 This release

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