akutils


Nameakutils JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryA utility library providing generic methods for performing recurrent data manipulation in Pandas and Python.
upload_time2024-09-25 14:35:02
maintainerNone
docs_urlNone
authorNone
requires_python<3.11,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # What is it?

**akutils** is a high-level Python library for recurring data manipulation (Pandas, Python
data structure, API, file manipulation, etc.).

# Main Features

Some features supported:
- Extends Pandas reader to natively include chunks, multiple files aggregation, etc.
- Provide pd.Series converter for strings to types that handle the variety of ways to
  write floats or dates.
- Provide multiple high level methods to manipulate pd.Series (strip, delete special
  characters, etc.)
- Safe files and directories manipulation

# Where to get it

```bash
# install from PyPI
pip install akutils
```
*The source code is currently hosted on GitHub at: https://github.com/Alex0x4b/akutils*

# Installation from sources

```bash
git clone https://github.com/Alex0x4b/akutils.git
cd akutils
pip install .
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "akutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Alex0x4b <alex0x4b.git.su1b4@slmail.me>",
    "download_url": "https://files.pythonhosted.org/packages/06/e9/6598586d027561e680bdb6e2c32902ec9358778df4fbd55002418b9fcf19/akutils-1.0.2.tar.gz",
    "platform": null,
    "description": "# What is it?\n\n**akutils** is a high-level Python library for recurring data manipulation (Pandas, Python\ndata structure, API, file manipulation, etc.).\n\n# Main Features\n\nSome features supported:\n- Extends Pandas reader to natively include chunks, multiple files aggregation, etc.\n- Provide pd.Series converter for strings to types that handle the variety of ways to\n  write floats or dates.\n- Provide multiple high level methods to manipulate pd.Series (strip, delete special\n  characters, etc.)\n- Safe files and directories manipulation\n\n# Where to get it\n\n```bash\n# install from PyPI\npip install akutils\n```\n*The source code is currently hosted on GitHub at: https://github.com/Alex0x4b/akutils*\n\n# Installation from sources\n\n```bash\ngit clone https://github.com/Alex0x4b/akutils.git\ncd akutils\npip install .\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A utility library providing generic methods for performing recurrent data manipulation in Pandas and Python.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Alex0x4b/akutils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66aca8ee9c45f090d9c3c852b960b55c031de40a4e646aa58fddf4d2a4a53223",
                "md5": "8fa90b4f783d5a27b78e57341e097f7c",
                "sha256": "c3e5cafb1695f046492c89d512b9baa5d9793fb5716d5fc4fd81f4e4798b4f91"
            },
            "downloads": -1,
            "filename": "akutils-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fa90b4f783d5a27b78e57341e097f7c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.10",
            "size": 39967,
            "upload_time": "2024-09-25T14:35:01",
            "upload_time_iso_8601": "2024-09-25T14:35:01.442992Z",
            "url": "https://files.pythonhosted.org/packages/66/ac/a8ee9c45f090d9c3c852b960b55c031de40a4e646aa58fddf4d2a4a53223/akutils-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06e96598586d027561e680bdb6e2c32902ec9358778df4fbd55002418b9fcf19",
                "md5": "442ee4970ec912ea2bc9990641707397",
                "sha256": "66652b06917ce571ce35610fc6d8869ed639732d9dfa09e516009e87cd845053"
            },
            "downloads": -1,
            "filename": "akutils-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "442ee4970ec912ea2bc9990641707397",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.10",
            "size": 37741,
            "upload_time": "2024-09-25T14:35:02",
            "upload_time_iso_8601": "2024-09-25T14:35:02.754834Z",
            "url": "https://files.pythonhosted.org/packages/06/e9/6598586d027561e680bdb6e2c32902ec9358778df4fbd55002418b9fcf19/akutils-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-25 14:35:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Alex0x4b",
    "github_project": "akutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "akutils"
}
        
Elapsed time: 0.35584s