Links
Up one levelLinks to other sites that are related to pyXSD in someway
- Python by Karl Norby — last modified 2006-09-08 14:34
- The official Python Programming Language Homepage. pyXSD uses Python, and the Python interpreter is required to run pyXSD.
- ElementTree by Karl Norby — last modified 2006-09-08 14:50
- The official page for the ElementTree Library. ElementTree is required for pyXSD to run. It is preferable to run cElementTree.
- cElementTree by Karl Norby — last modified 2006-09-08 14:51
- The page for the cElementTree library, the C implementation of the ElementTree Library. ElementTree is required to run pyXSD. cElementTree is preferable to the ElementTree, since it runs much faster.
- reStructuredText by Karl Norby — last modified 2006-09-08 14:43
- Most of the documentation for pyXSD is written in reStructuredText. This page is located on the docutils website, which is a Python package. reStructuredText was created by the developers of docutils.
- Epydoc by Karl Norby — last modified 2006-09-08 14:51
- Epydoc is a python package that automatically creates python documentation for python source files. It can handle reStructuredText in documents. The API documentation for pyXSD was created using Epydoc.
- pyXSD Epydoc API documentation by Karl Norby — last modified 2006-09-08 14:48
- The online location of the API documentation, which was created using Epydoc
- pyXSD page on freshmeat.net by Karl Norby — last modified 2006-09-10 23:34
- The freshmeat page for pyXSD
- Python PyPI page for pyXSD by Karl Norby — last modified 2006-09-10 23:36
- The Python Package Index entry for pyXSD