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.5.tar.gz (5.6 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.5-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scalyca-0.2.5.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/6.1.0-27-amd64

File hashes

Hashes for scalyca-0.2.5.tar.gz
Algorithm Hash digest
SHA256 346c20b5404a09be8873006f8847802fa37d8b8882eed7a9c01911cc04007284
MD5 3adf1db9ea5a48c74f386054289f2ad0
BLAKE2b-256 b5d984a1ec22f7ffcd69dc071893e006cf4b4b8caa84720c40d00eceee899007

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for scalyca-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 48ebff55e154dd57b60ecd71c2f6810708e1860f4d2c89b546f7c37072749a8e
MD5 33d113fb2342edbf6bff3937c2ec13b7
BLAKE2b-256 b451ab9ba88f143bcf9a3b01cef204c55e271a631c54d74474044a341d1ed238

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