config management/automation framework
loader object
: j
poetry install
To access the virtual env poetry shell
if you are out of the virtualenv shell, make sure to prefix all of your commands with poetry run
just type jsng
.
if you have any problems related to setuptools
, just try to upgrade it before starting jsng
.
python3 -m pip install setuptools -U
make tests
make docs
make testdocs
poetry build
development_VERSION
make docs
pyproject.toml
to the branch versionpoetry build
poetry config pypi-token.pypi your-api-token
poetry publish
(note that this requires to be on the publisher account)browsable at https://threefoldtech.github.io/js-ng/api/jumpscale/
We already prepared a docsify wiki website
We use pre-commit to enforce certain coding style and checks while contributing to js-ng repository. Please make sure to install
It's as easy as python3 -m pip install pre-commit
Execute pre-commit install