Metadata-Version: 2.1
Name: organizations
Version: 0.1.4
Summary: A small organizations handler app for django
Author-email: Alejandro <agarrido@izertis.com>, Iraia <iolabarrieta@izertis.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django==4.1.3
Requires-Dist: djangorestframework==3.14.0
Requires-Dist: drf-yasg==1.21.4
Requires-Dist: pillow==9.3.0
Requires-Dist: pyjwt==2.6.0
Requires-Dist: qrcode==7.3.1
Requires-Dist: web3==5.31.3
Requires-Dist: network-service-client==0.0.4
Requires-Dist: alastria-service-client==0.0.12
Requires-Dist: django-waffle==3.0.0
Requires-Dist: celery==5.2.7
Requires-Dist: django-multiselectfield==0.1.12
Requires-Dist: mnemonic==0.20
Requires-Dist: templates-service-client==0.0.1
Requires-Dist: multiformats==0.2.1

# Organizations App

## 1. Services

### Library

This app provides organizations management to your projects installing it on requirements.txt

## 2. Requirements

- Python 3.9
- You can install all the requirements with:

```bash
pip install -r requirements.txt
or
pip3 install -r requirements.txt
```

## 3. Deployment

This repo cannot deploy on its own. You need to add it to another project and call it.

### step-0

You need a project repository. Found it and clone.

```bash
git clone your_repository
```

This app needs to be in a .tar.gz format.

```bash
python -m build
```

### step-1

You need to replace this lib with previus ones. *To run it locally.*

Add previous .tar.gz and put it on a package folder.

```bash
# requirements.txt
package/organizations-0.1.14.tar.gz
```

```bash
# Dockerfile or Dockerfile.prod
ADD package/ /code/package
```

### step-2

Go to project readme to run it.

### 4. Content

You can find the following components.

- Organizations
- Organizations DIDs
- Organizations Keys
- Operators
- Operators Dids
- Issuers
- Intermediarys
- Onboarding Notifications (not working yet)
  
