Skip to content

JobNinja/JobNinjaServer2Shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared files for python services

Used in JobNinjaServer2, HR4YOUImporter, SalesAutomation.

Deployment and usage

Add the package to your dependencies list.

git+https://github.com/JobNinja/JobNinjaServer2Shared@main#egg=jn_tools

Import it using the name jn_tools in your code.

from jn_tools import some_function

Don't install the package in the editable mode (-e) in production.

Development

To debug the package in your dev evnironment, do the following:

  • Remove the package from your dev environment via pip uninstall jn_tools.
  • Clone the repo and change into the directory.
  • Install the package in editable mode via pip install -e . .
  • Check if the package is installed via pip show jn_tools. The location should point to the cloned repo.

About

Shared code for JobNinjaServer2 and HR4YOUImporter

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages