servicelayer


Nameservicelayer JSON
Version 1.22.2 PyPI version JSON
download
home_pagehttp://github.com/alephdata/servicelayer
SummaryBasic remote service functions for alephdata components
upload_time2024-04-17 11:17:15
maintainerNone
docs_urlNone
authorOrganized Crime and Corruption Reporting Project
requires_pythonNone
licenseMIT
keywords storage files s3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # servicelayer

[![servicelayer](https://github.com/alephdata/servicelayer/actions/workflows/build.yml/badge.svg)](https://github.com/alephdata/servicelayer/actions/workflows/build.yml)

Components of the aleph data toolkit needed to interact with networked services,
such as a storage archive, job queueing, cache, and structured logging. This
package contains some common configuration components for all of these services
using environment variables.

## archive mechanism

This library provides a configurable method for file storage used by aleph and
memorious. It will store files based on their content hash (SHA1) and allows for
later retrieval of the content.


## Release procedure


```
git pull --rebase
make build-docker test
bump2version --no-commit --dry-run --verbose {patch,minor,major} # to test if this looks good
bump2version --verbose {patch,minor,major}
git push --atomic origin main $(git describe --tags --abbrev=0)
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/alephdata/servicelayer",
    "name": "servicelayer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "storage files s3",
    "author": "Organized Crime and Corruption Reporting Project",
    "author_email": "data@occrp.org",
    "download_url": "https://files.pythonhosted.org/packages/c5/08/8d97e9b538ad78e740e603122ebba7e963945d75d0c1617f105a6fd34d63/servicelayer-1.22.2.tar.gz",
    "platform": null,
    "description": "# servicelayer\n\n[![servicelayer](https://github.com/alephdata/servicelayer/actions/workflows/build.yml/badge.svg)](https://github.com/alephdata/servicelayer/actions/workflows/build.yml)\n\nComponents of the aleph data toolkit needed to interact with networked services,\nsuch as a storage archive, job queueing, cache, and structured logging. This\npackage contains some common configuration components for all of these services\nusing environment variables.\n\n## archive mechanism\n\nThis library provides a configurable method for file storage used by aleph and\nmemorious. It will store files based on their content hash (SHA1) and allows for\nlater retrieval of the content.\n\n\n## Release procedure\n\n\n```\ngit pull --rebase\nmake build-docker test\nbump2version --no-commit --dry-run --verbose {patch,minor,major} # to test if this looks good\nbump2version --verbose {patch,minor,major}\ngit push --atomic origin main $(git describe --tags --abbrev=0)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Basic remote service functions for alephdata components",
    "version": "1.22.2",
    "project_urls": {
        "Homepage": "http://github.com/alephdata/servicelayer"
    },
    "split_keywords": [
        "storage",
        "files",
        "s3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0204d279b51c1b4d35539a3c72d56601725e7d661c321b54b1196312d07ac715",
                "md5": "101d1d5d96d3ac415b3ffeb01094aa57",
                "sha256": "856a739c580f002a59878b52a05e9601cbd808d566ad80e3b296b26a60822096"
            },
            "downloads": -1,
            "filename": "servicelayer-1.22.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "101d1d5d96d3ac415b3ffeb01094aa57",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 37417,
            "upload_time": "2024-04-17T11:17:13",
            "upload_time_iso_8601": "2024-04-17T11:17:13.732843Z",
            "url": "https://files.pythonhosted.org/packages/02/04/d279b51c1b4d35539a3c72d56601725e7d661c321b54b1196312d07ac715/servicelayer-1.22.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5088d97e9b538ad78e740e603122ebba7e963945d75d0c1617f105a6fd34d63",
                "md5": "f59b3977532ebb19e52d46b8914441e7",
                "sha256": "c78efe059ba23e6d380b880bddd6df39da4cdf1eee10257a10a4be3df5df21a2"
            },
            "downloads": -1,
            "filename": "servicelayer-1.22.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f59b3977532ebb19e52d46b8914441e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27762,
            "upload_time": "2024-04-17T11:17:15",
            "upload_time_iso_8601": "2024-04-17T11:17:15.319756Z",
            "url": "https://files.pythonhosted.org/packages/c5/08/8d97e9b538ad78e740e603122ebba7e963945d75d0c1617f105a6fd34d63/servicelayer-1.22.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 11:17:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alephdata",
    "github_project": "servicelayer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "servicelayer"
}
        
Elapsed time: 0.26282s