MOPUp#

PyPI Status Python Version License

Read the documentation at https://MOPUp.readthedocs.io/ Tests Codecov

pre-commit Black

Features#

MOPUp is the macOS Python.org Updater.

If you prefer to use the binary installers from python.org, it’s easy to forget to update them. This is a program that does that; it updates them. Just pip install mopup into a virtualenv using the Python you are using, run mopup and provide your password when required.

Normally, it does this using a CLI in the background, but if you’d prefer, you can run it with --interactive for it to launch the usual macOS GUI Installer app.

Installation#

You can install MOPUp via pip from PyPI:

$ pip install mopup

Usage#

Please see the Command-line Reference for details.

Contributing#

Contributions are very welcome. To learn more, see the Contributor Guide.

License#

Distributed under the terms of the MIT license, MOPUp is free and open source software.

Issues#

If you encounter any problems, please file an issue along with a detailed description.

Credits#

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.