Metadata-Version: 2.1
Name: tcomapi
Version: 0.1.13
Summary: Bundle for getting open data from some KZ sites.
Home-page: https://github.com/elessarelfstone/tcomapi
Author: Dauren Sdykov
Author-email: elessarelfstone@mail.ru
License: MIT
Description: Tcomapi
        ========
        
        Bundle for getting open data from some KZ sites.
        
        ## KGD
        
        Retrieving information on tax payments by Kazakhstan companies.
        
        ### Features
        
        * progressbar with additional info
        * max output file size limitation
        
        
        ### Usage
        
        ```
        $ kgd --help
        usage: kgd [-h] [-t TIMEOUT] [-f FSIZE] token fpath date_range
        
        
        positional arguments:
          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
          -w TIMEOUT, --timeout TIMEOUT
                                server connect and failure timeout (default: 3.0)
          -f FSIZE, --fsize FSIZE
                                size limit for output file (default: 50000000)
        ```
        
        ### Usage examples
        
        ```
        kgd sdfgggw5gsdg4g4g4435dg /home/user/bins.txt -t 3  2018-01-01:2019-01-01 -f 500000000 
        ```
        
        Note: In this example secret token is fake. To run command successfully 
        you need get them from KGD government agency.
        
        ### Installation
        
        Python 3.6.1+ required.
        
        From PyPI:
        
        ```
        pip install kgd
        ```
        
        ## SGOV
        
        Retrieving information on Kazakhstan by business ID(IIN/BIN).
        
        ### Features
        
        * progressbar with additional info
        * max output file size limitation
        
        
        ### Usage
        
        ```
        
        ```
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
