Metadata-Version: 1.2
Name: findme
Version: 0.2.2
Summary: A simple CLI for hypothesis.find
Home-page: https://github.com/Julian/findme
Author: Julian Berman
Author-email: Julian+findme@GrayVines.com
License: UNKNOWN
Project-URL: Source, https://github.com/Julian/findme
Project-URL: Issues, https://github.com/Julian/findme/issues/
Description: ======
        findme
        ======
        
        |PyPI| |Pythons| |CI| |Codecov|
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/findme.svg
          :alt: PyPI version
          :target: https://pypi.org/project/findme/
        
        .. |Pythons| image:: https://img.shields.io/pypi/pyversions/findme.svg
          :alt: Supported Python versions
          :target: https://pypi.org/project/findme/
        
        .. |CI| image:: https://github.com/Julian/findme/workflows/CI/badge.svg
          :alt: Build status
          :target: https://github.com/Julian/findme/actions?query=workflow%3ACI
        
        .. |Codecov| image:: https://codecov.io/gh/Julian/findme/branch/master/graph/badge.svg
          :alt: Codecov Code coverage
          :target: https://codecov.io/gh/Julian/findme
        
        
        Usage
        -----
        
        ``findme`` does a simple thing (entirely via Hypothesis):
        
        .. code-block::
        
            $ findme integers x 'x > 1000'
            1001
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
