Metadata-Version: 2.1
Name: hed-utils
Version: 4.3.0
Summary: Personal utils collection for (mostly) automation projects.
Home-page: https://github.com/Hrissimir/hed_utils
Author: Hrissimir
Author-email: hrisimir.dakov@gmail.com
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: psutil (==5.6.7)
Requires-Dist: tabulate (==0.8.6)
Requires-Dist: pytz (==2019.3)
Requires-Dist: tzlocal (==2.0.0)
Requires-Dist: beautifulsoup4 (==4.8.2)
Requires-Dist: pathvalidate (==0.29.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: lxml (==4.4.2)
Requires-Dist: xlrd (==1.2.0)
Requires-Dist: xlwt (==1.3.0)
Requires-Dist: oauth2client (==4.1.3)
Requires-Dist: gspread (==3.1.0)
Requires-Dist: selenium (==3.141.0)
Provides-Extra: testing
Requires-Dist: coverage (==5.0) ; extra == 'testing'
Requires-Dist: flake8 (==3.7.9) ; extra == 'testing'
Requires-Dist: pylint (==2.4.4) ; extra == 'testing'
Requires-Dist: pytest (==5.3.2) ; extra == 'testing'
Requires-Dist: pytest-cov (==2.8.1) ; extra == 'testing'
Requires-Dist: pyscaffold[all] (==3.2.3) ; extra == 'testing'
Requires-Dist: ddt (==1.2.2) ; extra == 'testing'
Requires-Dist: twine (==3.1.1) ; extra == 'testing'

=========
hed_utils
=========


    Personal utils collection for (mostly) automation projects.



What's inside?
==============


    * The following CLI bindings:

        * rkill (recursively kill processes)


    * The following packages:

        * hed_utils (Package root)

            * cli (Implementation of CLI bindings)

            * selenium (Selenium wrappers & helpers)

            * support (Tools for achieving common tasks)



Installation:
=============


! Dependencies:
---------------


    * psutil

    * tabulate

    * pytz

    * tzlocal

    * bs4

    * pathvalidate

    * requests

    * lxml

    * xlrd

    * xlwt

    * oauth2client

    * gspread

    * selenium



Install from PyPI:
------------------


    * `pip install -U --force hed_utils`



Note
====


This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/.


