Metadata-Version: 2.1
Name: zimfarm
Version: 0.0.9.dev1
Summary: Zimfarm Client
Home-page: https://github.com/openzim/zimfarm-client
Author: Chris Li
Author-email: chris@kiwix.com
License: UNKNOWN
Description: # Overview
        
        Zimfarm client provides a way to programmatically interact with Zimfarm services.
        
        ## Requirements
        
        - Python 3.7.0 or up
        - A Internet connection
        - Username and password
        
        ## How to run 
        
        ### Option 1: using source code
        
        1. clone this repository and go into root of the repository
        2. make a virtual environment (optional)
        3. install dependencies: `pip install -r requirements.txt`
        4. set PYTHONPATH environment variable `export PYTHONPATH=$PWD`
        5. start writing code and run them, e.g. `python example/list_wokers.py`
        
        ### Option 2: install from pip 
        Coming soon...
        
        ##
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
