Metadata-Version: 1.1
Name: intgr-bir-api
Version: 1.0.0
Summary: An API for BIR1 (Baza Internetowa REGON 1) allows requesting for polish company data providing KRS, REGON or VAT number. It requires private GUS API key.
Home-page: https://github.com/integree/intgr-bir-api
Author: Integree Bussines Solutions
Author-email: dev@integree.eu
License: MIT License
Download-URL: https://pypi.python.org/packages/source/i/intgr-bir-api/intgr-bir-api-1.0.0.zip
Description: BIR API
        ============
        
        .. image:: https://img.shields.io/pypi/pyversions/bir-api.svg
            :target: https://pypi.python.org/pypi/bir-api/
        
        .. image:: http://img.shields.io/pypi/v/bir-api.svg
            :target: https://pypi.python.org/pypi/bir-api/
        
        .. image:: https://img.shields.io/badge/django-1.7%20or%20newer-green.svg
            :target: https://pypi.python.org/pypi/bir-api/
        
        .. image:: https://img.shields.io/pypi/l/bir-api.svg
            :target: https://pypi.python.org/pypi/bir-api/
        
        .. image:: https://img.shields.io/pypi/dm/bir-api.svg
            :target: https://pypi.python.org/pypi/bir-api/
        
        An API for BIR1 (Baza Internetowa REGON 1) allows requesting for polish company data providing KRS, REGON or VAT number. It requires private GUS API key. 
        
        Requirements
        ------------
        
        bir-api requires Python 2.7 or Python 3.3 or newer and Django 1.7.
        
        Installation
        ------------
        
        To install bir-api, run the following command inside this directory::
        
            python setup.py install
            
        You can also install the package with a symlink, so that changes to the source files will be immediately available to other users of the package on your system::
        
            python setup.py develop
        
        If you have the Python **easy_install** utility available, you can also type 
        the following to download and install in one step::
        
            easy_install bir-api
        
        Or if you're using **pip**::
        
            pip install bir-api
        
        To install bir-api from SVN directly::
        
            pip install -e svn+http://example.com/svn/intgr_bir_api/trunk#egg=bir_api
            
        or, if you need install from branch::
            
            pip install -e svn+http://example.com/svn/intgr_bir_api/branches/dev_0_2#egg=bir_api
        
        Or if you'd prefer you can simply place the included "bir_api" directory 
        somewhere on your python path, or symlink to it from somewhere on your Python 
        path.
        
        Authors
        -------
        
        The project implemented by `Integree Bussines Solutions <http://www.integree.eu>`_ from Warsaw, Poland
Keywords: api bir bir1 gus krs regon nip vat utils integree
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
