Skip to main content

Populate ACED commons from FHIR resources

Project description

submission

Utilities to upload metadata and files to ACED's Gen3 instance

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e . 

Use

see etl pod

Distribution

  • PyPi
# update pypi

# pypi credentials - see https://twine.readthedocs.io/en/stable/#environment-variables

export TWINE_USERNAME=  #  the username to use for authentication to the repository.
export TWINE_PASSWORD=  # the password to use for authentication to the repository.

# this could be maintained as so: export $(cat .env | xargs)

rm -r dist/
python3  setup.py sdist bdist_wheel
twine upload dist/*

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

aced_submission-0.0.7.tar.gz (27.4 kB view hashes)

Uploaded Source

Built Distribution

aced_submission-0.0.7-py3-none-any.whl (30.7 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