Forsteri is forecasting and data managing software developed for use in the manufacturing stage of the supply chain.
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
- 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.
Full documentation is available at http://achawkins.github.io/forsteri/
This version of the client software has been tested, and is known to work against the following language versions and Operating Systems:
- Python 2.7
- Linux
- Windows 7/8
Supports Python 2.7. Uses wx
, webbrowser
, sqlite3
,
subprocess
, threading
, datetime
, copy
, pickle
, sys
,
re
, csv
, operator
, and numpy
.
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.
- Andrew C. Hawkins <[email protected]>
- v.0.0.1 Initial release (2015-06-04)