Metadata-Version: 2.1
Name: zensols.install
Version: 0.0.1
Summary: Downloads and installs (optionally compressed) files.
Home-page: https://github.com/plandes/install
Author: Paul Landes
Author-email: landes@mailc.net
License: UNKNOWN
Download-URL: https://github.com/plandes/install/releases/download/v0.0.1/zensols.install-0.0.1-py3-none-any.whl
Description: # Downloads and installs files
        
        [![PyPI][pypi-badge]][pypi-link]
        [![Python 3.7][python37-badge]][python37-link]
        [![Python 3.8][python38-badge]][python38-link]
        [![Python 3.9][python39-badge]][python39-link]
        [![Build Status][build-badge]][build-link]
        
        Simple light API to download and install files.  If the file appears to be a
        compressed file by ending with `zip`, `tar.gz`, `tgz` etc, then also un-compress
        the file after it is downloaded.
        
        
        ## Documentation
        
        See the [full documentation](https://plandes.github.io/install/index.html).
        The [API reference](https://plandes.github.io/install/api.html) is also
        available.
        
        
        ## Obtaining
        
        The easiest way to install the command line program is via the `pip` installer:
        ```bash
        pip3 install zensols.install
        ```
        
        Binaries are also available on [pypi].
        
        
        ## Usage
        
        See the [resource](test-resources/test.conf) and [unit
        test](test/python/test_install.py) to learn how to use the API.
        
        
        ## Changelog
        
        An extensive changelog is available [here](CHANGELOG.md).
        
        
        ## License
        
        [MIT License](LICENSE.md)
        
        Copyright (c) 2021 Paul Landes
        
        
        <!-- links -->
        [pypi]: https://pypi.org/project/zensols.install/
        [pypi-link]: https://pypi.python.org/pypi/zensols.install
        [pypi-badge]: https://img.shields.io/pypi/v/zensols.install.svg
        [python37-badge]: https://img.shields.io/badge/python-3.7-blue.svg
        [python37-link]: https://www.python.org/downloads/release/python-370
        [python38-badge]: https://img.shields.io/badge/python-3.8-blue.svg
        [python38-link]: https://www.python.org/downloads/release/python-380
        [python39-badge]: https://img.shields.io/badge/python-3.9-blue.svg
        [python39-link]: https://www.python.org/downloads/release/python-390
        [build-badge]: https://github.com/plandes/install/workflows/CI/badge.svg
        [build-link]: https://github.com/plandes/install/actions
        
Keywords: tooling
Platform: UNKNOWN
Description-Content-Type: text/markdown
