Thanks to visit codestin.com
Credit goes to github.com

Skip to content

volker-kempert/python-tools

Repository files navigation

README

Set of command line tools bundled in a python package

License

  1. 2015, Volker Kempert

Licensed under MIT type of open source license. See the LICENSE file for details.

Content

find-dups:
program that helps to find duplicate files.

Deployment

install via pip

Quickstart for development

Install the source as follow and build the documentation.

$ virtualenv tool
$ cd tool
$ source bin/activate
$ git clone <the remote repo> python-tools
$ cd python-tools
$ pip install -r requirement.txt
$ pip install -r dev_requirements.txt
$ python setup.py develop

About

collection of CLI tools written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages