Skip to main content

Simple Console Application with Logging, Yaml Configuration and Argparse

Project description

This package aims to provide a simple common framework for console jobs in Python. There is nothing really new about the whole approach and everything can be done using existing tools and packages. SCALYCA just wraps it all together into a reusable class that should be easy to extend for use in batch jobs or simple pipeline stages.

It is supposed to be very lightweight and easily integrable. More complex tasks are probably better suited for custom solutions using the same modules. The programs are not supposed to be interactive, everything has to be initialized either from the command line or, in case of SCALYCA, also from a selectable configuration file.

SCALA -- Simple Console Application with Logging and Argparse

The main class is called Scala. It has two main components:

  • Logging, primarily to stdout during the execution of the program. This is implemented with the logging module, using just a single logger.
  • Parsing and processing command line arguments, that configure the initial state of the application and tell it what and where should exactly be done. The tool for the job is argparse.

SCALYCA -- Simple Console Application with Logging, YAML Configuration and Argparse

Scalyca is a subclass of Scala that adds persistent configuration to the program, which is read from a YAML file during the initialization process, then stored as a static DotMap from module dotmap. This is similar to a Python dictionary except that it allows for dot access, which is much more legible.

All of the properties can be overridden from the command line. The resulting object is accessible through the config variable of the class.

Usage

Just extend the Scala class:

  • Static attribute app_name sets the name of the application that will be displayed by argparse.
  • Static attribute description sets the long description for argparse.
  • In add_arguments you are supposed to add all arguments to the built-in ArgumentParser.

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

scalyca-0.2.7.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

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

scalyca-0.2.7-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file scalyca-0.2.7.tar.gz.

File metadata

  • Download URL: scalyca-0.2.7.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.2 Linux/6.1.0-41-amd64

File hashes

Hashes for scalyca-0.2.7.tar.gz
Algorithm Hash digest
SHA256 1353b8dd0d575583a86b6094279813d334069738daedbafd2bc97024cb9186ed
MD5 286f397756430bbc0389f17006733609
BLAKE2b-256 67892a04d2c336b240f5c919d063f956928d84cfe889b68a0a9a68d2c13bd308

See more details on using hashes here.

File details

Details for the file scalyca-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: scalyca-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.2 Linux/6.1.0-41-amd64

File hashes

Hashes for scalyca-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7b1c7701ddf189615d9d2570195953fe4108a6bc652467e00c6232e39ce75164
MD5 12da76179c32db085ed4cf9bf65d0511
BLAKE2b-256 a4fca70425a9c1e3e30793557b394cce1556359ce23de08923aca3ef8bb4c2ae

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