larsks / python-ftn

Another stab at creating a suite of Fidonet utilities in python.
https://github.com/larsks/python-ftn/wiki
GNU General Public License v3.0
18 stars 6 forks source link

==================== FTN Tools for Python

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:

Requirements

This software requires the following Python modules:

.. _bitstring: http://code.google.com/p/python-bitstring/

Installation

Install this package by running setup.py::

python setup.py install

Configuration

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:

Reporting bugs

If you would like to report bugs or make a feature request, please use the project issue tracker:

Author

Python-ftn was written by Lars Kellogg-Stedman.

.. _lars@oddbit.com: mailto:lars@oddbit.com .. _the_odd_bit: http://www.twitter.com/the_odd_bit

License

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