Skip to main content

No project description provided

Project description

faba

A simple cli parser inspire by cobra

Basic Example:

#!/bin/env python3
  import faba
  from typing import List

  def hello(cmd: faba.Command, args: List[str]):
	  print('hello', ','.join(args))

  helloCmd = faba.Command(
	  use = 'hello [flags]',
	  short = 'hello to everyone',
	  run = hello,
  )

  if __name__ == '__main__':
	  helloCmd.execute()

More Detail: https://io.lin.moe/n/prjs/faba.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

faba-0.0.4-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file faba-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: faba-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for faba-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9341aab925f9930c1e05ed06c5f27da9417637fd32c5b5f00f322abc13c1d312
MD5 429d2d0240e7d992fc1f475e8998721a
BLAKE2b-256 24f80a8f301878fdcad41ed437c508e0370af6532491ae9c13a4651b815cdb80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page