Metadata-Version: 2.1
Name: harness
Version: 0.1.0
Summary: Language-neutral meta-framework for server-less style services
Home-page: https://github.com/vmagamedov/harness
Author: Vladimir Magamedov
Author-email: vladimir@magamedov.com
License: BSD-3-Clause
Description: Harness
        =======
        
        Harness is a language-neutral meta-framework for building serverless-style
        services.
        
        All you need to know is available here: https://wire-in.dev
        
        There are a bunch of examples_ you can find in this repository in the
        corresponding dir.
        
        Changelog_ and `Contributing guide`_ you can find in the documentation.
        
        Installation
        ~~~~~~~~~~~~
        
        At least Python 3.7 is required to use Harness SDK.
        
        .. code-block:: console
        
          $ pip3 install "harness[sdk]"
        
        License
        ~~~~~~~
        
        Harness is `BSD licensed`_.
        
        .. _examples: https://github.com/vmagamedov/harness/tree/master/examples
        .. _Changelog: https://wire-in.dev/changelog.html
        .. _Contributing guide: https://wire-in.dev/contributing.html
        .. _BSD licensed: https://github.com/vmagamedov/harness/blob/master/LICENSE.txt
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: sdk
