Initial Commit

This commit is contained in:
dh1tw 2014-04-24 14:01:53 +02:00
parent 9656aa3cb5
commit d054e97ed4
64 changed files with 349324 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: pyhamtools
Version: 0.1
Summary: Amateur Radio Callsign Lookup
Home-page: http://github.com/dh1tw
Author: Tobias Wellnitz, DH1TW
Author-email: Tobias@dh1tw.de
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN

View file

@ -0,0 +1,19 @@
pyhamtools/__init__.py
pyhamtools/callinfo.py
pyhamtools/conf.py
pyhamtools/consts.py
pyhamtools/exceptions.py
pyhamtools/hamutils.py
pyhamtools/lookuplib.py
pyhamtools/rediscache.py
pyhamtools/rewrite_tips.py
pyhamtools/test.py
pyhamtools.egg-info/PKG-INFO
pyhamtools.egg-info/SOURCES.txt
pyhamtools.egg-info/dependency_links.txt
pyhamtools.egg-info/top_level.txt
test/test_lookuplib.py
test/test_lookuplib_clublogapi.py
test/test_lookuplib_clublogxml.py
test/test_lookuplib_countryfile.py
test/test_lookuplib_gettersetter_api.py

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@
pyhamtools