setup | index workprojektepyfuzzypyfuzzysetup.py @ |
pyfuzzy: Python Fuzzy Utilities
pyfuzzy is a python module for working with fuzzy sets
(for example for controllers or other similar stuff,
it can be also used for decision making in business.)
Modules | ||||||
|
Data | ||
CLASSIFIERS = 'Development Status :: 4 - Beta\nIntended Audience...ic/Engineering\nOperating System :: OS Independent' DOCLINES = ['pyfuzzy: Python Fuzzy Utilities', '', 'pyfuzzy is a python module for working with fuzzy sets ', '(for example for controllers or other similar stuff, ', 'it can be also used for decision making in business.)', ''] PACKAGES = ['fuzzy', 'fuzzy.set', 'fuzzy.operator', 'fuzzy.norm', 'fuzzy.complement', 'fuzzy.fuzzify', 'fuzzy.defuzzify', 'fuzzy.storage', 'fuzzy.doc', 'fuzzy.doc.plot', 'fuzzy.doc.plot.gnuplot', 'fuzzy.doc.structure', 'fuzzy.doc.structure.dot', 'fuzzy.storage.fcl'] __revision__ = '$Id: setup.py,v 1.14 2010-03-28 18:49:08 rliebscher Exp $' |