makefile


Namemakefile JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/kirankotari/makefile.git
Summarymakefile is python package to read makefile variables
upload_time2020-09-26 12:46:20
maintainer
docs_urlNone
authorKiran Kumar Kotari
requires_python
license
keywords makefile makefile reader makefile-reader
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # makefile

makefile is simple tool to read varialbe from Makefile

## How to Install

```bash
pip install makefile
```

## Usage

```bash
from makefile import Makefile
obj = Makefile()
print(obj.read())
```

## Contact

Contact Kiran Kumar Kotari <kirankotari@live.com> with any suggestions or comments. If you find any bugs please fix them and send me a pull request.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kirankotari/makefile.git",
    "name": "makefile",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Makefile,makefile reader,makefile-reader",
    "author": "Kiran Kumar Kotari",
    "author_email": "kirankotari@live.com",
    "download_url": "https://files.pythonhosted.org/packages/17/71/1867abd0eeac4dab29469d38acdfe89a06b48f86af0478acadeacb9f4310/makefile-1.1.0.tar.gz",
    "platform": "",
    "description": "# makefile\n\nmakefile is simple tool to read varialbe from Makefile\n\n## How to Install\n\n```bash\npip install makefile\n```\n\n## Usage\n\n```bash\nfrom makefile import Makefile\nobj = Makefile()\nprint(obj.read())\n```\n\n## Contact\n\nContact Kiran Kumar Kotari <kirankotari@live.com> with any suggestions or comments. If you find any bugs please fix them and send me a pull request.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "makefile is python package to read makefile variables",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/kirankotari/makefile.git"
    },
    "split_keywords": [
        "makefile",
        "makefile reader",
        "makefile-reader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea787370af04b30a5c9526888f74eb2f05f9cc1f80e0fd8d19844d85fa9b8f08",
                "md5": "ba4693e0ac32fee6693a084a33b9b0df",
                "sha256": "0ce3c081041b8e933dd1a60ed54e9c12a1296a98f6f2c3808a375778b760d02d"
            },
            "downloads": -1,
            "filename": "makefile-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba4693e0ac32fee6693a084a33b9b0df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6463,
            "upload_time": "2020-09-26T12:46:19",
            "upload_time_iso_8601": "2020-09-26T12:46:19.748062Z",
            "url": "https://files.pythonhosted.org/packages/ea/78/7370af04b30a5c9526888f74eb2f05f9cc1f80e0fd8d19844d85fa9b8f08/makefile-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17711867abd0eeac4dab29469d38acdfe89a06b48f86af0478acadeacb9f4310",
                "md5": "1076aba265a46d95f67ffc1d147db99c",
                "sha256": "e311d56f4535793f48416e0d7134f4d77c7633ee10bed8e00f0dc2962cecff66"
            },
            "downloads": -1,
            "filename": "makefile-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1076aba265a46d95f67ffc1d147db99c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6259,
            "upload_time": "2020-09-26T12:46:20",
            "upload_time_iso_8601": "2020-09-26T12:46:20.837455Z",
            "url": "https://files.pythonhosted.org/packages/17/71/1867abd0eeac4dab29469d38acdfe89a06b48f86af0478acadeacb9f4310/makefile-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-09-26 12:46:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kirankotari",
    "github_project": "makefile",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "makefile"
}
        
Elapsed time: 1.04441s