File: readme.txt

package info (click to toggle)
pythoncard 0.8.1-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,352 kB
  • ctags: 4,594
  • sloc: python: 42,401; makefile: 55; sh: 22
file content (27 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*********** Readme.txt **********************

This is a pythoncard example application.

It makes up a very simple address database. 

Although it uses the german address format it should be fairly 
easy to adapt it to whatever is required.

It is quite useful for keeping track of customer contacts.

It is very very easy to use, so no further explanations here.

It handles several hundred entries without slowing down or any other problem.
It probabely works still fine with some thousand entries, but I did never
test this.

Feel free modify it to whatever use you want.

Have fun

Juergen

email: juergen@yebu.de

Data is stored in a text file in comma separated value (CSV) format. 
For alternative storage formats see the addresses, flatfileDatabase and textIndexer samples.