Metadata-Version: 2.4
Name: coldfront
Version: 1.1.8
Summary: HPC Resource Allocation System
Project-URL: Bug Tracker, https://github.com/coldfront/coldfront/issues
Project-URL: Changelog, https://github.com/coldfront/coldfront/blob/main/CHANGELOG.md
Project-URL: Documentation, https://docs.coldfront.dev
Project-URL: Source Code, https://github.com/coldfront/coldfront
Author: Andrew E. Bruno, Dori Sajdak, Mohammad Zia
License-Expression: AGPL-3.0-or-later
License-File: LICENSES/AGPL-3.0-or-later.txt
License-File: LICENSES/CC-BY-NC-ND-4.0.txt
License-File: LICENSES/CC0-1.0.txt
License-File: LICENSES/MIT.txt
Keywords: high-performance-computing,resource-allocation
Classifier: Framework :: Django :: 4.2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Requires-Dist: crispy-bootstrap5>=2025.6
Requires-Dist: django-crispy-forms>=2.3
Requires-Dist: django-environ>=0.12.0
Requires-Dist: django-filter>=25.1
Requires-Dist: django-htmx>=1.27.0
Requires-Dist: django-model-utils>=5.0.0
Requires-Dist: django-q2>=1.7.6
Requires-Dist: django-settings-export>=1.2.1
Requires-Dist: django-simple-history>=3.8.0
Requires-Dist: django-split-settings>=1.3.2
Requires-Dist: django-su>=1.0.0
Requires-Dist: django-vite>=3.1.0
Requires-Dist: django<6,>5.2
Requires-Dist: djangorestframework>=3.16.0
Requires-Dist: doi2bib>=0.4.0
Requires-Dist: formencode>=2.1.1
Requires-Dist: gunicorn>=23.0.0
Requires-Dist: humanize>=4.12.2
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: redis>=5.2.1
Provides-Extra: freeipa
Requires-Dist: cryptography>=43.0.3; extra == 'freeipa'
Requires-Dist: dbus-python>=1.4.0; extra == 'freeipa'
Requires-Dist: ipaclient>=4.12.2; extra == 'freeipa'
Requires-Dist: setuptools>=80.6.0; extra == 'freeipa'
Provides-Extra: iquota
Requires-Dist: kerberos>=1.3.1; extra == 'iquota'
Provides-Extra: ldap
Requires-Dist: django-auth-ldap>=5.1.0; extra == 'ldap'
Requires-Dist: ldap3>=2.9.1; extra == 'ldap'
Provides-Extra: mysql
Requires-Dist: mysqlclient>=2.2.7; extra == 'mysql'
Provides-Extra: oidc
Requires-Dist: mozilla-django-oidc>=4.0.1; extra == 'oidc'
Provides-Extra: pg
Requires-Dist: psycopg2>=2.9.10; extra == 'pg'
Description-Content-Type: text/markdown

# ColdFront - Resource Allocation System

[![Documentation Status](https://readthedocs.org/projects/coldfront/badge/?version=latest)](https://coldfront.readthedocs.io/en/latest/?badge=latest)

ColdFront is an open source resource and allocation management system designed to provide a central portal for administration, reporting, and measuring scientific impact of cyberinfrastructure resources. ColdFront was created to help high performance computing (HPC) centers manage access to a diverse set of resources across large groups of users and provide a rich set of extensible meta data for comprehensive reporting. The flexiblity of ColdFront allows centers to manage and automate their policies and procedures within the framework provided or extend the functionality with [plugins](docs/pages/index.md#extensibility).  ColdFront is written in Python and released under the GPLv3 license.

## Features

- Allocation based system for managing access to resources
- Self-service portal for users to request access to resources for their research group
- Collection of Project, Grant, and Publication data from users
- Center director approval system and annual project review process
- Email notifications for expiring/renewing access to resources
- Ability to define custom attributes on resources and allocations 
- Integration with 3rd party systems for automation, access control, and other system provisioning tasks

[Read more](docs/pages/index.md)  

## Community Supported Plugins

- [OpenStack Plugin](https://github.com/nerc-project/coldfront-plugin-openstack)
- [Keycloak User Search](https://github.com/nerc-project/coldfront-plugin-keycloak)
- [Starfish Plugin](https://github.com/fasrc/sftocf)

_Submit a PR to add your plugin to the list above._

## Documentation

For more information on installing and using ColdFront refer to the [documentation here](https://docs.coldfront.dev)

If you would like a live demo followed by QA, please contact us at ccr-coldfront-admin-list@listserv.buffalo.edu. You can also contact us for general inquiries and installation troubleshooting.

## ColdFront Community

There is a large, active community around ColdFront and we invite you to [join us](https://coldfront.dev/community/)!


## License

ColdFront is released under the AGPLv3 license. See REUSE.toml.
