Skip to main content

Migacore Technologies Technical Coding Challenge Solution

Project description

Migacore Organization Chart

This package provides a cli to calculate and display organization chart of a given set of employees.

Install

You can install it via pip:

$ python3.6 -m venv env
$ pip install mcore-organization-chart

Or you can clone this repo and install it via setuptools:

$ python3.6 -m venv env
$ pip install -r requirements_dev.txt
$ git clone https://github.com/Spin14/mcore-organization-chart.git
$ make install

You can also run the tests, coverage, static type checker (mypy) and linters (flake8) using the available make commands.

$ make help
(...)
lint                 check style with flake8
test                 run tests quickly with the default Python
mypy                 run mypy vs the codebase
coverage             check code coverage quickly with the default Python

Build Organization Chart

Once the package is installed you can feed the build-org-chart command with the target employees list to calculate their organization chart. There is a example.txt input file you can use to give it a try:

$ cat example.txt
    Sarah Watson
    Owen Taylor
    Ellie Ross
    Isaiah Martin

$ build-org-chart example.txt

|--- Sarah Watson
          |--- Owen Taylor
          |--- Ellie Ross
                    |--- Isaiah Martin

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcore_organization_chart-1.0.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

mcore_organization_chart-1.0.0-py2.py3-none-any.whl (6.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mcore_organization_chart-1.0.0.tar.gz.

File metadata

File hashes

Hashes for mcore_organization_chart-1.0.0.tar.gz
Algorithm Hash digest
SHA256 fd0f5a54e7bb56fd05b34fde22a9c91201fa75787818dccffeccdb3f1944a63e
MD5 c6de80407a82e6c145ab3b8ce51c50a7
BLAKE2b-256 7bd657d579db413509c4bf45202dd04785e225030c635c5ebf46ff3498855ce5

See more details on using hashes here.

File details

Details for the file mcore_organization_chart-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for mcore_organization_chart-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b8dc4037e839b1bc260ae5dcca47822bbe9f8bd29c9a625f2eb7234f41c07bee
MD5 8ea932d0823698c1c7c6d2f9098d2011
BLAKE2b-256 8312bbdb0e3bbc4d2a1f5af600febaa11cf35c5326b8adebb085986ce2eec161

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page