pypaya-python-tools


Namepypaya-python-tools JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryAwesome Python code for Python developers to make working with Python easier.
upload_time2024-11-20 20:59:18
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/95/8e/df3305bbc044a08b8e966044e7381e8840f860a52390617383232e9cd3f9/pypaya_python_tools-0.6.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.6.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": "bca60ac13bd65f80123b29a6a8c0501adf336f4e313a1f71b367e82412a0e604",
                "md5": "bef1b79463e3a8d3b26b452acccb0001",
                "sha256": "054c620b86ee4a30b105cfd161609df446a8b9d9a057994539670aa98fe1a8ee"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bef1b79463e3a8d3b26b452acccb0001",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26015,
            "upload_time": "2024-11-20T20:59:17",
            "upload_time_iso_8601": "2024-11-20T20:59:17.269083Z",
            "url": "https://files.pythonhosted.org/packages/bc/a6/0ac13bd65f80123b29a6a8c0501adf336f4e313a1f71b367e82412a0e604/pypaya_python_tools-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "958edf3305bbc044a08b8e966044e7381e8840f860a52390617383232e9cd3f9",
                "md5": "e75c4fed1cce54ea9859825127f18ac3",
                "sha256": "e025626abb27970e5ed752dbc80da01b0736b14c29f6af4cb088a3ae7047a983"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e75c4fed1cce54ea9859825127f18ac3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 19337,
            "upload_time": "2024-11-20T20:59:18",
            "upload_time_iso_8601": "2024-11-20T20:59:18.370887Z",
            "url": "https://files.pythonhosted.org/packages/95/8e/df3305bbc044a08b8e966044e7381e8840f860a52390617383232e9cd3f9/pypaya_python_tools-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 20:59:18",
    "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.41721s