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.0-cp39-cp39-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.9Windows x86-64

File details

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

File metadata

  • Download URL: pyconfmeta-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 114.7 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 67134580d955c776539f5ab298c5619c940038d2760214e0fb61d2af0a7cf70a
MD5 8b1f40d5f792ce5f908a314460ac6a95
BLAKE2b-256 666c4daa984477fb43b74b3585a861f51b12d007190bbff62e5d8da4c9aeaece

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