weasel-make


Nameweasel-make JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/mirror12k/weasel-make
SummaryA Makefile-compatibile Build Tool
upload_time2024-10-07 15:18:57
maintainerNone
docs_urlNone
authorMirror12k
requires_pythonNone
licenseMIT
keywords make build-tool weasel makefile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Weasel Make

Weasel Make is a Makefile-compatible build tool that hides the output of your commands if it executed successfully.
Very useful when executing `make build deploy` over and over again.

## Features

- Bash auto-completions - Just press tab after the `weasel` command to see the list of available actions.
- Output folding - Hides output of successful commands, or shows it if the command failed.
- Secrets obfuscation - Any line of text that looks like it might be sensitive secrets information gets replaced with `***`

## Installation

Install easily with `pip install weasel-make`. If you are installing without `sudo`, make sure to add python to your `PATH` by executing:

```bash
echo 'export PATH=$(python3 -m site --user-base)/bin:$PATH' >> ~/.bashrc
```

To install auto-completions for `weasel`, also execute the following:

```bash
echo 'source <(weasel --bash-autocompletions-source)' >> ~/.bashrc
```


## Usage

To execute targets from your Makefile with Weasel Make, use the `weasel` command followed by your target names:
```bash
weasel build deploy
```
This will run the `build` and `deploy` targets as specified in your `Makefile`.

## Makefile Compatibility

Weasel Make is designed to be compatible with standard Makefiles, so you should be able to run your existing Makefiles without any modifications.

## Contributing

Contributions are welcome! Please feel free to submit pull requests or create issues if you encounter any problems or have suggestions for new features.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mirror12k/weasel-make",
    "name": "weasel-make",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "make build-tool weasel makefile",
    "author": "Mirror12k",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/28/73/bfbd063e240deae2df753530639b6210bc91c80ac7bd869c0fd4e8afe312/weasel_make-0.3.2.tar.gz",
    "platform": null,
    "description": "# Weasel Make\n\nWeasel Make is a Makefile-compatible build tool that hides the output of your commands if it executed successfully.\nVery useful when executing `make build deploy` over and over again.\n\n## Features\n\n- Bash auto-completions - Just press tab after the `weasel` command to see the list of available actions.\n- Output folding - Hides output of successful commands, or shows it if the command failed.\n- Secrets obfuscation - Any line of text that looks like it might be sensitive secrets information gets replaced with `***`\n\n## Installation\n\nInstall easily with `pip install weasel-make`. If you are installing without `sudo`, make sure to add python to your `PATH` by executing:\n\n```bash\necho 'export PATH=$(python3 -m site --user-base)/bin:$PATH' >> ~/.bashrc\n```\n\nTo install auto-completions for `weasel`, also execute the following:\n\n```bash\necho 'source <(weasel --bash-autocompletions-source)' >> ~/.bashrc\n```\n\n\n## Usage\n\nTo execute targets from your Makefile with Weasel Make, use the `weasel` command followed by your target names:\n```bash\nweasel build deploy\n```\nThis will run the `build` and `deploy` targets as specified in your `Makefile`.\n\n## Makefile Compatibility\n\nWeasel Make is designed to be compatible with standard Makefiles, so you should be able to run your existing Makefiles without any modifications.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit pull requests or create issues if you encounter any problems or have suggestions for new features.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Makefile-compatibile Build Tool",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/mirror12k/weasel-make"
    },
    "split_keywords": [
        "make",
        "build-tool",
        "weasel",
        "makefile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f0233d694dbe1266bfa0f09a06a4628fd85fa32a96aed94d477e42b609125d7",
                "md5": "3a15b1460d03c4ed7b819cb56cae3c75",
                "sha256": "5b38fa312d5d69587265e4dc021c48718101a3b6e24d513a3aea5b48e38cb923"
            },
            "downloads": -1,
            "filename": "weasel_make-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a15b1460d03c4ed7b819cb56cae3c75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6480,
            "upload_time": "2024-10-07T15:18:55",
            "upload_time_iso_8601": "2024-10-07T15:18:55.741306Z",
            "url": "https://files.pythonhosted.org/packages/4f/02/33d694dbe1266bfa0f09a06a4628fd85fa32a96aed94d477e42b609125d7/weasel_make-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2873bfbd063e240deae2df753530639b6210bc91c80ac7bd869c0fd4e8afe312",
                "md5": "878e9b15fb2e50ba5ff6214892d23c5a",
                "sha256": "f8db0887896bc0c0bcd776da29a1a2cc32e5d536f6f3afd2e9a464df20e1a995"
            },
            "downloads": -1,
            "filename": "weasel_make-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "878e9b15fb2e50ba5ff6214892d23c5a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5903,
            "upload_time": "2024-10-07T15:18:57",
            "upload_time_iso_8601": "2024-10-07T15:18:57.169233Z",
            "url": "https://files.pythonhosted.org/packages/28/73/bfbd063e240deae2df753530639b6210bc91c80ac7bd869c0fd4e8afe312/weasel_make-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 15:18:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mirror12k",
    "github_project": "weasel-make",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "weasel-make"
}
        
Elapsed time: 0.36434s