| Home | Trees | Index | Help |
|
|---|
| Package Pyblio :: Module Registry |
|
Support for RIP files.
RIP files are files containing registering information for schemas, and extension classes customized for these schemas (like importers, exporters, citation formatters,...)
First, you need to parse a few RIP repositories withparse, then you can browse the results with
schemas, getSchema and get.
| Classes | |
|---|---|
RIP |
A RIP object represents a dynamic class that can be loaded on demand, and that has been registered via the Registry system. |
| Function Summary | |
|---|---|
Return the extensions in a given category, for a given schema. | |
Return the Pyblio.Schema.Schema corresponding to an
identifier returned by schemas. | |
Parse the specified directory, and load all the .rip files it contains. | |
parse_default()
| |
Forget all the schemas and extensions previously parsed with parse. | |
Return the list of known schemas. | |
| Variable Summary | |
|---|---|
dict |
RIP_dirs = {'system-rips': '/home/fred/devel/infoscience...
|
| Function Details |
|---|
get(schema, category)Return the extensions in a given category, for a given schema. |
getSchema(schema)Return thePyblio.Schema.Schema corresponding to an
identifier returned by schemas.
|
parse(directory)Parse the specified directory, and load all the .rip files it contains. |
reset()Forget all the schemas and extensions previously parsed withparse.
|
schemas()Return the list of known schemas. |
| Variable Details |
|---|
RIP_dirs
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 | http://epydoc.sf.net |