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.1.tar.gz (5.5 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.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scalyca-0.2.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.2 Linux/6.1.0-26-amd64

File hashes

Hashes for scalyca-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c4a2e5c01f4a2d13efa02c1afd878e0ba9e8ef59a5821c430ca0453c07e06b72
MD5 dd6f3cf95260ccd75c3c1c50d10aabb0
BLAKE2b-256 19780409d5cafd3e9c0a4b5261395143e3781ba0f4da2badd463d5ca5f1642a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for scalyca-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 364fc2e8af96421bd94a69a2875b0a64429fb48f177956158919ae3accd479ff
MD5 4dd443b95caa32fc6adfb76b2686ccdc
BLAKE2b-256 204ae043c8b1ae37bdf0636487342a45fbddd283fef982d4b74e221143448cc4

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