Metadata-Version: 2.1
Name: mpf
Version: 0.55.0.dev31
Summary: Mission Pinball Framework
Home-page: http://missionpinball.org
Author: The Mission Pinball Framework Team
Author-email: brian@missionpinball.org
License: MIT
Keywords: pinball
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Artistic Software
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Dist: ruamel.yaml (==0.15.100)
Requires-Dist: pyserial (==3.5)
Requires-Dist: sortedcontainers (==2.3.0)
Requires-Dist: psutil (==5.7.3)
Requires-Dist: grpcio-tools (==1.34.0)
Requires-Dist: grpcio (==1.34.0)
Requires-Dist: protobuf (==3.14.0)
Requires-Dist: pyserial-asyncio (==0.5) ; platform_system != "Windows"
Requires-Dist: pyserial-asyncio (==0.4) ; platform_system == "Windows"
Provides-Extra: all
Requires-Dist: pyusb (==1.1.0) ; extra == 'all'
Requires-Dist: prompt-toolkit (==3.0.8) ; extra == 'all'
Requires-Dist: asciimatics (==1.12.0) ; extra == 'all'
Requires-Dist: terminaltables (==3.1.0) ; extra == 'all'
Requires-Dist: smbus2-asyncio (==0.0.5) ; extra == 'all'
Requires-Dist: apigpio-mpf (==0.0.3) ; extra == 'all'
Requires-Dist: python-osc (==1.7.4) ; extra == 'all'
Requires-Dist: irc (==19.0.1) ; extra == 'all'
Provides-Extra: cli
Requires-Dist: prompt-toolkit (==3.0.8) ; extra == 'cli'
Requires-Dist: asciimatics (==1.12.0) ; extra == 'cli'
Requires-Dist: terminaltables (==3.1.0) ; extra == 'cli'
Provides-Extra: irc
Requires-Dist: irc (==19.0.1) ; extra == 'irc'
Provides-Extra: linux_i2c
Requires-Dist: smbus2-asyncio (==0.0.5) ; extra == 'linux_i2c'
Provides-Extra: osc
Requires-Dist: python-osc (==1.7.4) ; extra == 'osc'
Provides-Extra: pin2dmd
Requires-Dist: pyusb (==1.1.0) ; extra == 'pin2dmd'
Provides-Extra: rpi
Requires-Dist: apigpio-mpf (==0.0.3) ; extra == 'rpi'

Let's build a pinball machine!

The Mission Pinball Framework (MPF) is an open source, cross-platform,
Python-based software framework for powering real pinball machines.

MPF is written in Python. It can run on Windows, OS X, and Linux
with the same code and configurations.

MPF interacts with real, physical pinball machines via modern pinball
controller hardware such as a Multimorphic P-ROC or P3-ROC, a FAST Pinball
controller, or Open Pinball Project hardware controllers. You can use MPF to
power your own custom-built machine or to update the software in existing
Williams, Bally, Stern, or Data East machines.

MPF is a work-in-progress that is not yet complete, though we're actively
developing it and checking in several commits a week. It's MIT licensed,
actively developed by fun people, and supported by a vibrant, pinball-loving
community.

