sedpack


Namesedpack JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryGeneral ML dataset package
upload_time2024-09-02 10:46:07
maintainerNone
docs_urlNone
authorElie Bursztein, Karel Král, Jean-Michel Picod
requires_python>=3.10
licenseApache License 2.0
keywords machine learning dataset
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dataset library prototype

Sedpack: scalable and efficient data packing

This is a prototype of a dataset library. Mainly refactored from the [SCAAML](https://github.com/google/scaaml) project.

## Available components

- TODO

## Install

### Dependencies

To use this library you need to have a working version of [TensorFlow 2.x](https://www.tensorflow.org/install) and a version of Python >=3.8.

### Dataset install

#### Development install

1. Clone the repository: `git clone https://security-and-privacy-group-research.googlesource.com/dataset_lib_prototype`
2. Install dependencies: `python3 -m pip install --require-hashes -r requirements.txt`
3. Install the package in development mode: `python3 -m pip install --editable .` (short `pip install -e .` or legacy `python setup.py develop`)

### Update dependencies

Make sure to have: `sudo apt install python3 python3-pip python3-venv` and
activated the virtual environment.

Install requirements: `pip install --require-hashes -r base-tooling-requirements.txt`

Update: `pip-compile requirements.in --generate-hashes --upgrade` and commit requirements.txt.

#### Package install

`pip install TODO(package name)`

### Tutorial

TODO provide instructions how to use this package.

## Disclaimer

This is not an official Google product.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sedpack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "machine learning, dataset",
    "author": "Elie Bursztein, Karel Kr\u00e1l, Jean-Michel Picod",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4c/34/bed9a6f39708e1bded7728e51d2a50e7e0377484640b2bac78926a2c69ba/sedpack-0.0.5.tar.gz",
    "platform": null,
    "description": "# Dataset library prototype\n\nSedpack: scalable and efficient data packing\n\nThis is a prototype of a dataset library. Mainly refactored from the [SCAAML](https://github.com/google/scaaml) project.\n\n## Available components\n\n- TODO\n\n## Install\n\n### Dependencies\n\nTo use this library you need to have a working version of [TensorFlow 2.x](https://www.tensorflow.org/install) and a version of Python >=3.8.\n\n### Dataset install\n\n#### Development install\n\n1. Clone the repository: `git clone https://security-and-privacy-group-research.googlesource.com/dataset_lib_prototype`\n2. Install dependencies: `python3 -m pip install --require-hashes -r requirements.txt`\n3. Install the package in development mode: `python3 -m pip install --editable .` (short `pip install -e .` or legacy `python setup.py develop`)\n\n### Update dependencies\n\nMake sure to have: `sudo apt install python3 python3-pip python3-venv` and\nactivated the virtual environment.\n\nInstall requirements: `pip install --require-hashes -r base-tooling-requirements.txt`\n\nUpdate: `pip-compile requirements.in --generate-hashes --upgrade` and commit requirements.txt.\n\n#### Package install\n\n`pip install TODO(package name)`\n\n### Tutorial\n\nTODO provide instructions how to use this package.\n\n## Disclaimer\n\nThis is not an official Google product.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "General ML dataset package",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://security-and-privacy-group-research.googlesource.com/sedpack_prototype",
        "Homepage": "https://security-and-privacy-group-research.googlesource.com/sedpack_prototype"
    },
    "split_keywords": [
        "machine learning",
        " dataset"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad470726dc16f9c70250f0bd061e3e24e939172b9347033431c9c86a2d73bd4c",
                "md5": "c33e11df3d467e16d9bfd97b35e84cb4",
                "sha256": "592f299ce3f6706a8bdf88474602c3f1df5877e9bfb88757cb91d78d6522b947"
            },
            "downloads": -1,
            "filename": "sedpack-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c33e11df3d467e16d9bfd97b35e84cb4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 67289,
            "upload_time": "2024-09-02T10:46:05",
            "upload_time_iso_8601": "2024-09-02T10:46:05.598027Z",
            "url": "https://files.pythonhosted.org/packages/ad/47/0726dc16f9c70250f0bd061e3e24e939172b9347033431c9c86a2d73bd4c/sedpack-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c34bed9a6f39708e1bded7728e51d2a50e7e0377484640b2bac78926a2c69ba",
                "md5": "2dbe6020aa87ea705fbdda5e342675a8",
                "sha256": "71b167cd6d7e5a1e480055af329da1e747e3acba9a5cd7ef24d70b3542d543cf"
            },
            "downloads": -1,
            "filename": "sedpack-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2dbe6020aa87ea705fbdda5e342675a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 109688,
            "upload_time": "2024-09-02T10:46:07",
            "upload_time_iso_8601": "2024-09-02T10:46:07.221678Z",
            "url": "https://files.pythonhosted.org/packages/4c/34/bed9a6f39708e1bded7728e51d2a50e7e0377484640b2bac78926a2c69ba/sedpack-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 10:46:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sedpack"
}
        
Elapsed time: 1.86347s