Skip to main content

A simple tool to automate the installation and integration of external tools.

Project description

autokit version 0.14.7

A framework for effortlessly integrating external tools into your Python projects.

Installation

pip install autokit 

Basic Usage

from autokit import ToolConfig, PlatformData, ExternalTool
from pathlib import Path

class TestTool(ExternalTool):
    def __init__(self, base_dir: str = "./third-party", progress_bar: bool = True, lazy_setup: bool = False):
        super().__init__(base_dir, progress_bar, lazy_setup)

    @property
    def config(self) -> ToolConfig:
        return ToolConfig(
            tool_name="tests-tool",
            platform_data={
                "windows": PlatformData(
                    url="https://github.com/IRSS-UBC/MediaTools/releases/download/latest/win-x64.zip",
                    subdir=Path(""),
                    executable=Path("IRSSMediaTools.exe")
                ),
            },
            python=False,
        )

    def help(self):
        self.run_command("help")


if __name__ == "__main__":
    test = TestTool()
    test.help()

Features

  • Automatic download and configuration of external tools on first use.
  • Define tools and their commands in a configuration file.
  • Streamlined execution of tool commands from within your Python code.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Contact: olson@student.ubc.ca

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autokit-0.14.7.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autokit-0.14.7-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file autokit-0.14.7.tar.gz.

File metadata

  • Download URL: autokit-0.14.7.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for autokit-0.14.7.tar.gz
Algorithm Hash digest
SHA256 38e373ce262b5560d459d09f16fd420ab75a1e15c3e0c745529ee1fe8f436d00
MD5 05693496dc41ff9fdf3efcc24593589c
BLAKE2b-256 6456d610d16963de8d8c5084478f04696622ef26da4c0ae387bd3b66d9812909

See more details on using hashes here.

File details

Details for the file autokit-0.14.7-py3-none-any.whl.

File metadata

  • Download URL: autokit-0.14.7-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for autokit-0.14.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6e001d1f88b2b69db922c623c2af3551c8c3d58b9c1156c4f0d7183619d1db6f
MD5 b4fe2cec95b8bac73cb8a956a374ebcc
BLAKE2b-256 62072f97c7eb12b0d80309cdb9982e00dc8d62c4e446ee47c6efee67b7e77ea3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page