pygenlib


Namepygenlib JSON
Version 0.0.12 PyPI version JSON
download
home_page
SummaryA Python library for generating other Python libraries
upload_time2023-07-31 09:14:01
maintainer
docs_urlNone
authorYour Name
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyGenLib

A Python library for generating other Python libraries.

## Installation

You can install `pygenlib` using `pip`:

```
pip install pygenlib
```

## Usage

To create a new Python library template, use the `pygenlib` command-line tool.

```
pygenlib my_custom_library
```

This will create a new library named `my_custom_library` in the current directory.

If you want to create the library in a specific folder, you can use the `--target` or `-t` option:

```
pygenlib my_custom_library --target /path/to/target_folder
```

This will create the library in the specified target folder.

After creating the template, you can customize the generated files to build your Python library as per your specific requirements.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Made with 💖 by Harsh Avinash

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pygenlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/fa/322fc5545c00c5a9ef6a4b040cc15dea596610ba186e8392f07f0fe02f14/pygenlib-0.0.12.tar.gz",
    "platform": null,
    "description": "# PyGenLib\r\n\r\nA Python library for generating other Python libraries.\r\n\r\n## Installation\r\n\r\nYou can install `pygenlib` using `pip`:\r\n\r\n```\r\npip install pygenlib\r\n```\r\n\r\n## Usage\r\n\r\nTo create a new Python library template, use the `pygenlib` command-line tool.\r\n\r\n```\r\npygenlib my_custom_library\r\n```\r\n\r\nThis will create a new library named `my_custom_library` in the current directory.\r\n\r\nIf you want to create the library in a specific folder, you can use the `--target` or `-t` option:\r\n\r\n```\r\npygenlib my_custom_library --target /path/to/target_folder\r\n```\r\n\r\nThis will create the library in the specified target folder.\r\n\r\nAfter creating the template, you can customize the generated files to build your Python library as per your specific requirements.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\nMade with \ud83d\udc96 by Harsh Avinash\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python library for generating other Python libraries",
    "version": "0.0.12",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ce8c89c3d90156b8755397c1fd14327ad19bc4c05919df0beaab75c47def523",
                "md5": "9cdd714cc35bf495b6767714baefd9a8",
                "sha256": "f2fdb021ca851c05c87c33dfd186dcfb164aa2c972aa2ff034deba783e758fd6"
            },
            "downloads": -1,
            "filename": "pygenlib-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9cdd714cc35bf495b6767714baefd9a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5340,
            "upload_time": "2023-07-31T09:13:59",
            "upload_time_iso_8601": "2023-07-31T09:13:59.369306Z",
            "url": "https://files.pythonhosted.org/packages/1c/e8/c89c3d90156b8755397c1fd14327ad19bc4c05919df0beaab75c47def523/pygenlib-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcfa322fc5545c00c5a9ef6a4b040cc15dea596610ba186e8392f07f0fe02f14",
                "md5": "aaa758f731da4f63f9ce9d9d214ae186",
                "sha256": "b2df7ade606347401da256eceefabaac1a59fc1ff9e4f0302f77d9800109055a"
            },
            "downloads": -1,
            "filename": "pygenlib-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "aaa758f731da4f63f9ce9d9d214ae186",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4024,
            "upload_time": "2023-07-31T09:14:01",
            "upload_time_iso_8601": "2023-07-31T09:14:01.118671Z",
            "url": "https://files.pythonhosted.org/packages/fc/fa/322fc5545c00c5a9ef6a4b040cc15dea596610ba186e8392f07f0fe02f14/pygenlib-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-31 09:14:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pygenlib"
}
        
Elapsed time: 0.20204s