Metadata-Version: 1.0
Name: FinvoiceLib
Version: 0.1.12
Summary: A library for reading Finvoice XML files
Home-page: http://en.norfello.com/
Author: Norfello Oy
Author-email: opensource@norfello.com
License: BSD
Description: 
        Finvoice is one of most commonly used XML dialects used for electronic
        invoicing in Finland.
        
        One of the major drawbacks of this format has been the lack of commonly
        available libraries for reading this format. This is exactly why Norfello
        developed an open source library for reading the format. With this library you
        can easily incorporate the receiving of Finvoice based messages to your
        software.
        
        FinvoiceLib consists of two main components: Reader and FinvoiceWrapper.
        The Reader component is the heart of the library as it encapsulates the full
        finvoice 1.2 message to a class based structure. This class structure can then
        be used access every single element found in the message. The second component,
        FinvoiceWrapper, wraps the most commonly used elements to a convinient helper
        class, that allows to access any of available elements with only a one single
        line of code!
        
Keywords: finvoice norfello postita.fi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business
