Metadata-Version: 1.0
Name: huSoftM
Version: 0.61
Summary: communication with the SoftM Suite on an AS/400
Home-page: http://github.com/hudora/huSoftM#readme
Author: Maximillian Dornseif
Author-email: md@hudora.de
License: UNKNOWN
Description: # huSoftM
        
        huSoftM is a toolkit for acessing the "SoftM Suite" ERP system in Python. See the module documentation for a
        general introduction into the workings of huSoftM. Major subsystems:
        
        * odbc_bridge Erlang Language http-to-odbc converter beeing the basis for all SoftM access in this library.
        * softmtables - read write access to single table rows including locking.
        * [kunden](http://github.com/hudora/huSoftM/blob/master/html/kunden.html) - customer information following
        the [AddressProtocol](http://github.com/hudora/huTools/blob/master/doc/standards/address_protocol.markdown).
        * [tools](http://github.com/hudora/huSoftM/blob/master/html/tools.html) - nice helper functions
        * [connection](http://github.com/hudora/huSoftM/blob/master/html/connection.html) - SQL read acess to tables
        including automatic mapping and conversion.
        * [bestaende](http://github.com/hudora/huSoftM/blob/master/html/bestaende.html) - Zugriff auf (Lager-)
        Bestandsdaten.
        
        See [SoftMtabellen](http://cybernetics.hudora.biz/projects/wiki/SoftMtabellen) for a representation of our
        knowlege concerning the Tables in SoftM.
        
        # Downloads
        
        Get it at [https://github.com/hudora/huSoftM][7]
        
        [7]: https://github.com/hudora/huSoftM
        
        # Changes
        
        See http://github.com/hudora/huSoftM/blob/master/CHANGES
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
