pyhelperag


Namepyhelperag JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/yourusername/my_library
SummaryA utility library with useful Python helpers
upload_time2025-07-13 05:10:30
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyhelperag

`pyhelperag` is a utility Python library with handy functions for:

- 📁 File handling
- ⏱️ Time/date utilities
- 🔐 Password generation
- 🧠 Memory profiling
- 📊 DataFrame helpers
- 🔄 String manipulation
- And more...

## Installation

```bash
pip install pyhelperag

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/my_library",
    "name": "pyhelperag",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/37/fe2604940710ddf9e2849b38168612a0cb1cc3290f411ec43870163cc5e6/pyhelperag-0.1.3.tar.gz",
    "platform": null,
    "description": "# pyhelperag\r\n\r\n`pyhelperag` is a utility Python library with handy functions for:\r\n\r\n- \ud83d\udcc1 File handling\r\n- \u23f1\ufe0f Time/date utilities\r\n- \ud83d\udd10 Password generation\r\n- \ud83e\udde0 Memory profiling\r\n- \ud83d\udcca DataFrame helpers\r\n- \ud83d\udd04 String manipulation\r\n- And more...\r\n\r\n## Installation\r\n\r\n```bash\r\npip install pyhelperag\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A utility library with useful Python helpers",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/my_library"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a6859ffb95e44e5b9d59fcc8e2d0ea2547b35935e54db2fd9940a83c9a0af90",
                "md5": "0131383a033d1bdf56380bda7596d3a2",
                "sha256": "2e065db6b7bf5f2943a327a1f1a596988b8c7a6e43b64840f56497e68264ea95"
            },
            "downloads": -1,
            "filename": "pyhelperag-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0131383a033d1bdf56380bda7596d3a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5220,
            "upload_time": "2025-07-13T05:10:28",
            "upload_time_iso_8601": "2025-07-13T05:10:28.811825Z",
            "url": "https://files.pythonhosted.org/packages/5a/68/59ffb95e44e5b9d59fcc8e2d0ea2547b35935e54db2fd9940a83c9a0af90/pyhelperag-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6c37fe2604940710ddf9e2849b38168612a0cb1cc3290f411ec43870163cc5e6",
                "md5": "285d30383a163b47d5b0d3fa82f66ffa",
                "sha256": "da8f50c4422c8554d30bb892aac7415c358fc9dd8379326a2838882c41fac790"
            },
            "downloads": -1,
            "filename": "pyhelperag-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "285d30383a163b47d5b0d3fa82f66ffa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3473,
            "upload_time": "2025-07-13T05:10:30",
            "upload_time_iso_8601": "2025-07-13T05:10:30.049535Z",
            "url": "https://files.pythonhosted.org/packages/6c/37/fe2604940710ddf9e2849b38168612a0cb1cc3290f411ec43870163cc5e6/pyhelperag-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 05:10:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "my_library",
    "github_not_found": true,
    "lcname": "pyhelperag"
}
        
Elapsed time: 0.45766s