mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
Initial Commit
This commit is contained in:
parent
9656aa3cb5
commit
d054e97ed4
64 changed files with 349324 additions and 0 deletions
10
pyhamtools.egg-info/PKG-INFO
Normal file
10
pyhamtools.egg-info/PKG-INFO
Normal 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
|
||||
19
pyhamtools.egg-info/SOURCES.txt
Normal file
19
pyhamtools.egg-info/SOURCES.txt
Normal 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
|
||||
1
pyhamtools.egg-info/dependency_links.txt
Normal file
1
pyhamtools.egg-info/dependency_links.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
pyhamtools.egg-info/top_level.txt
Normal file
1
pyhamtools.egg-info/top_level.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
pyhamtools
|
||||
Loading…
Add table
Add a link
Reference in a new issue