Skip to main content

A more aesthetically pleasing replacement of "if __name__ == 'main':"

Project description

automain
========

A neater shortcut to using the syntax:

if __name__ == '__main__':
mymain()

Instead, you can do:

from automain import * # will only import the automain decorator

@automain
def mymain():
print 'this is our main function'

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

automain-1.2.tar.gz (893 Bytes view hashes)

Uploaded Source

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