The Airavata Django Portal SDK is a library that makes it easier to develop Airavata Django Portal customizations.
Project description
# Airavata Django Portal SDK
[![Build Status](https://travis-ci.com/apache/airavata-django-portal-sdk.svg?branch=master)](https://travis-ci.com/apache/airavata-django-portal-sdk)
The Airavata Django Portal SDK provides libraries that assist in developing custom Django app extensions to the [Airavata Django Portal](https://github.com/apache/airavata-django-portal).
See the documentation at https://airavata-django-portal-sdk.readthedocs.io/ for more details.
## Getting Started
To integrate the SDK with an Airavata Django Portal custom app, add
` airavata-django-portal-sdk `
to the install_requires list in your setup.cfg or setup.py file. Then reinstall the Django app with
` pip install -e . `
(see your Airavata Django custom app’s README for details)
You can also just install the library with:
` pip install airavata-django-portal-sdk `
## Migrations
` django-admin makemigrations --settings=tests.test_settings airavata_django_portal_sdk `
## Documentation
To generate the documentation, [create a virtual environment](https://docs.python.org/3/tutorial/venv.html) and then:
` pip install -r requirements-dev.txt mkdocs serve `
## Developing
### Setting up dev environment
` source venv/bin/activate pip install -r requirements-dev.txt `
### Running tests
` ./runtests.py `
### Running flake8
` flake8 . `
### Automatically formatting Python code
` autopep8 -i -aaa -r . isort . `
### Making a new release
Update the version in setup.py
Tag the repo with the same version, with the format v${version_number}. For example, if the version number in setup.py is “1.2” then tag the repo with “v1.2”.
` VERSION=... git tag -m $VERSION $VERSION git push --follow-tags `
In a clean checkout
` cd /tmp/ git clone /path/to/airavata-django-portal-sdk/ -b $VERSION cd airavata-django-portal-sdk python3 -m venv venv source venv/bin/activate python3 -m pip install --upgrade build python3 -m build `
Push to pypi.org. Optionally can push to test.pypi.org. See <https://packaging.python.org/tutorials/packaging-projects/> for more info.
` python3 -m pip install --upgrade twine python3 -m twine upload dist/* `
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
Built Distribution
Hashes for airavata-django-portal-sdk-1.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48c215b31141cd8289b66a5c9c92b5828da8f1af85e3fe89fd9cdb932656be7a |
|
MD5 | 6e979849b3381259d233a65662a9b184 |
|
BLAKE2b-256 | 9bf151b6e23172d54f03dcbb88fd8062b163419508a603d787998421ead6ac69 |
Hashes for airavata_django_portal_sdk-1.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd91dfdc98fc35b03fb37c39c285249157bba7d95d130354047411501874a59d |
|
MD5 | 8be16e38700da1de50850322feb2ee86 |
|
BLAKE2b-256 | 7484d45f4b1ddcf57c7670a5a8d0684aeddad79091894fd449cc2780c9105140 |