Provides a framework to consume identities.
Project description
Project Title
Write a short description about the project, its use cases, and its solutions.
TLDR
- Run
make bash
to spawn a terminal providing a configured runtime environment to debug, test and run the package. - Run
make lint
to check code style and quality. - Run
make test
to run the tests. - Run
make clean
to cleanup artifacts. - Run
make runserver
to start a demo/debug server. - Run
make bump-(major|minor|patch|prerelease|build)
to increase the major, minor, patch, prerelease or build version respectively.
Installation
Before you begin
Before you can install the iam.ext.idc
package, you need to ensure
that the required dependencies are provided in your operating system environment:
-
Ensure that a supported Python version is installed (3.5, 3.6, 3.7, 3.8, 3.9).
-
Ensure that the following command-line tools are available:
awk
,cp
,mv
,rm
,sha1sum
,sha256sum
, andsed
; available on POSIX systems.curl
git
make
-
Install
pip
using cURL:curl https://bootstrap.pypa.io/get-pip.py | /usr/bin/env python3
-
Install or update the required packages and libraries on your operating system:
-
Debian/Ubuntu:
apt-get install -y libffi-dev openssl-dev
-
Alpine Linux:
apk add libffi-dev libressl-dev
-
Fedora/Red Hat Enterprise Linux/CentOS
dnf install libffi-devel openssl-devel
You can skip this step if you plan to always use the package or application inside a Docker container.
-
Additional packages may need to be installed for specific use cases.
For additional details on the configuration of your operating system environment, refer to the technical documentation.
System-wide installation
Run the following command in a terminal to install the iam.ext.idc
package:
pip install iam.ext.idc
Usage - Basic Example
Provide an example of basic usage.
from mypkg import HolyHandGrenade
Resources
- Provide a link to the technical documentation of this project.
- Provide other links that may be relevant to the reader.
License
Proprietary
Author information
This Python package was created by Cochise Ruhulessin for the Unimatrix One project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file iam.ext.idc-0.1.10.tar.gz
.
File metadata
- Download URL: iam.ext.idc-0.1.10.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2426207b7e30a404f299806c765a779a53e66b0b1454308e0ea9947c58301e0 |
|
MD5 | a09d6b3a0ec301203ca05baa7d16cf87 |
|
BLAKE2b-256 | c0910eb4d755eab3b90879495942d7e5c5b26f36f5245e0f33b621f2a49d180f |