معرفی شرکت ها


DTL-1.1.7


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Multiplatform tools development api
ویژگی مقدار
سیستم عامل -
نام فایل DTL-1.1.7
نام DTL
نسخه کتابخانه 1.1.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Kyle Rockman
ایمیل نویسنده kyle.rockman@mac.com
آدرس صفحه اصلی https://github.com/rocktavious/DevToolsLib
آدرس اینترنتی https://pypi.org/project/DTL/
مجوز Copyright (c) 2013 Kyle Rockman The MIT License (MIT) ===================== Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Dev Tools Library ================= .. image:: https://badge.fury.io/py/DTL.png :target: http://badge.fury.io/py/DTL .. image:: https://travis-ci.org/rocktavious/DevToolsLib.png?branch=master :target: https://travis-ci.org/rocktavious/DevToolsLib .. image:: https://pypip.in/d/DTL/badge.png :target: https://crate.io/packages/DTL/ Dev Tools Library is a multiplatform tools development api, targeted to help keep you focused on writing the tools and not the connective glue code between packages. Installation ------------ .. code-block:: bash pip install DTL Usage ----- .. code-block:: pycon >>> import DTL >>> #These are the core modules >>> from DTL import api, gui, db, networking, perforce >>> #This is where you can get access to package related settings >>> from DTL.settings import Settings ... Design ------ The Dev Tools Library was designed to handle alot of bolier plate code, to free you up to design tools/scripts/applications without having to implement business logic and shared logic within the same tool/script/application. It provides useful utilities and class in a number of different areas from general(api) to user interface(gui) even to communication(networking) Documentation -------------


نحوه نصب


نصب پکیج whl DTL-1.1.7:

    pip install DTL-1.1.7.whl


نصب پکیج tar.gz DTL-1.1.7:

    pip install DTL-1.1.7.tar.gz