Metadata-Version: 2.1
Name: pycamel
Version: 0.0.3
Summary: Backend automation framework. Automation is easy.
Home-page: https://github.com/canyoupleasecreateanaccount/pycamel
Author: Yurii Abramenko
Author-email: <yura.abramenko1@gmail.com>
License: Apache License, Version 2.0, see LICENSE file
Description: 
        # pycamel
        
        ## Contribution
        
        ### 1.Validate of your code and run tests.
        
        There should be 100% pass rate
        
        `` 
        coverage run -m pytest -s -v tests/
        ``
        
        ``
        coverage report -m
        ``
        
        ### 2. Check lint
        
        
Keywords: python,automation,testing,tests,backend automation,pytests,pydantic
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
