pypaya-python-tools


Namepypaya-python-tools JSON
Version 0.12.0 PyPI version JSON
download
home_pageNone
SummaryAwesome Python code for Python developers to make working with Python easier.
upload_time2025-02-01 13:09:23
maintainerNone
docs_urlNone
authorPypayaTech
requires_python>=3.7
licenseMIT
keywords development tools utilities productivity ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pypaya-python-tools

Awesome Python code for Python developers to make working with Python easier.

## Features

- Code generation and manipulation using AST
- Extracting the most important information from the code (function headers, docstrings)
- Dynamic code execution in isolated environments
- Package management and virtual environment handling
- Dynamic imports and module reloading
- Object creation from configuration dictionaries
- Useful decorators for common programming patterns

## Installation

You can install pypaya-python-tools using pip:

```
pip install pypaya-python-tools
```

## License
This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pypaya-python-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "development, tools, utilities, productivity, ai",
    "author": "PypayaTech",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/be/c9/c32e05f656a482eed776fb6be2deb07088f921fa89e696c04751b937e10b/pypaya_python_tools-0.12.0.tar.gz",
    "platform": null,
    "description": "# pypaya-python-tools\r\n\r\nAwesome Python code for Python developers to make working with Python easier.\r\n\r\n## Features\r\n\r\n- Code generation and manipulation using AST\r\n- Extracting the most important information from the code (function headers, docstrings)\r\n- Dynamic code execution in isolated environments\r\n- Package management and virtual environment handling\r\n- Dynamic imports and module reloading\r\n- Object creation from configuration dictionaries\r\n- Useful decorators for common programming patterns\r\n\r\n## Installation\r\n\r\nYou can install pypaya-python-tools using pip:\r\n\r\n```\r\npip install pypaya-python-tools\r\n```\r\n\r\n## License\r\nThis project is licensed under the MIT License.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Awesome Python code for Python developers to make working with Python easier.",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://github.com/PypayaTech/pypaya-python-tools",
        "Repository": "https://github.com/PypayaTech/pypaya-python-tools.git"
    },
    "split_keywords": [
        "development",
        " tools",
        " utilities",
        " productivity",
        " ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b8a84f04ed9eab837f22c7b58d4d0ca8288dc2a8c8f393ce0c182e1f7e586b5",
                "md5": "17615285e610afd46dc7158f9dbbb8bf",
                "sha256": "2f6cebe2622a5236000e08e1118c27e7d26e9b6135de27175463c4109c34cf66"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17615285e610afd46dc7158f9dbbb8bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 37038,
            "upload_time": "2025-02-01T13:09:21",
            "upload_time_iso_8601": "2025-02-01T13:09:21.968438Z",
            "url": "https://files.pythonhosted.org/packages/6b/8a/84f04ed9eab837f22c7b58d4d0ca8288dc2a8c8f393ce0c182e1f7e586b5/pypaya_python_tools-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bec9c32e05f656a482eed776fb6be2deb07088f921fa89e696c04751b937e10b",
                "md5": "f48c16b9fe777cec99b7bf06df8c131b",
                "sha256": "6b5cee8621c33294d8ced4bbcf89c74b3a067a61ba6e4de2d0cc65f152bcc273"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f48c16b9fe777cec99b7bf06df8c131b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23336,
            "upload_time": "2025-02-01T13:09:23",
            "upload_time_iso_8601": "2025-02-01T13:09:23.777407Z",
            "url": "https://files.pythonhosted.org/packages/be/c9/c32e05f656a482eed776fb6be2deb07088f921fa89e696c04751b937e10b/pypaya_python_tools-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 13:09:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PypayaTech",
    "github_project": "pypaya-python-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pypaya-python-tools"
}
        
Elapsed time: 0.77165s