|
Revision 801, 0.6 KB
(checked in by dokai, 3 years ago)
|
|
OWSLib buildout
|
| Line | |
|---|
| 1 | ================= |
|---|
| 2 | OWSLib - Buildout |
|---|
| 3 | ================= |
|---|
| 4 | |
|---|
| 5 | This is a buildout system for OWSLib. It is based on zc.buildout. |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | Installation |
|---|
| 9 | ------------ |
|---|
| 10 | |
|---|
| 11 | $ svn co http://svn.gispython.org/svn/gispy/buildout/owslib.buildout/trunk owslib.buildout |
|---|
| 12 | $ python bootstrap.py |
|---|
| 13 | $ ./bin/buildout |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | Testing |
|---|
| 17 | ------- |
|---|
| 18 | |
|---|
| 19 | The test suite is run by:: |
|---|
| 20 | |
|---|
| 21 | $ ./bin/test |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | Developing |
|---|
| 25 | ---------- |
|---|
| 26 | |
|---|
| 27 | The OWSLib code is under ``src/OWSLib``. It is installed as a |
|---|
| 28 | development egg so any changes made to the source code are immediately |
|---|
| 29 | available for use. |
|---|
| 30 | |
|---|
| 31 | There is a python interpreter available under:: |
|---|
| 32 | |
|---|
| 33 | $ ./bin/python |
|---|
| 34 | |
|---|
| 35 | that has OWSLib available for importing and use. |
|---|