Metadata-Version: 2.1
Name: rain-api
Version: 0.1.2
Summary: # Rain Api
Requires-Dist: atomicwrites (==1.3.0)
Requires-Dist: attrs (==19.3.0)
Requires-Dist: autopep8 (==1.5.2)
Requires-Dist: certifi (==2020.4.5.1)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==7.1.1)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: entrypoints (==0.3)
Requires-Dist: flake8 (==3.7.9)
Requires-Dist: idna (==2.9)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: more-itertools (==8.2.0)
Requires-Dist: packaging (==20.3)
Requires-Dist: Pillow (==7.1.1)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: py (==1.8.1)
Requires-Dist: pycodestyle (==2.5.0)
Requires-Dist: pyflakes (==2.1.1)
Requires-Dist: PyMySQL (==0.9.3)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==5.4.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: six (==1.14.0)
Requires-Dist: urllib3 (==1.25.9)
Requires-Dist: wcwidth (==0.1.9)

Rain Api Cli tool enables you to download a full pagination end point from Your Api. with 3 simple steps you can copy your data to another database. Use 'rain_api --help' to see full commands list 


### Prerequisites 

    1. Isntall python
    2. Make sure you have pip installed 
        '$ pip -V' 
    
### Development 
    3. install pipenv `$ pip install pipenv`
    6. inside the folder `$ pipenv install`
    you can run dev mode in this folder `$ pipenv run main`
    Note:
    5. to add new package to setup `pipenv lock && pipenv run pip freeze > requirements.txt`
    
### Production
   
    '$ pip install git-path/rain_api'
    
   check with 
   
    '$ pip install rain_api'

# How To Use
   
   Install Script: '$ pip install git-path/rain_api'
    
    1. Build a folder for the custom api setup  `$ rain_api create --name="API_NAME" --url="API_URL"`
    2. Download data from api `rain_api start --name="API_NAME"`
    3. Import data to sql `rain_api to-sql --name="API_NAME"`
    4. Create html templates by id `rain_api to-html --name="API_NAME"`

    Enjoy!

Home-page: https://github.com/yonimdo/rain_api
Author: Yoni Mood
Author-email: yonimdo@gmail.com
License: BSD license
Description: # Rain Api
        
        Rain Api Cli tool enables you to download a full pagination end point from Your Api. with 3 simple steps you can copy your data to another database. Use 'rain_api --help' to see full commands list 
        
        
        ### Prerequisites 
        
            1. Isntall python
            2. Make sure you have pip installed 
                '$ pip -V' 
            
        ### Development 
            3. install pipenv `$ pip install pipenv`
            6. inside the folder `$ pipenv install`
            you can run dev mode in this folder `$ pipenv run main`
            Note:
            5. to add new package to setup `pipenv lock && pipenv run pip freeze > requirements.txt`
            
        ### Production
           
            '$ pip install git-path/rain_api'
            
           check with 
           
            '$ pip install rain_api'
        
        # How To Use
           
           Install Script: '$ pip install git-path/rain_api'
            
            1. Build a folder for the custom api setup  `$ rain_api create --name="API_NAME" --url="API_URL"`
            2. Download data from api `rain_api start --name="API_NAME"`
            3. Import data to sql `rain_api to-sql --name="API_NAME"`
            4. Create html templates by id `rain_api to-html --name="API_NAME"`
        
            Enjoy!
        
Keywords: rain_api,apis,downdload api from the internet,rain api,rain start
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
