DAPI
Getting started
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Use this link in order to set up the repository.
Test and Deploy
-
Make your changes on staging branch.
-
Change the package version in Base.py and setup.py. If you added a new file make sure to add it to init.py file.
-
Install the test package using your virtual environment. run pip install --index-url https://test.pypi.org/simple/ dcentrapi==<the version you deployed>
-
Create a local test.py file (do not add to git), import your changes and test them.
-
Once you finished testing, add the changes to main side branch and create a merge request.