Skip to main content

Command line interface for searching a given pattern in the given directory/file paths

Project description

version travis coveralls license

Command line interface for searching a given pattern in the given directory/file paths.

Quickstart

Install using pip:

pip install finder

Features

  • Supported on Python 3.3+.

Changelog

v1.0.2 (2017-05-07)

  • FIX bug in CHANGELOG.

v1.0.1 (2017-05-07)

  • Minor updates.

v1.0.0 (2017-05-07)

  • Add search method to search for a given pattern in the text provided.

  • Add iterfiles method to yield all the file paths in a given folder path.

  • Add is_executable method to validate whether the given file is a executable or not.

  • Add read method to read a given file line by line.

  • Add wrapper method find to iterate through the given list of files/directories and find the given pattern in the files.

  • Add FileReader class to searching all the files concurrently.

  • Add schemas for serializing the data to a JSON-encoded string.

  • Add command line wrapper around the API. User can now use the command line interface to get all the search results.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finder-1.0.2.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

finder-1.0.2-py2.py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page