Python wrapper of the Oracle Forms API
Project description
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for pyoracle_forms-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bdc9c766bbbbcf3424b224836d15708d7c6685b5c0ebd308d0a222198149479 |
|
MD5 | b8315c191b93cea1bd16684fab9b8126 |
|
BLAKE2b-256 | b884792e11ce1c1c7828ef246fba1790bbb6c2f211f66502ff64e09effae7cec |