mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-06 15:04:33 +00:00
Initial Commit
This commit is contained in:
parent
9656aa3cb5
commit
d054e97ed4
64 changed files with 349324 additions and 0 deletions
4
docs/build/html/_sources/help.txt
vendored
Normal file
4
docs/build/html/_sources/help.txt
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
help
|
||||
====
|
||||
|
||||
For help contact DH1TW
|
||||
39
docs/build/html/_sources/index.txt
vendored
Normal file
39
docs/build/html/_sources/index.txt
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
.. project-details:
|
||||
|
||||
============
|
||||
PyHamTools
|
||||
============
|
||||
|
||||
:Version: |release|
|
||||
:Code: https://github.com/dh1tw/pyhamtools
|
||||
:License: BSD; see LICENSE file
|
||||
:Issues: https://github.com/dh1tw/pyhamtools/issues
|
||||
:Documentation: http://pyhamtools.readthedocs.org/
|
||||
:IRC: #hamtests on webirc.deltaxray.org
|
||||
|
||||
PyHamTools is a Python library which helps you creating Amateur Radio applications faster. It comes
|
||||
with some modules and classes which are frequently necessary, like parsing of an Amateur Radio callsign.
|
||||
|
||||
Currently, PyHamtools contain the following modules and classes:
|
||||
|
||||
Modules:
|
||||
^^^^^^^^
|
||||
|
||||
|
||||
Clases:
|
||||
^^^^^^^
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
LookupLib
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
10
docs/build/html/_sources/license.txt
vendored
Normal file
10
docs/build/html/_sources/license.txt
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
license
|
||||
=======
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
bla bla bla
|
||||
|
||||
Contact:
|
||||
========
|
||||
Contact DH1TW
|
||||
10
docs/build/html/_sources/lookuplib.txt
vendored
Normal file
10
docs/build/html/_sources/lookuplib.txt
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
LookupLib
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
.. automodule:: pyhamtools.lookuplib
|
||||
|
||||
.. autoclass:: LookupLib
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue