Utilities
Project description
title: Rendre ...
Rendre
A Git-based CMS for parsing and emitting ATOM feeds.
Options
- -v/--verbose
- Generate verbose console logging
- -q/--quiet
- Suppress all console logging
- -i/--include-item <item-selector>
- Include items that validate against
<item-selector>::=<pointer><separator><pattern>
.
<pattern>
Patterns are currently handled as globs, supporting both *
and ?
expansion.
<pointer>
Pointers which begin with a /
character are treated as JSON pointers.
The following shorthand pointers are defined for %
-prefixed pointers:
%i -> item['id']
%t -> /id | item['id']
%c -> /categories | item['categories']
<item-selector>
An item selector is a combination of a pointer and a pattern, separated by either =
or :
.
If no unescaped separator is present, the pointer is implicitly taken as %i
, and the full string is processed as the pattern.
Commands
list
- --items | templates | categories
- --table | long(yaml) | json | line
- Select an output format
- -i [INCLUDE_ITEM], --include-item [INCLUDE_ITEM]
- -x [EXCLUDE_ITEM], --exclude-item [EXCLUDE_ITEM]
- -e [INCLUDE_EXCLUSIVE], --include-exclusive [INCLUDE_EXCLUSIVE]
- --flatten-fields
- -s/--separator SEPARATOR
- -j JOIN_ITEMS, --join-items JOIN_ITEMS
filtered-gallery
Examples
>rendre list -i "%./api/cmd/usage:"
> rendre list -- %i %t %c/workflow-module %./links/repository[24:] | column -t -s ,
...
bknd-0035 ExtractPGA performSIMULATION SimCenter/SimCenterBackendApplications
bknd-0036 Dakota-FEM performUQ SimCenter/SimCenterBackendApplications
bknd-0037 Dakota-UQ performUQ SimCenter/SimCenterBackendApplications
bknd-0038 Dakota-UQ1 performUQ SimCenter/SimCenterBackendApplications
bknd-0039 Dakota-UQ performUQ SimCenter/quoFEM
bknd-0040 DakotaFEM performUQ SimCenter/quoFEM
bknd-0043 UCSD-UQ performUQ SimCenter/quoFEM
bknd-0045 NearestNeighborEvents performRegionalMapping SimCenter/SimCenterBackendApplications
bknd-0046 OpenSees performSIM SimCenter/quoFEM
...
Sphinx Directive
.. rendre:: <command>
:<cli-options>:
:<cmd-options>:
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
rendre-0.0.12.tar.gz
(15.8 kB
view hashes)
Built Distribution
rendre-0.0.12-py3-none-any.whl
(27.3 kB
view hashes)