Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 1.58 KB

README.rst

File metadata and controls

80 lines (52 loc) · 1.58 KB

Forsteri

Forsteri is forecasting and data managing software developed for use in the manufacturing stage of the supply chain.

Installation

The following installation method is currently removed for freeze testing.

Install from source:

git clone https://github.com/achawkins/forsteri
cd Forsteri
python setup.py install

Package Contents

bin/
Script for startup.
data/
Native data including preferences and imported files.
doc/

Sphinx documentation in reStructuredText. To generate the HTML:

cd doc/
make html
forsteri/
Forsteri sources.

Usage

Full documentation is available at http://achawkins.github.io/forsteri/

Supported Operating Environment

This version of the client software has been tested, and is known to work against the following language versions and Operating Systems:

Language Versions

  • Python 2.7

Operating Systems

  • Linux
  • Windows 7/8

Requirements

Supports Python 2.7. Uses wx, webbrowser, sqlite3, subprocess, threading, datetime, copy, pickle, sys, re, csv, operator, and numpy.

License

All code contained in this repository is Copyright 2015 - Present by Andrew C. Hawkins.

This code is released under the MIT license. Please see the LICENSE file for more details.

Contributors

Changelog

  • v.0.0.1 Initial release (2015-06-04)