Metadata-Version: 2.1
Name: evonik-apitest
Version: 0.0.2
Summary: Helpers for testing APIs
Home-page: https://evonik.com
Author: Benjamin Schiller
Author-email: benjamin.schiller@evonik.com
License: UNKNOWN
Description: # `apitest`
        
        This repo contains the python module `apitest`.
        
        ## repo structure
        
        ```
        code/              # source code of apitest
        examples/          # examples for the use of apitest
        notebooks/         # notebooks with examples and doc
        ```
        
        ## usage
        
        ```
        import sys
        sys.path.append("../code")
        
        from apitest import Property, Properties, Endpoints
        from apitest import Component, Instance, ComponentTest
        from apitest import rand_str, rand_int
        
        ...
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
