Framework for command line applications
Project description
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
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
Argvard-0.3.0.tar.gz
(7.2 kB
view details)
Built Distribution
Argvard-0.3.0-py27-none-any.whl
(11.4 kB
view details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 333c3933b0aa5149e90c4e9dc357358e6539dade3917e7c4f5052f67e91f4582 |
|
MD5 | 59bc81f520115b286577e316d62aafed |
|
BLAKE2b-256 | 97a832898c9f3255b11c856b63fd4fa33c00a09f03951504a47cbaded2ffcc3a |
File details
Details for the file Argvard-0.3.0-py27-none-any.whl
.
File metadata
- Download URL: Argvard-0.3.0-py27-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 2.7
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce55fd32e841d66d5e88b0af5873e9561c8045364be851c35fc06241cae96742 |
|
MD5 | 48a1c41aabc779debe459d759bf1bb51 |
|
BLAKE2b-256 | 518cac0183cb5b8c61c00112ff8930cdb6ce9d1718b6aa9df68ea36f4de1d095 |