Skip to main content

Modules and subpackages used in various GAMS5 related projects

Project description

gamslib

gamslib is a collection of GAMS related modules and packages, which are used in multiple other packages.

gamslib is available on pypi.org and can be installed via pip:

pip install gamslib

Currently these subpackages are available (more to come):

objectcsv

Handle object and datastream metadata in object csv files.

When creating bags for GAMS, we provide some metadata in csv files (which are not part of the bag, btw).

The objectcsv package provides tools to handle this metadata.

  • The ObjectCSV class represents the object
    and datastream csv data for a single object. It is created by providing the path to the object directory.
  • The manage_csv module can be used to collect csv data from all objects into a single file, which makes editing the data more efficient. It also has a function to update the csv files in the object directories based on the collected data.
  • The xlsx module can be used to convert the csv files to xlsx files and vice versa. This is useful for editing the data in a spreadsheet without the hassles of importing and exporting the csv files, which led to encoding problems in the past.

projectconfiguration

This package contains a central class Configuration that represents the project configuration. To create this object, the function load_configuration(OBJECT_ROOT, [PATH_TO_TOML_FILE]) should be used.

The function tries to find the project configuration file, validates its content, and creates the central Configuration object with all sub-objects (Each TOML inline table is provided as its own sub-object). These sub-objects are currently:

  • general
  • metadata

A basic configuration file can be generated via the create_condiguration() 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

gamslib-0.2.6.tar.gz (25.1 kB view details)

Uploaded Source

File details

Details for the file gamslib-0.2.6.tar.gz.

File metadata

  • Download URL: gamslib-0.2.6.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for gamslib-0.2.6.tar.gz
Algorithm Hash digest
SHA256 e857b2fba952d2df1330ae387a4ce1c0f6d0295aa1997da695916af544ff9473
MD5 724d59eaf1aad16cca26b166ce6d3f33
BLAKE2b-256 d86606d924e9b5d9135726721585ac651c4f326bcff8467244bd20fd33a2e24d

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