Metadata-Version: 2.1
Name: rse
Version: 0.0.42
Summary: tools for assessment and categorization of research software
Home-page: https://github.com/rseng/rse
Author: Vanessa Sochat
Author-email: vsoch@users.noreply.github.io
Maintainer: Vanessa Sochat
Maintainer-email: vsoch@users.noreply.github.io
License: LICENSE
Keywords: rse,software,research software,database,taxonomy
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: database
Provides-Extra: scraper
Provides-Extra: app
Provides-Extra: all
License-File: LICENSE

# Research Software Encyclopedia

[![PyPI version](https://badge.fury.io/py/rse.svg)](https://badge.fury.io/py/rse)
[![https://img.shields.io/badge/rseng-project-purple](https://img.shields.io/badge/rseng-project-purple)](https://rseng.github.io/) [![https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg](https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg)](https://good-labs.github.io/greater-good-affirmation)
[![DOI](https://zenodo.org/badge/268609253.svg)](https://zenodo.org/badge/latestdoi/268609253)

The Research Software Encyclopedia (rse) is software to query and otherwise interact 
with a database of research software, and a research software taxonomy.
It is intended for research software engineers to be able to better qualify
and quantify the work that they do. The rse uses the following resources:

 - [rseng/rseng](https://rseng.github.io/rseng/): serves the taxonomy and criteria
 - [rseng/software](https://github.com/rseng/software): is a static (flat file) "database" that is updated automatically.

Unlike traditional software databases, the rse and supporting tools are completely
hosted and automated without need to manage a server.
The rse works by way of regularly scraping known research software databases,
and then adding entries to [rseng/software](https://github.com/rseng/software).
Users are then (also automatically) prompted to answer questions about criteria
and taxonomy via social media and chat (not developed yet).  Non-traditional
use cases for the rse are generating a static web-site of your own research 
software! See [the tutorials](https://rseng.github.io/rseng/blog/) section of the 
criteria and taxonomy site to get started.

Read the [documentation](https://rseng.github.io/rse/) to get started with interacting with the 
research software encyclopedia.

## License

 * Free software: MPL 2.0 License


