Skip to content

gduverger/control-f-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Languages