Metadata-Version: 2.1
Name: netsgiro
Version: 2.0.0
Summary: File parsers for Nets AvtaleGiro and OCR Giro
Home-page: https://pypi.org/project/netsgiro/
License: Apache License, Version 2.0
Keywords: avtalegiro,ocr,giro
Author: Otovo AS
Author-email: jodal+netsgiro@otovo.com
Requires-Python: >=3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Provides-Extra: holidays
Requires-Dist: attrs (>=17.4)
Requires-Dist: backports.zoneinfo (>=0.2.1,<0.3.0); python_version < "3.9"
Project-URL: Changelog, https://netsgiro.readthedocs.io/en/latest/changelog/
Project-URL: Docs, https://netsgiro.readthedocs.io/
Project-URL: Repository, https://github.com/otovo/python-netsgiro
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/pypi/v/netsgiro.svg?style=flat
    :target: https://pypi.org/project/netsgiro/
    :alt: Latest PyPI version

.. image:: https://github.com/otovo/python-netsgiro/actions/workflows/test.yml/badge.svg
    :target: https://github.com/otovo/python-netsgiro/actions/workflows/test.yml
    :alt: Github actions test pipeline status

.. image:: https://img.shields.io/readthedocs/netsgiro.svg
   :target: https://netsgiro.readthedocs.io/
   :alt: Read the Docs build status

.. image:: https://img.shields.io/codecov/c/github/otovo/python-netsgiro/master.svg
   :target: https://codecov.io/gh/otovo/python-netsgiro
   :alt: Test coverage

========
netsgiro
========

netsgiro is a Python library for working with `Nets <https://www.nets.eu/>`_
AvtaleGiro and OCR Giro files.

AvtaleGiro is a direct debit solution that is in widespread use in Norway, with
more than 15 000 companies offering it to their customers. OCR Giro is used by
Nets and Norwegian banks to update payees on recent deposits to their bank
accounts. In combination, AvtaleGiro and OCR Giro allows for a high level of
automation of invoicing and payment processing.

The netsgiro library supports:

- Parsing AvtaleGiro agreements
- Creating AvtaleGiro payment requests
- Creating AvtaleGiro cancellations
- Parsing OCR Giro transactions

netsgiro is available from PyPI. To install it, run::

    pip install netsgiro

For details and code examples, see `the netsgiro documentation
<https://netsgiro.readthedocs.io/>`_.

For further details, please refer to the official
`AvtaleGiro <https://www.avtalegiro.no/>`_ and
`OCR Giro <https://www.nets.eu/no-nb/losninger/inn-og-utbetalinger/ocrgiro/Pages/default.aspx>`_
documentation from Nets.


License
=======

Copyright 2017-2019 `Otovo AS <https://www.otovo.com/>`_. Licensed under the
Apache License, Version 2.0. See the ``LICENSE`` file for the full license
text.


Project resources
=================

- `Documentation <https://netsgiro.readthedocs.io/>`_
- `Source code <https://github.com/otovo/python-netsgiro>`_
- `Issue tracker <https://github.com/otovo/python-netsgiro/issues>`_

