feature parsing
[jelmer/python-fastimport.git] / README.txt
1 bzr-fastimport: Backend for fast Bazaar data importers
2 ======================================================
3
4 Dependencies
5 ------------
6
7 Required and recommended packages are:
8
9 * Python 2.4 or later
10
11 * Bazaar 1.1 or later.
12
13
14 Installation
15 ------------
16
17 The easiest way to install this plugin is to either copy or symlink the
18 directory into your ~/.bazaar/plugins directory. Be sure to rename the
19 directory to fastimport (instead of bzr-fastimport).
20
21 See http://bazaar-vcs.org/UsingPlugins for other options such as
22 using the BZR_PLUGIN_PATH environment variable.
23
24
25 Testing
26 -------
27
28 To test the plugin after installation:
29
30     bzr selftest fastimport
31  
32
33 Documentation
34 -------------
35
36 To view the documentation after installation:
37
38     bzr help fastimport
39  
40
41 Licensing
42 ---------
43
44 For copyright and licensing details of the exporters, see the relevant
45 files in the exporters/ directory.
46
47 Otherwise this plugin is (C) Copyright Canonical Limited 2008 under the
48 GPL Version 2 or later. Please see the file COPYING.txt for the licence
49 details.