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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2.7

File details

Details for the file Argvard-0.3.0.tar.gz.

File metadata

  • Download URL: Argvard-0.3.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Argvard-0.3.0.tar.gz
Algorithm Hash digest
SHA256 333c3933b0aa5149e90c4e9dc357358e6539dade3917e7c4f5052f67e91f4582
MD5 59bc81f520115b286577e316d62aafed
BLAKE2b-256 97a832898c9f3255b11c856b63fd4fa33c00a09f03951504a47cbaded2ffcc3a

See more details on using hashes here.

File details

Details for the file Argvard-0.3.0-py27-none-any.whl.

File metadata

File hashes

Hashes for Argvard-0.3.0-py27-none-any.whl
Algorithm Hash digest
SHA256 ce55fd32e841d66d5e88b0af5873e9561c8045364be851c35fc06241cae96742
MD5 48a1c41aabc779debe459d759bf1bb51
BLAKE2b-256 518cac0183cb5b8c61c00112ff8930cdb6ce9d1718b6aa9df68ea36f4de1d095

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