sumake


Namesumake JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/SuCicada/sumake
SummaryA generic makefile for projects.
upload_time2024-08-16 05:10:50
maintainerNone
docs_urlNone
authorSuCicada
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sumake
## use
```
pip install sumake -U
```


## dev
make install

pip install . 

## zsh
 ~/.zshrc

```bash
autoload -U compinit
compinit
_sumake() {
_make "$@"
}
compdef _sumake sumake
zstyle ':completion::complete:sumake:*:targets' call-command true
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SuCicada/sumake",
    "name": "sumake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "SuCicada",
    "author_email": "pengyifu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b6/9f/43afd9dd8eb1804e317e136ba346619ffa12d912cdbb0fc1d8f1297365f9/sumake-0.2.5.tar.gz",
    "platform": null,
    "description": "# sumake\n## use\n```\npip install sumake -U\n```\n\n\n## dev\nmake install\n\npip install . \n\n## zsh\n ~/.zshrc\n\n```bash\nautoload -U compinit\ncompinit\n_sumake() {\n_make \"$@\"\n}\ncompdef _sumake sumake\nzstyle ':completion::complete:sumake:*:targets' call-command true\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A generic makefile for projects.",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "https://github.com/SuCicada/sumake"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b69f43afd9dd8eb1804e317e136ba346619ffa12d912cdbb0fc1d8f1297365f9",
                "md5": "72a4a028d8dc8cd94e9dbf66b47fb45b",
                "sha256": "8b3dd085403fcf7b9b77cc047c238637d07b03d713d6c4017770b7cbdc86ebd2"
            },
            "downloads": -1,
            "filename": "sumake-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "72a4a028d8dc8cd94e9dbf66b47fb45b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6322,
            "upload_time": "2024-08-16T05:10:50",
            "upload_time_iso_8601": "2024-08-16T05:10:50.207862Z",
            "url": "https://files.pythonhosted.org/packages/b6/9f/43afd9dd8eb1804e317e136ba346619ffa12d912cdbb0fc1d8f1297365f9/sumake-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 05:10:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SuCicada",
    "github_project": "sumake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sumake"
}
        
Elapsed time: 1.53735s