File: pycocuma.pyw

package info (click to toggle)
pycocuma 0.4.5-6-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 756 kB
  • ctags: 1,222
  • sloc: python: 9,494; makefile: 36
file content (20 lines) | stat: -rwxr-xr-x 573 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
#!/usr/bin/python
"""\
PyCoCuMa (Pythonic Contact and Customer Management) provides an personal
information system for addresses, telephone numbers and other data associated
with personal contacts.

PyCoCuMa stores it's data in compatible vCard files (*.vcf).

PyCoCuMa was programmed by Henning Jacobs <henning@jacobs1.de>.
PyCoCuMa's Homepage: http://www.srcco.de

This is the Windows (without-console) executable, should run by a simple
double-click from windows explorer.
"""


if __name__ == "__main__":
    import pycocumalib.pycocuma
    pycocumalib.pycocuma.run()