Metadata-Version: 2.1
Name: njinn-worker
Version: 0.4.3
Summary: Njinn Worker
Home-page: UNKNOWN
Author: Njinn Technologies GmbH
Author-email: contact@njinn.io
License: Other/Proprietary License
Description: 
        # Njinn Worker
        
        ## Installation
        
        You can install the Njinn Worker from [PyPI](https://pypi.org/project/njinn_worker/):
        
            pip install njinn-worker
        
        The worker is supported on Python 3.7 and above.
        
        ## Usage
        
        Worker registration
        
            njinn-worker <registration_token>
        
        If it's already registered you can run the worker by calling
        
            njinn-worker
        
        ## Docker
        
        The Njinn Worker is also available from dockerub as njinn/worker. You can also set the registration key via the environment variable `NJINN_WORKER_TOKEN` 
        
Platform: UNKNOWN
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
