PDBFile

Effectue une action sur un PDBFile.

Exemples d’utilisation

Commande

Action

phystool pdbfile bb6a9049-9289-4d2b-a6af-f76cf42da16a

Ne fait rien

phystool pdbfile bb6a9049-9289-4d2b-a6af-f76cf42da16a --cat

Affiche le fichier .tex dans le terminal

phystool pdbfile bb6a9049-9289-4d2b-a6af-f76cf42da16a --update

Met à jours les métadonnée

phystool pdbfile bb6a9049-9289-4d2b-a6af-f76cf42da16a tags --list

Liste les Tags

phystool pdbfile bb6a9049-9289-4d2b-a6af-f76cf42da16a tags --add "Cinématique,Énergie"

Ajoute les Tags donnés

usage: phystool pdbfile [-h] [--cat] [--compile] [--pytex] [--remove]
                        [--update] [--zip]
                        uuid {tags} ...

Positional Arguments

uuid

Select the PDBFile by its uuid

Named Arguments

--cat

Display in terminal

--compile

Compile “.tex” file

--pytex

Execute Python code

--remove

Remove from database

--update

Update metadata by parsing the “.tex” file

--zip

Zip with its dependencies

Sub-commands

tags

List or edit tags for selected PDBFile

phystool pdbfile tags [-h] [--add ADD] [--remove REMOVE] [--list]

Named Arguments

--add

Add tags given as a comma separated list

Default: ````

--remove

Remove tags given as a comma separated list

Default: ````

--list

List tags