pypaya-python-tools


Namepypaya-python-tools JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
SummaryAwesome Python code for Python developers to make working with Python easier.
upload_time2025-01-11 22:19:10
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/53/10/c15028be237e561fca962d64312ee5a416295420c76eb5790f380d8ec4fe/pypaya_python_tools-0.10.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.10.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": "cbf6c816a44808774f0269a21f6aa8223bdb2a4bac7cf60c02596230f503c6dc",
                "md5": "a2f19c48f0f30065e310bfeeb4257fa2",
                "sha256": "53d638e39b247fb1c770a833d72bbc5b23d475871040286868eb1cbcc1519847"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2f19c48f0f30065e310bfeeb4257fa2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 28848,
            "upload_time": "2025-01-11T22:19:08",
            "upload_time_iso_8601": "2025-01-11T22:19:08.384747Z",
            "url": "https://files.pythonhosted.org/packages/cb/f6/c816a44808774f0269a21f6aa8223bdb2a4bac7cf60c02596230f503c6dc/pypaya_python_tools-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5310c15028be237e561fca962d64312ee5a416295420c76eb5790f380d8ec4fe",
                "md5": "428a5fbc513c2f62556c028b23842ab5",
                "sha256": "833ad29cc2dd21650853f5128c9cc6227c61ab35ea32ddd4b6ce0aea6329d749"
            },
            "downloads": -1,
            "filename": "pypaya_python_tools-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "428a5fbc513c2f62556c028b23842ab5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 19857,
            "upload_time": "2025-01-11T22:19:10",
            "upload_time_iso_8601": "2025-01-11T22:19:10.752402Z",
            "url": "https://files.pythonhosted.org/packages/53/10/c15028be237e561fca962d64312ee5a416295420c76eb5790f380d8ec4fe/pypaya_python_tools-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-11 22:19:10",
    "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: 1.58454s