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.0rc1.tar.gz (140.0 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.0rc1-py3-none-any.whl (154.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mousetools-6.0.0rc1.tar.gz
  • Upload date:
  • Size: 140.0 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.0rc1.tar.gz
Algorithm Hash digest
SHA256 67eabfb382fd41cfd81419cd49388cf25e9bf681ac9ee142cc924b4ec2db2234
MD5 079118cef542e0b319d7365605f3a029
BLAKE2b-256 0ee1315dd289495450f55687beff69997cd4f0e147d5f80c7553ebd34094e10c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mousetools-6.0.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 154.4 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.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 fdf4d017de4af5c98dc1ab0e85982375afd1682f1d736905b9d1cb9f8294165f
MD5 c341a8de24221b289cffbd143f3ae89f
BLAKE2b-256 622f8daeb48c15e903a0e967872f5b279ce92935465c94dd0c56969f35e508d3

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.0rc1 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