Metadata-Version: 2.1
Name: brreg
Version: 1.0.0a1
Summary: API client for Brønnøysundregistrene
Home-page: https://brreg.readthedocs.io/
Author: Otovo AS
Author-email: andrroy+brreg@otovo.com
License: Apache License, Version 2.0
Description: =====
        brreg
        =====
        
        brreg is a Python client for `Brønnøysundregistrene <https://www.brreg.no/>`_'s
        open API. Brønnøysundregistrene is the official registry for Norwegian
        organizations and more.
        
        brreg is available from PyPI. To install it, run::
        
            pip install brreg
        
        For details and code examples, see `the brreg documentation
        <https://brreg.readthedocs.io/>`_.
        
        
        License
        =======
        
        Copyright 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://brreg.readthedocs.io/>`_
        - `Source code <https://github.com/otovo/python-brreg>`_
        - `Issue tracker <https://github.com/otovo/python-brreg/issues>`_
        
        .. image:: https://img.shields.io/pypi/v/brreg.svg?style=flat
            :target: https://pypi.org/project/brreg/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/travis/otovo/python-brreg/master.svg?style=flat
            :target: https://travis-ci.com/otovo/python-brreg
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/otovo/python-brreg/master.svg?style=flat
            :target: https://coveralls.io/github/otovo/python-brreg
            :alt: Test coverage
        
Keywords: brreg enhetsregisteret
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Provides-Extra: dev
