معرفی شرکت ها


cannuckfind-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Provide an easy interface to geolocation libraries
ویژگی مقدار
سیستم عامل -
نام فایل cannuckfind-0.0.9
نام cannuckfind
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده ['Harold Henson <economisthenson@gmail.com>']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cannuckfind/
مجوز -
--- title: Cannuckfind --- Cannuckfind is layered on top of large-scale multi-purpose projects. Its main purpose is to provide a convient interface to the larger projects with a goal to fascillitating the statistical analysis of informally entered locational data. Installation ============ To use cannuckfind, first install it using pip: PowerShell:: console > \$ pip install cannuckfind Options ======= This will install the package. The package will contain three modules that can be imported for other uses: - C3 - determine if text suggests a Canadian, US or other origin. - geocasual - incorporate informal langauge. - geolocation - error reporting system. Example ======= Here we can test if a given city is in Canada. code-block:: Cannuckfind =========== Cannuckfind is layered on top of large-scale multi-purpose projects. Its main purpose is to provide a convient interface to the larger projects with a goal to fascillitating the statistical analysis of informally entered locational data. Installation ============ To use cannuckfind, first install it using pip: PowerShell:: console > \$ pip install cannuckfind Options ======= This will install the package. The package will contain three modules that can be imported for other uses: - C3 - determine if text suggests a Canadian, US or other origin. - geocasual - incorporate informal langauge. - geolocation - error reporting system. Example ======= Here we can test if a given city is in Canada. code-block: import geograpy import C3 demoC3 = C3.C3(useGEOGRPY = True) print(demoC3.isCan('Toronto, Ontario')) print(demoC3.isCan('Buffaloe, New York')) Will return a True of Toronto and a False for Buffaloe. Final Note ========== This is still an early version. > import geograpy import C3 demoC3 = C3.C3(useGEOGRPY = True) > print(demoC3.isCan(\'Toronto, Ontario\')) > print(demoC3.isCan(\'Buffaloe, New York\')) Will return a True of Toronto and a False for Buffaloe. Final Note ========== This is still an early version.


نحوه نصب


نصب پکیج whl cannuckfind-0.0.9:

    pip install cannuckfind-0.0.9.whl


نصب پکیج tar.gz cannuckfind-0.0.9:

    pip install cannuckfind-0.0.9.tar.gz