Python-ftn
is an API and suite of tools for manipulating FTN message and
packet data. The package currently includes tools for:
The python-ftn
API makes it easy to develop new tools that interact with
FTN format data.
Python-ftn support FTS-0001 "on disk" and "packed" messages (and can convert between them), and supports both FTS-0001 ("type 2") and FSC-0048 ("type 2+") packets.
Documentation is available online at:
This software requires the following Python modules:
bitstring
_ -- for reading/writing binary formats... _bitstring: http://code.google.com/p/python-bitstring/
Install this package by running setup.py
::
python setup.py install
Many of the tools in this package read configuration information from a
file named ftn.cfg
, which is by default found in /etc/ftn/ftn.cfg
.
You can change this default in the following ways:
-f
command line option to provide an explicit path to a
configuration file.FTN_CONFIG_DIR
environment variable. The python-ftn tools
will look in this directory for ftn.cfg
and other config files.FTN_CONFIG_FILE
environment variable. The python-ftn tools
will use this file, but continue to look for other files in
FTN_CONFIG_DIR
or /etc/ftn
.If you would like to report bugs or make a feature request, please use the project issue tracker:
Python-ftn was written by Lars Kellogg-Stedman.
lars@oddbit.com
_.. _lars@oddbit.com: mailto:lars@oddbit.com .. _the_odd_bit: http://www.twitter.com/the_odd_bit
Python-ftn is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License
_ as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/.
Fido, FidoNet and the dog-with-diskette are registered trademarks of Tom Jennings, San Francisco California, USA.
.. _gnu general public license: http://www.gnu.org/licenses/gpl-3.0-standalone.html