Skip to main content

Buildfile runs annoying tasks automatically.

Project description

buildfile

Buildfile runs annoying tasks automatically.

Docs

Installation

Run python -m pip install buildfile in your terminal.

Usage

You can use buildfile as a command, or as a module.

Example for using as a command:

> python -m buildfile build
Hello

This will run the build table of the build file, the build file must be in the directory which you are running the script from, example build file:

(build)
echo Hello

python -m buildfile build is the equivalent of this:

import buildfile

buildfile.run("build") # You can also specify buildfile filename using
                       # buildfile.run("table_name", filename="buildfile_name")

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

buildfile-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

buildfile-0.0.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file buildfile-0.0.1.tar.gz.

File metadata

  • Download URL: buildfile-0.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for buildfile-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ee90ce807027694073395037cfee22f5384ed5984b0b83e0bad9694700d129d8
MD5 84a179b63e959794d195288fa57c64f3
BLAKE2b-256 7e48d8dd2a28ba10615477cdde829da2e7cf4229b2e8e963307f45bf4e56faca

See more details on using hashes here.

File details

Details for the file buildfile-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: buildfile-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for buildfile-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 294c4e74cb407ebdb0065d7bd423ff2fcc0d1d18d04e1e6e474c55524faa52a6
MD5 bf06ba084f7fcd5a64f2621d0a276174
BLAKE2b-256 5d30dc011e615726f91091f77d5fc6ecc7f06dd9ae408913272e5d97cc582d24

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