Metadata-Version: 2.4
Name: hdn_research_environment
Version: 3.2.21rc2
Summary: A Django app for supporting cloud-native research environments
Home-page: https://www.healthdatanexus.ai/
Author: rutvikrj26
Author-email: rutvikrj26@gmail.com
License: BSD-3-Clause
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=4.2.18
Requires-Dist: google-cloud-workflows>=1.6.1
Requires-Dist: django-background-tasks-updated>=1.2.7
Requires-Dist: djangorestframework>=3.15.2
Dynamic: license-file

# hdn-research-environment
A Django app for supporting cloud-native research environments

# Publishing a new version

Create the package:
```
python setup.py sdist
```

Publish the package:
```
python -m twine upload dist/*
```
