earchive


Nameearchive JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummarySet of tools for electronic archivists
upload_time2024-11-29 10:07:27
maintainerNone
docs_urlNone
authorMatteo Bouvier
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EArchive
Set of tools for managing electronic archive files, written in Python.

Tools can be executed as : `earchive <tool>`.


# Tools
Available tools are :
- check, to check for invalid paths in a file system
- copy, to copy the structure of a directory as only empty files
- analyze, to get attributes of a directory

More information about each tool can be obtained by running `earchive <tool> --help`


# Installation

## Recommended
The recommended installation uses pipx (https://pipx.pypa.io/stable/) to install the earchive package in an 
isolated environment and create a shortcut to it in the console.

```shell
pipx install earchive
earchive --help
```

## Pip
From a Python environment :

```shell
pip install earchive
earchive --help
```

## From source
Clone the source code :

```
git clone git@github.com:MatteoBouvier/earchive.git
python -m earchive --help
```


# TODO:
- fs case sensitivity
- unicode PUA

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "earchive",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Matteo Bouvier",
    "author_email": "matteo.bouvier@hotmail.fr",
    "download_url": "https://files.pythonhosted.org/packages/79/8b/2ecb8b56ec3398fedb9ac0f35bfa0c9c5b1590e8368b27b227ff0cff82ba/earchive-0.3.0.tar.gz",
    "platform": null,
    "description": "# EArchive\nSet of tools for managing electronic archive files, written in Python.\n\nTools can be executed as : `earchive <tool>`.\n\n\n# Tools\nAvailable tools are :\n- check, to check for invalid paths in a file system\n- copy, to copy the structure of a directory as only empty files\n- analyze, to get attributes of a directory\n\nMore information about each tool can be obtained by running `earchive <tool> --help`\n\n\n# Installation\n\n## Recommended\nThe recommended installation uses pipx (https://pipx.pypa.io/stable/) to install the earchive package in an \nisolated environment and create a shortcut to it in the console.\n\n```shell\npipx install earchive\nearchive --help\n```\n\n## Pip\nFrom a Python environment :\n\n```shell\npip install earchive\nearchive --help\n```\n\n## From source\nClone the source code :\n\n```\ngit clone git@github.com:MatteoBouvier/earchive.git\npython -m earchive --help\n```\n\n\n# TODO:\n- fs case sensitivity\n- unicode PUA\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Set of tools for electronic archivists",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbb88a190d1c63f53656d50689b38d34c8da57c070c88661926ba9dcff593e37",
                "md5": "451ff6f292577c3afdddca3b237f8ddc",
                "sha256": "0da88744a274ad26423449b61409f9dbfb40a46b06ed5a4c2b2846da92e0a06b"
            },
            "downloads": -1,
            "filename": "earchive-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "451ff6f292577c3afdddca3b237f8ddc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 82552,
            "upload_time": "2024-11-29T10:07:25",
            "upload_time_iso_8601": "2024-11-29T10:07:25.864662Z",
            "url": "https://files.pythonhosted.org/packages/fb/b8/8a190d1c63f53656d50689b38d34c8da57c070c88661926ba9dcff593e37/earchive-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "798b2ecb8b56ec3398fedb9ac0f35bfa0c9c5b1590e8368b27b227ff0cff82ba",
                "md5": "96e4bcf1b918040874717b415d348b89",
                "sha256": "7800440dd5a8449ec7da3ea33515343c36231afe51c6716baad0774697c9b189"
            },
            "downloads": -1,
            "filename": "earchive-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "96e4bcf1b918040874717b415d348b89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 65969,
            "upload_time": "2024-11-29T10:07:27",
            "upload_time_iso_8601": "2024-11-29T10:07:27.429572Z",
            "url": "https://files.pythonhosted.org/packages/79/8b/2ecb8b56ec3398fedb9ac0f35bfa0c9c5b1590e8368b27b227ff0cff82ba/earchive-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-29 10:07:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "earchive"
}
        
Elapsed time: 2.21276s