Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

When it comes to build command-line apps, there is nothing like LUPE

Install

$ pip install lupe

Features

  • Parses arguments
  • Outputs version when --version or -v
  • Outputs description and supplied help text when --help or -h

Usage

There is not mango emoji yet supported. So instead, I used a pear, but it kinda looks the same 😒

$ ./foo.py dinner --mango
#!/usr/bin/python
# -*- coding: UTF-8 -*-

from lupe import *
from foo import *

cli = lupe(`
	Usage
	  $ foo <input>

	Options
	  --mango, -m  Include a mango

	Examples
	  $ foo dinner --mango
	  	dinner 🍐
`, {
	flags: {
		mango: {
			type: 'boolean',
			alias: 'm'
		}
	}
});
/*
{
	input: ['dinner'],
	flags: {mango: true},
	...
}
*/

foo(cli.input[0], cli.flags);

Credit

Based on meow from @Sindresorhus

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

Release files for lupe 0.1.0a0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for lupe 0.1.0a0
File Interpreter ABI Platform
lupe-0.1.0a0-py2-none-any.whl Python 2 none any Details

Release files / lupe-0.1.0a0-py2-none-any.whl

Download URL lupe-0.1.0a0-py2-none-any.whl
Size 2.1 kB
Tags Python 2
SHA-256 checksum
How to use checksums
e47ed673b3e99949f4ea9d676ace34c1742095c14985cd63c4a0b97ebb760c1a
BLAKE2b-256 checksum
How to use checksums
71c5e63792e0eb7157bf5443ac1917696bc6632fe98ba8100a78098c3f9b2fda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

0.1.12

2 release files

0.1.11

2 release files

0.1.10

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

This release

0.1.0a0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page