Skip to main content

Mac app generator

Project description

Installation

$ [sudo] pip install mac-app

Classes

class __doc__
mac_app.App Mac app generator

Examples

create app from python file

>>> mac_app.App(app_script="file.py", app_name="name").appify().mkalias("~/name.app")

create app from class

>>> import mac_app
>>> class MyApp(mac_app.App):
        def run(self):
            pass

    if __name__ == "__main__":
        MyApp().run()
>>> MyApp().appify().mkalias("~/MyApp.app")

readme-generator

Project details


Download files

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

Source Distribution

mac-app-2019.3.22.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

mac_app-2019.3.22-py2.py3-none-any.whl (87.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mac-app-2019.3.22.tar.gz.

File metadata

  • Download URL: mac-app-2019.3.22.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for mac-app-2019.3.22.tar.gz
Algorithm Hash digest
SHA256 2ef2f69d2a7ea4aa2c97e347ebd7b85e996ba84da83e99d098abf37c6cbf2277
MD5 2e2124b55bd90352022883341746eb96
BLAKE2b-256 a041ab88959614457314036916d48ce0847d556f8ac2da26876a763b52bef1ee

See more details on using hashes here.

File details

Details for the file mac_app-2019.3.22-py2.py3-none-any.whl.

File metadata

  • Download URL: mac_app-2019.3.22-py2.py3-none-any.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for mac_app-2019.3.22-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7e6c8a3097ae510ccf7e0faea4fd430cf7d4db61278853daec237e69a9b16907
MD5 f539eb82cf5d874a557a3988f5f4622c
BLAKE2b-256 75745548d337bacd9ef3d2992b286cd76a69d0917d5f87393e6de1ab7a311950

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page