atptools


Nameatptools JSON
Version 0.0.20 PyPI version JSON
download
home_pageNone
SummaryDataset manipulation tool.
upload_time2024-09-17 11:38:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords records csv dataset measurement
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pkgpy-atp-tools

Simple tools for data manipulation.

## URLs

- [GitHub](https://github.com/atp-things/pkgpy-atp-tools)
- [PyPI](https://pypi.org/project/atptools/)

## Installation

### From PyPI

```bash
pip install atptools
```

```bash
pipenv install atptools
```

## Content

### File io (async)

### Records

### DictDefault

### Csv

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "atptools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "records, csv, dataset, measurement",
    "author": null,
    "author_email": "Andraz Polak <andrazpolak@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/ad/e50a61f7f71f1c6d6704552b435dc8633f4b6d99f1962e08349f44b83ac1/atptools-0.0.20.tar.gz",
    "platform": null,
    "description": "# pkgpy-atp-tools\n\nSimple tools for data manipulation.\n\n## URLs\n\n- [GitHub](https://github.com/atp-things/pkgpy-atp-tools)\n- [PyPI](https://pypi.org/project/atptools/)\n\n## Installation\n\n### From PyPI\n\n```bash\npip install atptools\n```\n\n```bash\npipenv install atptools\n```\n\n## Content\n\n### File io (async)\n\n### Records\n\n### DictDefault\n\n### Csv\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Dataset manipulation tool.",
    "version": "0.0.20",
    "project_urls": {
        "PyPI": "https://pypi.org/project/atptools/",
        "homepage": "https://github.com/atp-things/pkgpy-atp-tools",
        "repository": "https://github.com/atp-things/pkgpy-atp-tools"
    },
    "split_keywords": [
        "records",
        " csv",
        " dataset",
        " measurement"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68572266cdee54af8cfd406af278895360e4daf5937ba87b2e5a2cb56cca4144",
                "md5": "261ca2240cff52f509fb97cfdd8d4415",
                "sha256": "d8af714291e5cda25c5325e3de6f4e31d8b787b3af00eb1f408c0990d8f5af2b"
            },
            "downloads": -1,
            "filename": "atptools-0.0.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "261ca2240cff52f509fb97cfdd8d4415",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 9756,
            "upload_time": "2024-09-17T11:38:05",
            "upload_time_iso_8601": "2024-09-17T11:38:05.798367Z",
            "url": "https://files.pythonhosted.org/packages/68/57/2266cdee54af8cfd406af278895360e4daf5937ba87b2e5a2cb56cca4144/atptools-0.0.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cade50a61f7f71f1c6d6704552b435dc8633f4b6d99f1962e08349f44b83ac1",
                "md5": "68af19ad5c68e92b83962b7a17ab0550",
                "sha256": "3ed54dfbbb3b6a3cb2060da3cd47bca65cb20ff59698c1bf6d827da5abfd5747"
            },
            "downloads": -1,
            "filename": "atptools-0.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "68af19ad5c68e92b83962b7a17ab0550",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 8410,
            "upload_time": "2024-09-17T11:38:07",
            "upload_time_iso_8601": "2024-09-17T11:38:07.027795Z",
            "url": "https://files.pythonhosted.org/packages/1c/ad/e50a61f7f71f1c6d6704552b435dc8633f4b6d99f1962e08349f44b83ac1/atptools-0.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 11:38:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atp-things",
    "github_project": "pkgpy-atp-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "atptools"
}
        
Elapsed time: 0.87371s