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

You can specify buildfile filename with the following: python -m buildfile tablename filename

This will run the build table of the build file, note that the build file must be in the directory you're 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-1.0.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

buildfile-1.0.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: buildfile-1.0.0.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-1.0.0.tar.gz
Algorithm Hash digest
SHA256 bac3aea1ac34b92b4905bab5c4cdc90b1090778bb80e4ae74756a17975b0c93a
MD5 a10e6e1f907b07ca31e37a2594fb9abf
BLAKE2b-256 add125b816574b848a48a8989934126bb77d237217ef546cb448f920a3cfcb74

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for buildfile-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 738662f18213ccc95ae2c0bc94602549e5e1e08c6073b1c95c15277f82367032
MD5 7a80ddb4c4e64416867ef44c16c3bad0
BLAKE2b-256 d401ba204475ab5f43818f2d351ccd3305424cdda920fbc41c7b6ffd4f519925

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