gduverger / control-f-client

πŸ”Ž Control-F (find and replace API) Python client

Home Page:https://ctrlf.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control-F Python client

pipenv install control-f

Usage

>>> import control_f as find
>>> find.food('This morning, I ate an apple with some peanut butter.').json()
{'matches': ['peanut butter', 'apple'], 'result': 'This morning, I ate an apple with some peanut butter.'}

Dependencies

requests (2.23.0)

Development

Packaging

# Generating distribution archives
$ python setup.py sdist bdist_wheel

# Uploading the distribution archives
$ twine upload --skip-existing dist/*

About

πŸ”Ž Control-F (find and replace API) Python client

https://ctrlf.co/

License:MIT License


Languages

Language:Python 100.0%