Metadata-Version: 2.1
Name: thrivescraper
Version: 1.0
Summary: A web scraper for the THRIVE project
Author-email: Paul Saxe <psaxe@vt.edu>
License: BSD-3-Clause
Project-URL: Source, https://github.com/csmol/thrivescraper/
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: pygithub
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: pytest >=6.1.2 ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'

=============
ThriveScraper
=============

.. image:: https://img.shields.io/github/issues-pr-raw/csmol/thrivescraper
   :target: https://github.com/csmol/thrivescraper/pulls
   :alt: GitHub pull requests

.. image:: https://github.com/csmol/thrivescraper/workflows/CI/badge.svg
   :target: https://github.com/csmol/thrivescraper/actions
   :alt: Build Status

.. image:: https://codecov.io/gh/csmol/thrivescraper/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/csmol/thrivescraper
   :alt: Code Coverage

.. image:: https://github.com/csmol/thrivescraper/workflows/CodeQL/badge.svg
   :target: https://github.com/csmol/thrivescraper/security/code-scanning
   :alt: Code Quality

.. image:: https://github.com/csmol/thrivescraper/workflows/Release/badge.svg
   :target: https://molssi-seamm.github.io/thrivescraper/index.html
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/thrive.svg
   :target: https://pypi.python.org/pypi/thrive
   :alt: PyPi VERSION

A web scraper for the THRIVE project

### Usage

Install with `pip install thrivescraper`. To get help, run with `-h` or `--help`::

  thrive --help

THRIVE uses subcommands, so to e.g. find the repos give one or more topics, run like
this::

  thrive mine-topics ab-initio quantum-chemistry

### Copyright

Copyright (c) 2024, Paul Saxe


#### Acknowledgements
 
Project based on the 
`Computational Molecular Science Python Cookiecutter`_ version 1.1.

.. _`Computational Molecular Science Python Cookiecutter`: https://github.com/molssi/cookiecutter-cms
