weasel-make


Nameweasel-make JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/mirror12k/weasel-make
SummaryA Makefile-compatibile Build Tool
upload_time2024-01-19 00:19:41
maintainer
docs_urlNone
authorMirror12k
requires_python
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
```

## 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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "make build-tool weasel makefile",
    "author": "Mirror12k",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/48/6d/1b422557dbadd2a75d7ec3b48eb62d42a8cd08cb9de7abe625791bdb3be4/weasel-make-0.1.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\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.1.2",
    "project_urls": {
        "Homepage": "https://github.com/mirror12k/weasel-make"
    },
    "split_keywords": [
        "make",
        "build-tool",
        "weasel",
        "makefile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6d40061847a2ab2a3813e068468029288d919575b9fdbc396407afac549a0a2",
                "md5": "89a9d1bdda9e5256c838ad889174c36d",
                "sha256": "2fc7f1c05b0bb838acd4db0fa9127062410a36b602d7615510e0857d727229c0"
            },
            "downloads": -1,
            "filename": "weasel_make-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89a9d1bdda9e5256c838ad889174c36d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5262,
            "upload_time": "2024-01-19T00:19:40",
            "upload_time_iso_8601": "2024-01-19T00:19:40.265204Z",
            "url": "https://files.pythonhosted.org/packages/b6/d4/0061847a2ab2a3813e068468029288d919575b9fdbc396407afac549a0a2/weasel_make-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "486d1b422557dbadd2a75d7ec3b48eb62d42a8cd08cb9de7abe625791bdb3be4",
                "md5": "b4e819702104fe2d535c3c98854d71a5",
                "sha256": "5986f1eede0eb8b5e228cf8fbae8f8a87d908c3f9797d9e5a0b8cf5b55468a22"
            },
            "downloads": -1,
            "filename": "weasel-make-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b4e819702104fe2d535c3c98854d71a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5586,
            "upload_time": "2024-01-19T00:19:41",
            "upload_time_iso_8601": "2024-01-19T00:19:41.929270Z",
            "url": "https://files.pythonhosted.org/packages/48/6d/1b422557dbadd2a75d7ec3b48eb62d42a8cd08cb9de7abe625791bdb3be4/weasel-make-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 00:19:41",
    "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.16030s