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'
========
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file automain-1.2.tar.gz
.
File metadata
- Download URL: automain-1.2.tar.gz
- Upload date:
- Size: 893 Bytes
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f75eff89a9823f57803d7fac6b56543bf53785b9fc3fba8d5f0df50e37465967 |
|
MD5 | e1215eb6aeca139a544cf7d7db90c75a |
|
BLAKE2b-256 | 11a4def0abe7aa0e2ba2d41ff5757742ab2ce6e6bb6df29012825618fc4d2231 |