Name | handy-archives JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | Some handy archive helpers for Python. |
upload_time | 2023-07-31 14:38:43 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.6.1 |
license | |
keywords |
archive
shutil
tar
zip
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
===============
handy-archives
===============
.. start short_desc
**Some handy archive helpers for Python.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Anaconda
- |conda-version| |conda-platform|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |docs| image:: https://img.shields.io/readthedocs/handy-archives/latest?logo=read-the-docs
:target: https://handy-archives.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/domdfcoding/handy-archives/workflows/Docs%20Check/badge.svg
:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/domdfcoding/handy-archives/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/domdfcoding/handy-archives/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/domdfcoding/handy-archives/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/domdfcoding/handy-archives/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/domdfcoding/handy-archives/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/handy-archives/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/handy-archives/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/handy-archives/master?logo=coveralls
:target: https://coveralls.io/github/domdfcoding/handy-archives?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/handy-archives?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/handy-archives
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/handy-archives
:target: https://pypi.org/project/handy-archives/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/handy-archives?logo=python&logoColor=white
:target: https://pypi.org/project/handy-archives/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/handy-archives
:target: https://pypi.org/project/handy-archives/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/handy-archives
:target: https://pypi.org/project/handy-archives/
:alt: PyPI - Wheel
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/handy-archives?logo=anaconda
:target: https://anaconda.org/domdfcoding/handy-archives
:alt: Conda - Package Version
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/handy-archives?label=conda%7Cplatform
:target: https://anaconda.org/domdfcoding/handy-archives
:alt: Conda - Platform
.. |license| image:: https://img.shields.io/github/license/domdfcoding/handy-archives
:target: https://github.com/domdfcoding/handy-archives/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/handy-archives
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/handy-archives/v0.2.0
:target: https://github.com/domdfcoding/handy-archives/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/handy-archives
:target: https://github.com/domdfcoding/handy-archives/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/handy-archives
:target: https://pypi.org/project/handy-archives/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``handy-archives`` can be installed from PyPI or Anaconda.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install handy-archives
To install with ``conda``:
* First add the required channels
.. code-block:: bash
$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding
* Then install
.. code-block:: bash
$ conda install handy-archives
.. end installation
Raw data
{
"_id": null,
"home_page": "",
"name": "handy-archives",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6.1",
"maintainer_email": "",
"keywords": "archive,shutil,tar,zip",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/0d/c1/de653344a7be2aea0c3123d0ad1ea55fa56ced0e6336f98d5542a64d28e9/handy_archives-0.2.0.tar.gz",
"platform": null,
"description": "===============\nhandy-archives\n===============\n\n.. start short_desc\n\n**Some handy archive helpers for Python.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t - |docs| |docs_check|\n\t* - Tests\n\t - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Anaconda\n\t - |conda-version| |conda-platform|\n\t* - Activity\n\t - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/handy-archives/latest?logo=read-the-docs\n\t:target: https://handy-archives.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/domdfcoding/handy-archives/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/domdfcoding/handy-archives/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/handy-archives/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/handy-archives/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/handy-archives/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/handy-archives/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/handy-archives/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/handy-archives/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/handy-archives/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/handy-archives/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/handy-archives?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/handy-archives?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/handy-archives\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/handy-archives\n\t:target: https://pypi.org/project/handy-archives/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/handy-archives?logo=python&logoColor=white\n\t:target: https://pypi.org/project/handy-archives/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/handy-archives\n\t:target: https://pypi.org/project/handy-archives/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/handy-archives\n\t:target: https://pypi.org/project/handy-archives/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/handy-archives?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/handy-archives\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/handy-archives?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/handy-archives\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/handy-archives\n\t:target: https://github.com/domdfcoding/handy-archives/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/handy-archives\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/handy-archives/v0.2.0\n\t:target: https://github.com/domdfcoding/handy-archives/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/handy-archives\n\t:target: https://github.com/domdfcoding/handy-archives/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/handy-archives\n\t:target: https://pypi.org/project/handy-archives/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``handy-archives`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install handy-archives\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install handy-archives\n\n.. end installation\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Some handy archive helpers for Python.",
"version": "0.2.0",
"project_urls": {
"Documentation": "https://handy-archives.readthedocs.io/en/latest",
"Homepage": "https://github.com/domdfcoding/handy-archives",
"Issue Tracker": "https://github.com/domdfcoding/handy-archives/issues",
"Source Code": "https://github.com/domdfcoding/handy-archives"
},
"split_keywords": [
"archive",
"shutil",
"tar",
"zip"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f9e523451e1cee169259fbc98d2b2ed7b1c3711b707355896c9c3761325ddb01",
"md5": "9b6eb3e54647468c3f1533d7e1614ed3",
"sha256": "8495e08f3cd1c452fe65570db1869db07f709149f85c7e9cd8f3f461df436318"
},
"downloads": -1,
"filename": "handy_archives-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b6eb3e54647468c3f1533d7e1614ed3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6.1",
"size": 8965,
"upload_time": "2023-07-31T14:38:42",
"upload_time_iso_8601": "2023-07-31T14:38:42.448612Z",
"url": "https://files.pythonhosted.org/packages/f9/e5/23451e1cee169259fbc98d2b2ed7b1c3711b707355896c9c3761325ddb01/handy_archives-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0dc1de653344a7be2aea0c3123d0ad1ea55fa56ced0e6336f98d5542a64d28e9",
"md5": "06c89496028e25060ba10a8a9490825a",
"sha256": "fba21101fd9e29d5e3b72823261aaae06b9350686f0d2067786d64dce73eb3f6"
},
"downloads": -1,
"filename": "handy_archives-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "06c89496028e25060ba10a8a9490825a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6.1",
"size": 8863,
"upload_time": "2023-07-31T14:38:43",
"upload_time_iso_8601": "2023-07-31T14:38:43.566948Z",
"url": "https://files.pythonhosted.org/packages/0d/c1/de653344a7be2aea0c3123d0ad1ea55fa56ced0e6336f98d5542a64d28e9/handy_archives-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-31 14:38:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "domdfcoding",
"github_project": "handy-archives",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "handy-archives"
}