Multiplatform tools development api
Project description
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
pip install DTL
Usage
>>> 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DTL-1.1.7.zip
(125.4 kB
view details)
File details
Details for the file DTL-1.1.7.zip
.
File metadata
- Download URL: DTL-1.1.7.zip
- Upload date:
- Size: 125.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35241fec4e1f383515fbd75a679773020a480240d561c1777aa7990035b9d474 |
|
MD5 | c745300e04a3142a74c287167febae4c |
|
BLAKE2b-256 | 1df4007b6eed03f0b5e08bb5d5ab0f30a42efc21ef1eb20b0fdcf05287e84668 |