Metadata-Version: 2.1
Name: dcentrapi
Version: 0.5.6
Summary: Dcentralab Pypi packages
Home-page: UNKNOWN
Author: Dcentralab (Niv Shitrit)
Author-email: <niv@dcentralab.com>
License: MIT
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.rst

# 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](https://app.clickup.com/3857237/v/dc/3npun-28475/3npun-46355) 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.


