Metadata-Version: 2.1
Name: mentormatch
Version: 1.0
Summary: Validate a Requirements Trace Matrix
Home-page: https://github.com/jonathanchukinas/mentormatch
License: UNKNOWN
Author: Jonathan Chukinas
Author-email: chukinas@gmail.com
Requires-Python: >=3.6.3
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click
Requires-Dist: fuzzytable==0.*
Requires-Dist: toml
Requires-Dist: pandas
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: tox ; extra == "test"
Provides-Extra: test

===========
mentormatch
===========


.. image:: https://img.shields.io/pypi/v/mentormatch.svg
        :target: https://pypi.python.org/pypi/mentormatch

.. image:: https://img.shields.io/travis/jonathanchukinas/mentormatch.svg
        :target: https://travis-ci.org/jonathanchukinas/mentormatch

.. image:: https://readthedocs.org/projects/mentormatch/badge/?version=latest
        :target: https://mentormatch.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

J&J Cross-Sector Mentoring Program utility that matches mentors with mentees.

* Free software: MIT license
* Documentation: https://mentormatch.readthedocs.io.

J&J Quick Start
-----------------
1. **Install Python**
    a. Navigate to J&J App Store.
    #. Search ``Python``. You should see something similar to ``Python 3.6``. Add it to cart and install.
    #. No restart is required.
#. **Run Command Prompt with Elevated Privileges**
    a. Do not call IRIS.
    #. Hit the ``Windows Key`` and type ``cmd`` to search for the Windows command prompt
    #. Right-click ``cmd`` and select ``open file location``. This opens File Explorer.
    #. Right-click on the ``cmd`` icon and select ``Run with elevated privileges``.
#. **Install** ``mentormatch``
    a. In Command Prompt, type ``pip install mentormatch``
    #. If this throws an error, try instead: ``python -m pip install mentormatch``. Hint: the up-arrow accesses previous commands to reduce the amount of typing you need to do.
#. **Run** ``mentormatch``
    a. In Command Prompt, type ``mentormatch``
    #. Note: Currently, ``mentormatch`` is just a barebones script meant to test the deployment strategy. If you've gotten this far, that strategy has been a success!





Features
--------

* TBD

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

