iscc-samples


Nameiscc-samples JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/iscc/iscc-samples
SummaryA collection of media files as sample data for ISCC testing.
upload_time2023-03-11 08:37:10
maintainer
docs_urlNone
authorTitusz Pan
requires_python>=3.7
licenseCC-BY-4.0
keywords media testdata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Test data for ISCC


## Installation

```console
$ pip install iscc-samples
```

## Usage:
```python
import iscc_samples as samples

for path in samples.videos():
    print(path)
```

## Development

### Making a release

```console
$ poetry build -f sdist
$ poetry publish
```


## Maintainers

[@titusz](https://github.com/titusz)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

You may also want join our developer chat on Telegram at <https://t.me/iscc_dev>.


## Change Log

### [0.6.0] - 2023-03-11
- Add more audio examples (WavPack, AAC, AC3, Opus)

### [0.5.0] - 2022-12-09
- Add MP3 file with cover art
- Update dependencies

### [0.4.0] - 2021-03-14
- Add consistent title metadata to text documents
- Add support to filter files by file extension

### [0.3.0] - 2021-02-17
- Add powerpoint sample files

### [0.2.0] - 2021-01-25

- Add iscc_samples.all()
- Return files in sorted order

### [0.1.0] - 2021-01-25

- Initial release with basic sample files

## License

CC-BY-4.0 © 2021 Titusz Pan

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iscc/iscc-samples",
    "name": "iscc-samples",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "media,testdata",
    "author": "Titusz Pan",
    "author_email": "tp@py7.de",
    "download_url": "https://files.pythonhosted.org/packages/0f/56/6dd2dbe4cbef0e68060faad1aea38547c31aa22c2f6da7605842c68bfa9b/iscc_samples-0.6.0.tar.gz",
    "platform": null,
    "description": "# Test data for ISCC\n\n\n## Installation\n\n```console\n$ pip install iscc-samples\n```\n\n## Usage:\n```python\nimport iscc_samples as samples\n\nfor path in samples.videos():\n    print(path)\n```\n\n## Development\n\n### Making a release\n\n```console\n$ poetry build -f sdist\n$ poetry publish\n```\n\n\n## Maintainers\n\n[@titusz](https://github.com/titusz)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\nYou may also want join our developer chat on Telegram at <https://t.me/iscc_dev>.\n\n\n## Change Log\n\n### [0.6.0] - 2023-03-11\n- Add more audio examples (WavPack, AAC, AC3, Opus)\n\n### [0.5.0] - 2022-12-09\n- Add MP3 file with cover art\n- Update dependencies\n\n### [0.4.0] - 2021-03-14\n- Add consistent title metadata to text documents\n- Add support to filter files by file extension\n\n### [0.3.0] - 2021-02-17\n- Add powerpoint sample files\n\n### [0.2.0] - 2021-01-25\n\n- Add iscc_samples.all()\n- Return files in sorted order\n\n### [0.1.0] - 2021-01-25\n\n- Initial release with basic sample files\n\n## License\n\nCC-BY-4.0 \u00a9 2021 Titusz Pan\n",
    "bugtrack_url": null,
    "license": "CC-BY-4.0",
    "summary": "A collection of media files as sample data for ISCC testing.",
    "version": "0.6.0",
    "split_keywords": [
        "media",
        "testdata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f566dd2dbe4cbef0e68060faad1aea38547c31aa22c2f6da7605842c68bfa9b",
                "md5": "d681bd6f0ac17cd4b9f643651e474452",
                "sha256": "5714df1ecbc49df091042fabf2f96a9c99623eb442453598db26198c7d187d22"
            },
            "downloads": -1,
            "filename": "iscc_samples-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d681bd6f0ac17cd4b9f643651e474452",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 54176710,
            "upload_time": "2023-03-11T08:37:10",
            "upload_time_iso_8601": "2023-03-11T08:37:10.626805Z",
            "url": "https://files.pythonhosted.org/packages/0f/56/6dd2dbe4cbef0e68060faad1aea38547c31aa22c2f6da7605842c68bfa9b/iscc_samples-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-11 08:37:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "iscc",
    "github_project": "iscc-samples",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "iscc-samples"
}
        
Elapsed time: 0.04259s