Metadata-Version: 2.4
Name: rowan-python
Version: 2.1.4
Summary: Rowan Python Library
Project-URL: Homepage, https://github.com/rowansci/rowan-client
Project-URL: Bug Tracker, https://github.com/rowansci/rowan-client/issues
Author-email: Corin Wagen <corin@rowansci.com>
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: httpx
Requires-Dist: nest-asyncio
Requires-Dist: rdkit
Requires-Dist: setuptools
Requires-Dist: stjames>=0.0.83
Description-Content-Type: text/markdown

# Rowan Python Library

[![pypi](https://img.shields.io/pypi/v/rowan-python.svg)](https://pypi.python.org/pypi/rowan-python)
[![pixi](https://img.shields.io/badge/Powered_by-Pixi-facc15)](https://pixi.sh)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)
[![Downloads](https://img.shields.io/pypi/dm/rowan-python.svg)](https://pypi.python.org/pypi/rowan-python/)


The Rowan Python library provides convenient access to the Rowan API from applications written in the Python language.

## Documentation

The documentation is available [here](https://docs.rowansci.com/python-api).

## Running examples

To run the examples, you will need to set your ROWAN_API_KEY environment variable or set it directly in the script.
If running the examples in a cloned version of the repository, you can add your api key to a local `.env` file, which will automatically be loaded into the environment by direnv (if installed).


## Issues

To report issues, please use the "Issues" tab above.

*Corin Wagen, 2023*
