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
- filtro.xml - OGC WFS filter with TECSOU=[3, 15]
- filtro_copia.xml - OGC WFS filter with TECSOU=[1, 1]
- 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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67134580d955c776539f5ab298c5619c940038d2760214e0fb61d2af0a7cf70a
|
|
| MD5 |
8b1f40d5f792ce5f908a314460ac6a95
|
|
| BLAKE2b-256 |
666c4daa984477fb43b74b3585a861f51b12d007190bbff62e5d8da4c9aeaece
|