Skip to main content

The core framework for the Craftr build system.

Project description

craftr-core

The craftr-core package provides the core build system functions for the Craftr build system.

Concepts

Projects

A project is the main unit that is used to represent a collection of tasks. A project has a collection of tasks and possibly other sub-projects. Every project has a name and unique ID (aka. path) inside the current build context.

Tasks

Tasks encapsulate the configuration and logic of an operation in a build. Examples include the compilation or generation of source files, copying or compressing files. Such operations are usually described using a sequence of Actions, see below. Dependencies between individual tasks describe a directed acyclic graph used for determining the order in which tasks need to be executed.

A task has a set of input and output files. If an input files changes or an output file does not exist, a task is considered outdated and will be executed again. There are also tasks that are not executed by default unless depended on by another tasks that is executed or explicitly specified as to be executed in a given execution of the build graph.

Actions

An action is a concrete unit of work that can be executed as part of a build. A task is usually described by one or more actions. Dependencies between actions express the order in which they are to be executed relative to the other actions produced by the same task.

Plugins

Plugins are reusable pieces of build logic that can be applied to projects. A plugin usually registers a new task or task factory in the project which is subsequently accessible via the project.ext object or from the namespace object returned by Project.apply().

Settings

Craftr settings are files in a line-based key=value format. There are a bunch of settings that control the behaviour of the Craftr core components. No settings file is loaded implicitly by the Context class.

Option Default value
core.build_directory .build
core.executor craftr.core.executor.default.DefaultExecutor
core.plugin.loader craftr.core.plugin.default.DefaultPluginLoader
core.plugin.loader.delegates craftr.core.project.loader.default.DefaultProjectLoader,craftr.build.loader.DslProjectLoader?
core.plugin.entrypoint craftr.plugins
core.project.loader craftr.core.project.loader.delegate.DelegateProjectLoader
core.verbose False
core.task_selector craftr.core.task.selector.default.DefaultTaskSelector

Copyright © 2021 Niklas Rosenstein

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

craftr-core-0.2.1.tar.gz (27.7 kB view details)

Uploaded Source

Built Distribution

craftr_core-0.2.1-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

Details for the file craftr-core-0.2.1.tar.gz.

File metadata

  • Download URL: craftr-core-0.2.1.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for craftr-core-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3b8ed7662d3d90637c5184d381dccb63de52a500ac6ce934916a16afcd389db6
MD5 6ac0bdb019b93b5e70c8806fe0ba90ca
BLAKE2b-256 a0a4c95c509fef4b37299149dd731616aba62c245be65763e3c851ac1f44e2c3

See more details on using hashes here.

File details

Details for the file craftr_core-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: craftr_core-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for craftr_core-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0ccbe6c6aa13ba8b3f7ed4139b526f29caf6dad868c9fbe37a1006ec11379425
MD5 21e5e27ee1b801e56cf68efb7f07f22c
BLAKE2b-256 a4a68d814590262a8a0e4023f9f264cf4856f1d7b29fe7318850fd5fc08aba51

See more details on using hashes here.

Supported by

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