Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

Python logo akello  0.0.18

One-liner (summary)

FastAPI server akello.io

Description

## Setup DynamoDB on your local environment

> Warning For local development you will need a free AWS account with cognito pools created. Please reference AWS docs.

### Setup NoSQL Workbench 1. Download and install NoSQL Workbench over here: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.settingup.html 2. Once you installed NoSQL Workbench, run DynamoDB locally

### Set your environment variables `commandline export AWS_REGION=## export AWS_SECRET_NAME=## export AWS_ACCESS_KEY_ID=## export AWS_SECRET_ACCESS_KEY=## export DYNAMODB_TABLE=## export AWS_COGNITO_USERPOOL_ID=## export AWS_COGNITO_APP_CLIENT_ID=## `

### Run the Fast API server

`commandline python3 -m venv venv source venv/bin/activate pip install -r requirements.txt uvicorn akello.main:app --reload `

### Call akello services

Create a new registry `python from akello import registry moderate_depression = registry.create_registry('Moderate Depression') `

Refer a patient ```python from akello import registry from akello.dynamodb.models.registry import PatientRegistry

# build a patient object using the PatientRegistry model patient_registry = PatientRegistry(

id='registry id', # .. other attributes

)

registry.refer_patient(patient_registry)

```

Add a patient encounter ```python from akello import registry from akello.dynamodb.models.registry import TreatmentLog

treatment_log = TreatmentLog(
patient_mrn='<patients mrn>', phq9_score=16, gad7_score=12, minutes=4, # .. other required attributes

) registry.add_treatment_log('<registry_id>', '<patient_id>', treatment_log) ```

## Publish a package python3 -m build twine upload dist/*

## Run tests python3 -m unittest

Size

101.7 KB

Downloads

6

Status  Completed
Checksum (MD5) 5af48d97e3629fe3a6297863ebc8fa88
Checksum (SHA-1) e4a15297a5d73fc7d6f760d19508e60661dc8fd9
Checksum (SHA-256) 13fc6ccc27245ff94f357c5a2b719c493af148003e08f7c5f3bf095702515f71
Checksum (SHA-512) 91fe2f7df8f799b1eedccdf00a54f49493678d9713bec6133162b366d2538b2c38…
GPG Signature
GPG Fingerprint 6811684bac0b8895434e97bdd4391b8fb999e537
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 4 months, 2 weeks ago
Uploaded By Fetched by Cloudsmith
Slug Id akello-0018-py3-none-anywhl-zoed
Unique Id 20uFCGwSUDijDOjK
Version (Raw) 0.0.18
Version (Parsed)
  • Major: 0
  • Minor: 0
  • Patch: 18
  • Type: SemVer (Compat)
  extended metadata
Author Vijay Selvaraj <vijay@akellohealth.com>
Classifiers Development Status :: 3 - Alpha | Intended Audience :: Developers | License :: OSI Approved :: Apache Software License | Programming Language :: Python :: 3
Metadata Version 2.1
Project Urls Homepage, https://akello.io | Issues, https://github.com/akello-io/akello/issues
Py Filetype bdist_wheel
Py Version py3
Requires Dist aws-lambda-powertools | boto3 | fastapi | fastapi-cognito | mangum | pydantic | pydantic-settings | requests | uvicorn
Requires Python >=3.8
pkg akello-0.0.18-py3-none-any.whl 6
101.7 KB
md5 sha1 sha256 sha512
Package Contents (akello-0.0.18-py3-none-any.whl)
Loading...

This package has 102 files/directories.

 Newer Python logo
akello
 0.0.24
5 Fetched by Cloudsmith
 Newer Python logo
akello
 0.0.23
5 Fetched by Cloudsmith
 Newer Python logo
akello
 0.0.22
5 Fetched by Cloudsmith
 Newer Python logo
akello
 0.0.21
5 Fetched by Cloudsmith
 Newer Python logo
akello
 0.0.20
5 Fetched by Cloudsmith
 Newer Python logo
akello
 0.0.19
5 Fetched by Cloudsmith
  Python logo
akello
 0.0.18
6 Fetched by Cloudsmith
 Older Python logo
akello
 0.0.17
4 Fetched by Cloudsmith
 Older Python logo
akello
 0.0.16
5 Fetched by Cloudsmith
 Older Python logo
akello
 0.0.10
5 Fetched by Cloudsmith
 Older Python logo
akello
5 Fetched by Cloudsmith
 Older Python logo
akello
5 Fetched by Cloudsmith
 Older Python logo
akello
5 Fetched by Cloudsmith
 Older Python logo
akello
5 Fetched by Cloudsmith
 Older Python logo
akello
4 Fetched by Cloudsmith
 Older Python logo
akello
5 Fetched by Cloudsmith

Last scanned

4 months, 2 weeks ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'akello' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/)
|This version of 'akello' @ Cloudsmith|
.. |This version of 'akello' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/",title="This version of 'akello' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/0.0.18/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true" alt="This version of 'akello' @ Cloudsmith" /></a>

rendered as: This version of 'akello' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'akello' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true&show_latest=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/)
|Latest version of 'akello' @ Cloudsmith|
.. |Latest version of 'akello' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true&show_latest=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true&show_latest=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/",title="Latest version of 'akello' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/akello/latest/a=noarch;xf=bdist_wheel;xn=akello;xv=py3/?render=true&show_latest=true" alt="Latest version of 'akello' @ Cloudsmith" /></a>

rendered as: Latest version of 'akello' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use akello @ version 0.0.18 ...

pip install 'akello==0.0.18'

You can also install the latest version of this package:

pip install --upgrade 'akello'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/ \
  akello==0.0.18

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
akello==0.0.18

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
akello==0.0.18
Warning: We highly recommend using pip (or similar) rather than installing directly.
Top