Skip to main content

Framework for command line applications

Project description

https://travis-ci.org/DasIch/argvard.png?branch=master https://coveralls.io/repos/DasIch/argvard/badge.png?branch=master https://badge.fury.io/py/Argvard.png

Argvard is a framework for command line applications inspired by Flask and docopt, available under the Apache License, Version 2.0. It is designed to be simple and intuitive to use without being constraining.

from argvard import Argvard

application = Argvard()

@application.main('name')
def main(context, name):
    print(u'Hello, %s!' % name)

if __name__ == '__main__':
    application()

If you want to learn more take a look at the documentation.

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

Argvard-0.3.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

Argvard-0.3.0-py27-none-any.whl (11.4 kB view hashes)

Uploaded Python 2.7

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