Skip to main content

Python wrapper of the Oracle Forms API

Project description

pyoracle_forms

https://raw.githubusercontent.com/LatvianPython/pyoracle_forms/master/media/coverage.svg?sanitize=true https://img.shields.io/badge/code%20style-black-000000.svg https://img.shields.io/github/languages/top/LatvianPython/pyoracle_forms

Example usage

from pyoracle_forms import Module

with Module.load('./your_form.fmb') as module:
    for data_block in module.data_blocks:
        for item in data_block.items:
            item.font_name = 'Comic Sans MS'

    module.save()

Best used with an interactive environment, such as Jupyter Notebook, as you get better autocomplete there due to attributes getting determined dynamically.

You also need access to successfully installed version of Oracle Forms, otherwise the scripts won’t work, as this solution depends on the Oracle Forms API.

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

pyoracle_forms-0.1.0.tar.gz (68.0 kB view hashes)

Uploaded Source

Built Distribution

pyoracle_forms-0.1.0-py3-none-any.whl (77.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page