joker-filesys


Namejoker-filesys JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/frozflame/joker-filesys
SummaryTools dealing with files and directories.
upload_time2024-04-09 14:23:00
maintainerNone
docs_urlNone
authorfrozflame
requires_python>=3.6
licenseGNU General Public License (GPL)
keywords joker
VCS
bugtrack_url
requirements requests setuptools volkanic
Travis-CI No Travis.
coveralls test coverage No coveralls.
            joker-filesys
=============

recent changes
--------------

### version 0.2.0
- add functions `utils.{moves,gen_unique_filename}`
- merge `JointContentAddressedStorage` into `ContentAddressedStorage`
- remove `JointContentAddressedStorage`
- remove `ContentAddressedStorage.{get_path,base_path}`

### version 0.1.5

- add `ContentAddressedStorage.admit()`
- rename `CAS.base_path` => `CAS._base_path`
- rename `CAS.get_path` => `CAS.locate`
- add argument `width` to `spread_by_prefix()`
- fix an integrity issue on `JointContentAddressedStorage`

### version 0.1.4

- add `JointContentAddressedStorage`
- deprecate `ContentAddressedStorage.base_path`
- add `utils.compute_collision_probability()`
- add `utils.{PathLike,FileLike}`

### version 0.1.3

- add `utils.spread_by_prefix` and `utils.random_hex`

### version 0.1.2

- python_requires >= 3.6
- change `ContentAddressedStorage.hash_algo` default value to `sha256`
- add `ContentAddressedStorage._iter_{paths,cids}`
- naming: key => cid

### version 0.1.1

- add `ContentAddressedStorage`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frozflame/joker-filesys",
    "name": "joker-filesys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "joker",
    "author": "frozflame",
    "author_email": "frozflame@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/c6/c7245b4ed3489efe983d91f080a07f4b92ee7af86c266d341d82900d8fdc/joker-filesys-0.3.0.tar.gz",
    "platform": null,
    "description": "joker-filesys\n=============\n\nrecent changes\n--------------\n\n### version 0.2.0\n- add functions `utils.{moves,gen_unique_filename}`\n- merge `JointContentAddressedStorage` into `ContentAddressedStorage`\n- remove `JointContentAddressedStorage`\n- remove `ContentAddressedStorage.{get_path,base_path}`\n\n### version 0.1.5\n\n- add `ContentAddressedStorage.admit()`\n- rename `CAS.base_path` => `CAS._base_path`\n- rename `CAS.get_path` => `CAS.locate`\n- add argument `width` to `spread_by_prefix()`\n- fix an integrity issue on `JointContentAddressedStorage`\n\n### version 0.1.4\n\n- add `JointContentAddressedStorage`\n- deprecate `ContentAddressedStorage.base_path`\n- add `utils.compute_collision_probability()`\n- add `utils.{PathLike,FileLike}`\n\n### version 0.1.3\n\n- add `utils.spread_by_prefix` and `utils.random_hex`\n\n### version 0.1.2\n\n- python_requires >= 3.6\n- change `ContentAddressedStorage.hash_algo` default value to `sha256`\n- add `ContentAddressedStorage._iter_{paths,cids}`\n- naming: key => cid\n\n### version 0.1.1\n\n- add `ContentAddressedStorage`\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL)",
    "summary": "Tools dealing with files and directories.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/frozflame/joker-filesys"
    },
    "split_keywords": [
        "joker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3c6c7245b4ed3489efe983d91f080a07f4b92ee7af86c266d341d82900d8fdc",
                "md5": "56465bf63c0ae8aafb3cca7161b85642",
                "sha256": "932340b33c6a2c5ceca2922b20252a8fc57326566c5ca7cdb85e647b9badcb4f"
            },
            "downloads": -1,
            "filename": "joker-filesys-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "56465bf63c0ae8aafb3cca7161b85642",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 20664,
            "upload_time": "2024-04-09T14:23:00",
            "upload_time_iso_8601": "2024-04-09T14:23:00.978413Z",
            "url": "https://files.pythonhosted.org/packages/d3/c6/c7245b4ed3489efe983d91f080a07f4b92ee7af86c266d341d82900d8fdc/joker-filesys-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 14:23:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frozflame",
    "github_project": "joker-filesys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.20.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "57.0.0"
                ]
            ]
        },
        {
            "name": "volkanic",
            "specs": [
                [
                    ">=",
                    "0.4.0"
                ]
            ]
        }
    ],
    "lcname": "joker-filesys"
}
        
Elapsed time: 0.22423s