Metadata-Version: 2.4
Name: django-rdkit-unofficial
Version: 0.5.0
Summary: Django integration for RDKit (unofficial PyPI release)
Project-URL: Homepage, https://github.com/rdkit/django-rdkit
Project-URL: Repository, https://github.com/rdkit/django-rdkit
Project-URL: Changelog, https://github.com/rdkit/django-rdkit/blob/master/CHANGELOG.md
Author: Riccardo Vianello
Maintainer-email: Radu Suciu <radusuciu@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: cheminformatics,chemistry,django,postgresql,rdkit
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.10
Requires-Dist: django>=4.2
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-django; extra == 'dev'
Provides-Extra: psycopg
Requires-Dist: psycopg>=3.1; extra == 'psycopg'
Provides-Extra: psycopg2
Requires-Dist: psycopg2>=2.9; extra == 'psycopg2'
Description-Content-Type: text/markdown

# django-rdkit-unofficial

This is an **unofficial** PyPI release of [django-rdkit](https://github.com/rdkit/django-rdkit), a Django integration for the RDKit chemistry toolkit.

The original project has not been published to PyPI. This package is published to make installation easier for users who prefer `pip install` over installing from git.

## Installation

```bash
pip install django-rdkit-unofficial
```

Or with uv:

```bash
uv add django-rdkit-unofficial
```

## Original Project

For the original source code, issues, and contributions, please visit:
https://github.com/rdkit/django-rdkit

## License

BSD-3-Clause (same as the original project)
