File: introduction.rst

package info (click to toggle)
pyxrd 0.8.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,644 kB
  • sloc: python: 26,501; sh: 301; makefile: 128
file content (9 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Introduction
============

It is possible to write scripts for PyXRD (projects). This allows anybody to
make PyXRD do things it wasn't really intended to do or to automate certain tasks.   
Parts of the official PyXRD code are scripts themselves. This tutorial will provide
an introduction on how to setup such a script.

We assume the interested reader has already made himself familiar with Python.