Skip to main content

Fixed configuration file generator (XML filters and CARIS rules)

Project description

pyconfmeta

A Cython-based configuration file generator for OGC/WFS queries and CARIS rule files. Generates fixed, read-only configuration files.

Installation

pip install pyconfmeta

Quick Usage

import pyconfmeta

config = {
    'FILTER_XML_PATH': 'filtro.xml',
    'FILTER_COPY_XML_PATH': 'filtro_copia.xml',
    'RULE_FILE_PATH': 'prueba2.crfx'
}

# Generate all files (read-only)
success = pyconfmeta.config_gen(config)
if success:
    print("✓ Configuration files generated successfully!")

Files Generated

  1. filtro.xml - OGC WFS filter with TECSOU=[3, 15]
  2. filtro_copia.xml - OGC WFS filter with TECSOU=[1, 1]
  3. prueba2.crfx - CARIS rules export file

All files are generated as read-only and cannot be modified after creation.

Features

  • Fixed Generation: All files are generated with predefined, unchangeable values
  • Read-Only Output: Generated files are set to read-only permissions
  • Cython Optimized: Performance-critical code compiled with Cython
  • Simple API: Single function to generate all files

License

MIT

Author

Tom (xauen86@gmail.com)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyconfmeta-0.1.2-cp39-cp39-win_amd64.whl (119.8 kB view details)

Uploaded CPython 3.9Windows x86-64

File details

Details for the file pyconfmeta-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyconfmeta-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 119.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for pyconfmeta-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 51287f4bdcfdfec9286165152d7a7009cdc656a09f0d6f30ee967add001925a2
MD5 532525718c74886a3ad6f7aa58ce0cbb
BLAKE2b-256 b31a963952d59b232cf7b521d74da8ac2f02da9dd1266e772d00d86d22530086

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