معرفی شرکت ها


file_visitor-0.1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple file search tools, you can easily sum all the files lines.
ویژگی مقدار
سیستم عامل -
نام فایل file_visitor-0.1.9
نام file_visitor
نسخه کتابخانه 0.1.9
نگهدارنده ['sens']
ایمیل نگهدارنده ['hanyueqi123@163.com']
نویسنده sens
ایمیل نویسنده hanyueqi123@163.com
آدرس صفحه اصلی http://www.5dit.org
آدرس اینترنتی https://pypi.org/project/file_visitor/
مجوز UNKNOWN
This is two function in this package, the first is visit and it visit all the file in the direction which you choose and the file whick you choose in type. It descriped as follow: def visit(path,prex="",feature=print,istop=True): ''' [path] is the path you want to visit [prex] is the suffix you want to filter, the default is "", that is means visit all [feature] is the function you want to call, default to call the print function and print all the file name with the path,and you cant use it to call you own function [is top] to check the call is the top level, you may not use it eg. you can can is like this -- visit(".","py",lines) and if you just import visitor you can write like this -- visitor.visit(".","py",visitor.lines) any problem or advice mailto hanyueqi123@163.com, thank you. ''' An other function is line(), it sum the line all the file, and you can realize you own method by the name parameter and it will call by visit(). It descriped as follow: def lines(file_name): ''' This functon is to count the line in the file [file_name] is the single file you want to visitor '''


نحوه نصب


نصب پکیج whl file_visitor-0.1.9:

    pip install file_visitor-0.1.9.whl


نصب پکیج tar.gz file_visitor-0.1.9:

    pip install file_visitor-0.1.9.tar.gz