Metadata-Version: 2.1
Name: speedwagon
Version: 0.4.0b10
Summary: Collection of tools and workflows for DS
Author-email: "University Library at The University of Illinois at Urbana Champaign: Preservation Services" <prescons@library.illinois.edu>
Maintainer-email: Henry Borchers <hborcher@illinois.edu>
License: University of Illinois/NCSA Open Source License
        Copyright (c) 2017, 2018, 2019, 2020, 2021 University of Illinois at Urbana-Champaign. All rights reserved.
        
        Developed by:
        University of Illinois Library at Urbana-Champaign
        University of Illinois at Urbana-Champaign
        
        http://www.library.illinois.edu/
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.
        
        Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution.
        
        Neither the names of University of Illinois Library at Urbana-Champaign, University of Illinois at Urbana-Champaign, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
        
Project-URL: project, https://www.library.illinois.edu/dccdocs/speedwagon
Project-URL: download, https://github.com/UIUCLibrary/Speedwagon/releases
Keywords: GUI
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: importlib-metadata; python_version < "3.10"
Requires-Dist: typing-extensions; python_version < "3.11"
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: pluggy>=1.0
Provides-Extra: qt
Requires-Dist: PySide6~=6.8; extra == "qt"

About Speedwagon
================

Collection of tools and workflows for DS


`Documentation <https://www.library.illinois.edu/dccdocs/speedwagon/>`_

`Download <https://nexus.library.illinois.edu/service/rest/repository/browse/prescon-dist/speedwagon/>`_

.. admonition:: Development Status

    .. container::

        .. image:: https://img.shields.io/badge/License-UIUC%20License-green.svg?label=License
           :target: https://otm.illinois.edu/disclose-protect/illinois-open-source-license

        .. image:: https://jenkins-prod.library.illinois.edu/buildStatus/icon?job=open+source%2Fspeedwagon%2Fmaster
           :target: https://jenkins-prod.library.illinois.edu/job/open%20source/job/speedwagon/job/master/

        .. image:: https://img.shields.io/jenkins/coverage/api/https://jenkins-prod.library.illinois.edu/job/open%20source/job/speedwagon/job/master/coverage/   
           :alt: Jenkins Coverage
           :target: https://jenkins-prod.library.illinois.edu/job/open%20source/job/speedwagon/job/master/coverage/
           
How to Build Wheel from Source
------------------------------

1) Clone/download this repository
2) Install build package (ideally in a virtual environment)
3) Type the following command:
    python -m build

This generates a .whl file which can be installed using pip.
