Metadata-Version: 2.1
Name: salary-stone
Version: 0.2.0
Summary: The purpose of this project is to host the methods related to the salary stone project. These include a skill extractor from text, a model that allows for prediction of and a variety of other method.
Home-page: https://github.com/nickmayn/salary_stone
Author: Nick Maynard
Author-email: nickmayn@vt.edu
License: Apache Software License 2.0
Keywords: salary_stone
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

============
Salary Stone
============


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

.. image:: https://img.shields.io/travis/nickmayn/salary_stone.svg
        :target: https://travis-ci.com/nickmayn/salary_stone

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


.. image:: https://pyup.io/repos/github/nickmayn/salary_stone/shield.svg
     :target: https://pyup.io/repos/github/nickmayn/salary_stone/
     :alt: Updates



The purpose of this project is to host the methods related to the salary stone project. These include a skill extractor from text, a model that allows for prediction of and a variety of other method.


* Free software: Apache Software License 2.0
* Documentation: https://salary-stone.readthedocs.io.


Features
--------

* TODO

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


=======
History
=======

0.2.0 (2022-11-15)
------------------

* Add the skill extractor.
* Add the salary extractor.
* Add the trained model for salary prediction.
* Add the initial configuration for the skills.

0.1.0 (2022-11-10)
------------------

* First release on PyPI.
