templategen


Nametemplategen JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/TediCreations/templategen
SummarySouce code generator from a given template
upload_time2023-08-16 15:08:43
maintainer
docs_urlNone
authorKanelis Elias
requires_python
licenseMIT
keywords build make util
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- PROJECT LOGO -->
<br />
<p align="center">
  <a href="https://github.com/tedicreations/templategen">
    <img src="./images/logo.jpeg" alt="Logo" width="80" height="80">
  </a>

  <h3 align="center">templategen</h3>

  <p align="center">
    Souce code generator from a given template
  </p>
</p>

<!-- ABOUT THE PROJECT -->
## About The Project

All it does is copy template file[s], replace predefined substrings and write the output as a new generated file.

<!-- GETTING STARTED -->
## Getting Started

To get a local copy up and running follow these simple steps.


### Installation

Run the following command:

```sh
pip install templategen
```

### Usage

Run the following command:

```sh
templategen --name=myName --template=c
```

<!-- LICENSE -->
## License

Distributed under the GNU3 License. See `LICENSE` for more information.


<!-- CONTACT -->
## Contact

Kanelis Ilias - [email me](mailto:hkanelhs@yahoo.gr)

GitHub Link: [https://github.com/TediCreations/templategen](https://github.com/TediCreations/templategen)

PyPi Link: [https://pypi.org/project/templategen/](https://pypi.org/project/templategen/)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TediCreations/templategen",
    "name": "templategen",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "build,make,util",
    "author": "Kanelis Elias",
    "author_email": "hkanelhs@yahoo.gr",
    "download_url": "https://files.pythonhosted.org/packages/29/b4/555af5a7c77a0f3bd882d5953f23729bbb2dff3c334131af30b6dcbd15a1/templategen-0.0.2.tar.gz",
    "platform": null,
    "description": "<!-- PROJECT LOGO -->\n<br />\n<p align=\"center\">\n  <a href=\"https://github.com/tedicreations/templategen\">\n    <img src=\"./images/logo.jpeg\" alt=\"Logo\" width=\"80\" height=\"80\">\n  </a>\n\n  <h3 align=\"center\">templategen</h3>\n\n  <p align=\"center\">\n    Souce code generator from a given template\n  </p>\n</p>\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\nAll it does is copy template file[s], replace predefined substrings and write the output as a new generated file.\n\n<!-- GETTING STARTED -->\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n\n### Installation\n\nRun the following command:\n\n```sh\npip install templategen\n```\n\n### Usage\n\nRun the following command:\n\n```sh\ntemplategen --name=myName --template=c\n```\n\n<!-- LICENSE -->\n## License\n\nDistributed under the GNU3 License. See `LICENSE` for more information.\n\n\n<!-- CONTACT -->\n## Contact\n\nKanelis Ilias - [email me](mailto:hkanelhs@yahoo.gr)\n\nGitHub Link: [https://github.com/TediCreations/templategen](https://github.com/TediCreations/templategen)\n\nPyPi Link: [https://pypi.org/project/templategen/](https://pypi.org/project/templategen/)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Souce code generator from a given template",
    "version": "0.0.2",
    "project_urls": {
        "Download": "https://github.com/TediCreations/templategen/archive/Unknown.tar.gz",
        "Homepage": "https://github.com/TediCreations/templategen"
    },
    "split_keywords": [
        "build",
        "make",
        "util"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29b4555af5a7c77a0f3bd882d5953f23729bbb2dff3c334131af30b6dcbd15a1",
                "md5": "149ba3c1baaed6f457cf1ae3bc7d0b50",
                "sha256": "c33ef777e385fde378fb146caf301d476d43b7546890c1415aefaaf28bb96e72"
            },
            "downloads": -1,
            "filename": "templategen-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "149ba3c1baaed6f457cf1ae3bc7d0b50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24992,
            "upload_time": "2023-08-16T15:08:43",
            "upload_time_iso_8601": "2023-08-16T15:08:43.064439Z",
            "url": "https://files.pythonhosted.org/packages/29/b4/555af5a7c77a0f3bd882d5953f23729bbb2dff3c334131af30b6dcbd15a1/templategen-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-16 15:08:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TediCreations",
    "github_project": "templategen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "templategen"
}
        
Elapsed time: 0.10252s