Skip to main content

A small organizations handler app for django

Project description

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:
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.

git clone your_repository

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

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.

# requirements.txt
package/organizations-0.1.14.tar.gz
# 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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

organizations-0.1.4.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

organizations-0.1.4-py3-none-any.whl (23.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page