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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
AUTHORS
COPYING
MANIFEST.in
NEWS.rst
README.rst
setup.cfg
setup.py
examples/__init__.py
examples/addcontacts.py
examples/addfile.py
examples/async.py
examples/backup_convertor.py
examples/batteryinfo.py
examples/debugging.py
examples/dialvoice.py
examples/doc-exceptions.py
examples/dummy_phone.py
examples/filesystem_test.py
examples/getallcalendar.py
examples/getallmemory.py
examples/getallmemory_nonext.py
examples/getallsms.py
examples/getallsms_decode.py
examples/getalltodo.py
examples/getdiverts.py
examples/incoming.py
examples/listfilesystem.py
examples/mass_sms.py
examples/pdu_decoder.py
examples/read_sms_backup.py
examples/savesmspercontact.py
examples/sendlongsms.py
examples/sendsms.py
examples/service_numbers.py
examples/setdiverts.py
examples/sms_replier.py
examples/smsbackup.py
examples/smsd_inject.py
examples/smsd_state.py
examples/vcs.py
examples/worker.py
examples/data/cgi.jpg
gammu/__init__.py
gammu/asyncworker.py
gammu/data.py
gammu/exception.py
gammu/smsd.py
gammu/worker.py
gammu/src/data.c
gammu/src/errors.c
gammu/src/gammu.c
gammu/src/misc.c
gammu/src/smsd.c
gammu/src/convertors/backup.c
gammu/src/convertors/base.c
gammu/src/convertors/bitmap.c
gammu/src/convertors/calendar.c
gammu/src/convertors/call.c
gammu/src/convertors/diverts.c
gammu/src/convertors/file.c
gammu/src/convertors/memory.c
gammu/src/convertors/misc.c
gammu/src/convertors/ringtone.c
gammu/src/convertors/sms.c
gammu/src/convertors/string.c
gammu/src/convertors/time.c
gammu/src/convertors/todo.c
gammu/src/convertors/wap.c
include/convertors.h
include/data.h
include/errors.h
include/misc.h
python_gammu.egg-info/PKG-INFO
python_gammu.egg-info/SOURCES.txt
python_gammu.egg-info/dependency_links.txt
python_gammu.egg-info/top_level.txt
test/__init__.py
test/test_asyncworker.py
test/test_backup.py
test/test_config.py
test/test_data.py
test/test_dummy.py
test/test_errors.py
test/test_sms.py
test/test_smsd.py
test/test_worker.py
test/data/02.vcs
test/data/UK32Holidays.ics
test/data/bug-779.vcf
test/data/gammu.vcf
test/data/k770.vcs
test/data/rrule.ics
test/data/sqlite-14.sql
test/data/sqlite-15.sql
test/data/sqlite-16.sql
test/data/sqlite-17.sql
test/data/gammu-dummy/calendar/2
test/data/gammu-dummy/calendar/22
test/data/gammu-dummy/fs/file5
test/data/gammu-dummy/fs/dir2/file5
test/data/gammu-dummy/fs/dir2/dir2-5/file1
test/data/gammu-dummy/fs/dir2/dir2-5/file2
test/data/gammu-dummy/fs/dir2/dir2-5/file3
test/data/gammu-dummy/fs/dir2/dir2-5/file4
test/data/gammu-dummy/pbk/ME/1
test/data/gammu-dummy/pbk/ME/101
test/data/gammu-dummy/pbk/ME/103
test/data/gammu-dummy/pbk/SM/1
test/data/gammu-dummy/sms/1/1
test/data/gammu-dummy/sms/2/10
test/data/gammu-dummy/sms/3/42
test/data/gammu-dummy/sms/4/15
test/data/gammu-dummy/sms/4/20
test/data/gammu-dummy/sms/4/21
test/data/gammu-dummy/todo/22
test/data/gammu-dummy/todo/3
|