pypaya-python-tools


Namepypaya-python-tools JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryAwesome Python code for Python developers to make working with Python easier.
upload_time2024-09-27 20:26:36
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/68/d2/4f509f9be68b0c5be7993acb686fb407f572eb65c55cc1cd1688d891745e/pypaya_python_tools-1.2.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": "1.2.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": "5c08e39fae3164358de65ae3dba6f349daa63d4bc9758828fce8f954ee3ef8a3",
                "md5": "e71b849dcaefbbd42dc9e3dd774885dd",
                "sha256": "fd532869f7f27b1619711fac93d05a80091f35daf012fc360e7892b5c65be93d"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e71b849dcaefbbd42dc9e3dd774885dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 24479,
            "upload_time": "2024-09-27T20:26:35",
            "upload_time_iso_8601": "2024-09-27T20:26:35.444218Z",
            "url": "https://files.pythonhosted.org/packages/5c/08/e39fae3164358de65ae3dba6f349daa63d4bc9758828fce8f954ee3ef8a3/pypaya_python_tools-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68d24f509f9be68b0c5be7993acb686fb407f572eb65c55cc1cd1688d891745e",
                "md5": "697e5cd7382eb87908b5ad68b444c821",
                "sha256": "2fdb83a01ab671ec09ffae6ac7e750d8a64959a97b880c555ea4122f8b925410"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "697e5cd7382eb87908b5ad68b444c821",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17913,
            "upload_time": "2024-09-27T20:26:36",
            "upload_time_iso_8601": "2024-09-27T20:26:36.966061Z",
            "url": "https://files.pythonhosted.org/packages/68/d2/4f509f9be68b0c5be7993acb686fb407f572eb65c55cc1cd1688d891745e/pypaya_python_tools-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 20:26:36",
    "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.79552s