Python package for running taskfile with deployment options
Project description
taskfile
Python package for running taskfile with deployment options for different environments.
Installation
pip install taskfile
Usage
from taskfile import Taskfile
# Initialize with environment
task = Taskfile(environment='production')
# Run deployment
task.deploy()
Available Environments
developmentstagingproduction
Configuration
Create a taskfile.yml configuration file in your project root.
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
taskfile-0.1.0.tar.gz
(6.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taskfile-0.1.0.tar.gz.
File metadata
- Download URL: taskfile-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
327594d8a951cf8546df61501edf2244c7c9b1db56273169de3cbe8211c71553
|
|
| MD5 |
82af5cc5616ac748ae5d3f53ca585207
|
|
| BLAKE2b-256 |
2600c68a62cebfe8d83fb40d6b8571f2cdc5b9289741d43f40e9c9a1534679bc
|
File details
Details for the file taskfile-0.1.0-py3-none-any.whl.
File metadata
- Download URL: taskfile-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
704de5db7a004ca3db37196b93cc16f56cd5a273f794c4bc515d1a4067a374bb
|
|
| MD5 |
cf10d807587eff61c1c797e82482db38
|
|
| BLAKE2b-256 |
06004baaa3a293bf85c4d4e87b777133b2d27a0f16a77d6cd4886c2fce9376b1
|