Skip to main content

A library jam for Python.

Project description

libjam

A library jam for Python.

Installing

libjam is available on PyPI, and can be installed using pip.

pip install libjam

Modules

libjam consists of of 6 modules:

Captain

Responsible for handling command-line arguments.

Drawer

Responsible for file operations.

Typewriter

Responsible for transforming and printing text.

Clipboard

Responsible for working with lists.

Notebook

Responsible for configuration.

Flashcard

Responsible for getting user input from the command line.

Example project

#!/usr/bin/env python3

# Imports
import sys
from libjam import captain

class CLI:
  def hello(self, text):
    print(text)
    if options.get('world').get('enabled'):
      print('world!')

# Setting commands and options
app = "example"
description = "An example app for the libjam library"
commands = {
  'print':     {'function': CLI.hello,
  'description': 'Prints given string'},
}
options = {
 'world': {'long': ['world'], 'short': ['w'],
 'description': 'Appends \'world\' after printing given input'},
}

# Generating help
help = captain.generate_help(app, description, commands, options)
# Interpreting user input
interpretation = captain.interpret(app, help, commands, options)
# Getting parsed output
function = interpretation.get('function')
options = interpretation.get('options')
# Executing function
exec(f"CLI().{function}")

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

libjam-0.1.2.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

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

libjam-0.1.2-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file libjam-0.1.2.tar.gz.

File metadata

  • Download URL: libjam-0.1.2.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for libjam-0.1.2.tar.gz
Algorithm Hash digest
SHA256 86b8bc3f352a76fffdde7a8e892e391b564ff05e5312420423391365f6fa8fd4
MD5 4ab14c4514ccfcd3b81c77f97b84c786
BLAKE2b-256 6976e2c3dc960c756f3791ce1a86c29d28ab3219fb9b97777b4cfe17de0b92cf

See more details on using hashes here.

File details

Details for the file libjam-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: libjam-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for libjam-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e34137f4d837c5c365160c942ddd89821c1c8dd8cb122f24c4afc80a3d43d5fe
MD5 40390b057b252b61021eb2801b4720e6
BLAKE2b-256 d3cdddb2c82d16338e720569b6346630abea1e7958bcdd05ebd0ed15922c5ba8

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