Metadata-Version: 2.1
Name: kgd
Version: 0.1.3
Summary: Tool for retrieving information on tax payments by Kazakhstan companies
Home-page: https://github.com/elessarelfstone/kgd
Author: Dauren Sdykov
Author-email: elessarelfstone@mail.ru
License: MIT
Description: KgdTaxes
        ========
        
        Tool for retrieving information on tax payments by Kazakhstan companies.
        
        ## Features
        
        * progressbar with additional info
        * retries for unreliable networks or if service temporarily is not available
        * max output file size limitation
        
        
        ## Usage
        
        ```
        $ kgd --help
        usage: __main__.py [-h] [-B BACKOFF] [-w TIMEOUT] [-r RETRIES] [-f FSIZE]
                           address_port token fpath date_range
        
        
        positional arguments:
          address_port          KGD API target host and port
          token                 KGD API secret token
          fpath                 input file with BINs
          date_range            date range for which we retrieve data
        
        optional arguments:
          -h, --help            show this help message and exit
          -B BACKOFF, --backoff BACKOFF
                                delay after each failed attempt (default: 0.5)
          -w TIMEOUT, --timeout TIMEOUT
                                server connect timeout (default: 4)
          -r RETRIES, --retries RETRIES
                                retries count for one BIN (default: 4)
          -f FSIZE, --fsize FSIZE
                                size limit for output file (default: 50000000)
        ```
        
        #### Usage examples
        
        ```
        kgd 212.154.167.151:9980 sdfgggw5gsdg4g4g4435dg /home/user/bins.txt -w 6 --backoff 2 2018-01-01:2019-01-01 -f 500000000 
        ```
        
        ## Installation
        
        Python 3.6.1+ required.
        
        From PyPI:
        
        ```
        pip install kgd
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Topic :: Internet
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
Provides-Extra: dev
