Metadata-Version: 2.1
Name: rplus-constants-module
Version: 0.1.0
Summary: 
License: MIT
Author: AIML Team
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Rplus constant module

## To install requirements to virtual environment

```shell
    make pip
```

## Activate virtualenv
```shell
  poetry env use $(which python)
```

## Install dependencies
```shell
  make install
```

## Update dependencies
```shell
  make update
```

## To build package
```shell
  make build
```

## To publish package
```shell
  make publish
```

## Register private url MNC
```shell
  poetry config repositories.mnc ${privateUrl}
```

## setting username and password for publishing
```shell
    poetry config http-basic.mnc ${username} ${password}
```
