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.3.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.3-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scalyca-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 62ba13d620892cd13393f6813ffdc7b76de04fc8eb623b16f1ae936cb312d6f3
MD5 d8648416a3652f4d1a1de848694db80e
BLAKE2b-256 fb299e16d7b3986997c8f408635145753ad78b07676aeecc6d368efcaf15ea5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scalyca-0.2.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 05b6135eada0e4dfb588cf8f5c3bcc6969cd86fcadf3832cc9dbffbf9bfe3320
MD5 fbf228e2a38213b7c7c978499ed9232f
BLAKE2b-256 097db96fe241dd90947a8771a0526c337d730b866a4c3744cadde56af2b055e0

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