Metadata-Version: 2.4
Name: sc-employee-synchronizer
Version: 0.0.3
Summary: Employee synchronizer
Home-page: https://github.com/Scott-Lau/sc-employee-synchronizer
Author: Scott Lau
Author-email: exceedego@126.com
License: MIT
Keywords: python employee synchronizer
Platform: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: sc-utilities>=0.0.7
Requires-Dist: sc-config>=0.0.13
Requires-Dist: requests>=2.26.0
Requires-Dist: urllib3>=1.26.6
Requires-Dist: sc-mysqlhelper>=0.1.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. image:: https://badge.fury.io/py/sc-employee-synchronizer.svg
    :target: https://badge.fury.io/py/sc-employee-synchronizer
.. image:: https://img.shields.io/pypi/pyversions/sc-employee-synchronizer
    :alt: PyPI - Python Version

A simple Python project
========================================

This project provides a functionality to synchronize employee data.


Installation
------------

It is possible to install the tool with `pip`::

    pip install sc-employee-synchronizer

Configuration
-------------

Configuration files reading in this order, the first is the top most priority:

#. production.xml in current directory,
#. production.xml in <project_name> directory under User directory,
#. production.xml in <project_name> directory under /var/opt/sc/ directory,
#. default.xml in <project_name> directory under /var/opt/sc/ directory.

The default configuration file looks like this::

    dev:
      # whether this program is running is development mode
      dev_mode: False

License
-------

The script is released under the MIT License.  The MIT License is registered
with and approved by the Open Source Initiative [1]_.

.. [1] https://opensource.org/licenses/MIT
