Metadata-Version: 2.1
Name: celery-farmer
Version: 0.1.0
Summary: Farmer will monitor how the Celery cluster is behaving
Home-page: https://github.com/woltapp/celery-farmer
Author: Wolt Enterprises Oy
Author-email: support@wolt.com
License: UNKNOWN
Description: # Celery Farmer
        
        ![Image of farmer](https://www.collinsdictionary.com/images/thumb/farmer_96736501_250.jpg)
        
        Farmer will monitor how the Celery cluster is behaving.
        
        ## Usage
        
        ### Requirements
        - Python, versions 3.6 and 3.7 are supported
        - Pip or Pipenv
        
        ### Install
        Install package with pipenv:
        ```
        pipenv install celery-farmer
        ```
        
        Or pip:
        ```
        pip install celery-farmer
        ```
        
        ### Run
        Run celery-farmer with shell command:
        ```
        celery-farmer
        ```
        
        ### Configuration
        
        ## Development
        
        ### Requirements
        - Pipenv
        
        Clone repository and install development requirements with:
        ```
        pipenv install --dev
        ```
        
        ### Running tests
        Run all tests, typecheck and linter with:
        ```
        pipenv run all-tests
        ```
        
        Run only typecheck with:
        ```
        pipenv run typecheck
        ```
        
        Run only tests with:
        ```
        pipenv run test
        ```
        Or invoke `pytest` directly:
        ```
        pytest
        ```
        
        Run only linter with:
        ```
        pipenv run lint
        ```
        Or invoke `flake` directly:
        ```
        flake8
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
