Metadata-Version: 2.1
Name: rogue-scholar-api
Version: 0.5.0
Summary: API for the Rogue Scholar science blogging platform.
License: MIT
Author: Martin Fenner
Author-email: martin@front-matter.io
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Quart (>=0.19.2,<0.20.0)
Requires-Dist: commonmeta-py (>=0.8.4,<0.9.0)
Requires-Dist: hypercorn (>=0.14.4,<0.15.0)
Requires-Dist: pydash (>=6.0,<7.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: quart-schema (>=0.17.1,<0.18.0)
Requires-Dist: supabase (>=1.1.1,<2.0.0)
Requires-Dist: tox (>=4.11.3,<5.0.0)
Requires-Dist: typesense (>=0.17.0,<0.18.0)
Description-Content-Type: text/markdown

[![Build](https://github.com/front-matter/rogue-scholar-api/actions/workflows/build.yml/badge.svg)](https://github.com/front-matter/rogue-scholar-api/actions/workflows/build.yml)
[![PyPI version](https://img.shields.io/pypi/v/rogue-scholar-api.svg)](https://pypi.org/project/rogue-scholar-api/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=front-matter_rogue-scholar-api&metric=coverage)](https://sonarcloud.io/summary/new_code?id=front-matter_rogue-scholar-api)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=front-matter_rogue-scholar-api&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=front-matter_rogue-scholar-api)
[![docs](https://img.shields.io/badge/docs-passing-blue)](https://docs.rogue-scholar.org)
![GitHub](https://img.shields.io/github/license/front-matter/rogue-scholar-api?logo=MIT)

# rogue-scholar-api

The Python backend for the [Rogue Scholar](https://rogue-scholar.org) science blog archive.

## Installation

Coming soon.

## Development

We use pytest for testing:

```
pytest
```

Follow along via [Github Issues](https://github.com/front-matter/rogue-scholar-api/issues). Please open an issue if you encounter a bug or have a feature request.

### Note on Patches/Pull Requests

- Fork the project
- Write tests for your new feature or a test that reproduces a bug
- Implement your feature or make a bug fix
- Do not mess with Rakefile, version or history
- Commit, push and make a pull request. Bonus points for topical branches.

## Documentation

Documentation (work in progress) for using Rogue Scholar is available at the [Rogue Scholar Documentation](https://docs.rogue-scholar.org/) website.

## Meta

Please note that this project is released with a [Contributor Code of Conduct](https://github.com/front-matter/rogue-scholar-api/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.  

License: [MIT](https://github.com/front-matter/rogue-scholar-api/blob/main/LICENSE)

