root/buildout/owslib.buildout/trunk/README.txt

Revision 801, 0.6 KB (checked in by dokai, 3 years ago)

OWSLib buildout

Line 
1=================
2OWSLib - Buildout
3=================
4
5This is a buildout system for OWSLib. It is based on zc.buildout.
6
7
8Installation
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
16Testing
17-------
18
19The test suite is run by::
20
21 $ ./bin/test
22
23
24Developing
25----------
26
27The OWSLib code is under ``src/OWSLib``. It is installed as a
28development egg so any changes made to the source code are immediately
29available for use.
30
31There is a python interpreter available under::
32
33  $ ./bin/python
34
35that has OWSLib available for importing and use.
Note: See TracBrowser for help on using the browser.