Giter Site home page Giter Site logo

misrax / strmatch Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14 KB

Find all strings from the list that contain the exact same characters as the string passed into it. The order of the characters in the strings is not relevant.

Python 97.28% Shell 2.72%

strmatch's Introduction

Build Status codecov

A simple way to find strings into a list of strings, and to minimize the number of external dependencies Python and it's standard libraries are used to build the project, For advanced usages it will be better to use nltk.

strmatch.py uses Python and it's standard libraries to create a simple way of finding the matched strings from the list.

test_strmatch.py uses Python's unittest along with coverage to test and evaluate the code coverage.

start.sh Simple bash script to build a virtualenv and run test.

Tools Uses:

  1. Python (Standard libraries) set, list, unittest.
  2. coverages for code coverage.
  3. virtualenv for isolated environment.

Prerequisite:

  1. virtualenv.
  2. python 3.
  3. Bash.

Installation:

# clone the repo
$ git clone [email protected]:misraX/strmatch.git
$ cd strmatch
# Run the build script.
$ ./start.sh

strmatch's People

Contributors

misrax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.