Metadata-Version: 2.1
Name: zenopy
Version: 2022.10.29
Summary: zenopy: A Python wrapper package for Zenodo API
Home-page: https://github.com/MolSSI/zenopy
Author: Mohammad Mostafanejad
Author-email: smostafanejad@vt.edu
License: GNU Lesser General Public License v3
Keywords: zenopy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: requests
Requires-Dist: validators
Requires-Dist: renku-sphinx-theme
Provides-Extra: docs
Requires-Dist: sphinx (==1.2.3) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: renku-sphinx-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: black ; extra == 'lint'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

<p align="center">
<a href="https://molssi.github.io/zenopy"><img alt="zenopy logo" src="docs/images/molssi-zenopy.png" object-fit: contain'/></a>
<br>
</p>

<table align="center">
  <tr>
     <th align="left">CI/CD</th>
     <th align="left">
        <a href="https://github.com/MolSSI/zenopy/actions/workflows/CI.yaml"><img alt="GHActions-CI" src="https://github.com/MolSSI/zenopy/actions/workflows/CI.yaml/badge.svg"></a>
        <a href="https://github.com/MolSSI/zenopy/actions/workflows/Docs.yaml"><img alt="GHActions-Docs-Build" src="https://github.com/MolSSI/zenopy/actions/workflows/Docs.yaml/badge.svg"></a>
        <a href="https://github.com/MolSSI/zenopy/actions/workflows/pages/pages-build-deployment"><img alt="GHActions-Docs-Deploy" src="https://github.com/MolSSI/zenopy/actions/workflows/pages/pages-build-deployment/badge.svg"></a>
     </th>
  </tr>
  <tr>
    <th align="left">Code Coverage and Quality</th>
    <th align="left">
    <a href="https://codecov.io/gh/MolSSI/ZenoPy"> 
     <img src="https://codecov.io/gh/MolSSI/ZenoPy/branch/main/graph/badge.svg?token=VY7DG88slB"/></a>
<a href="https://lgtm.com/projects/g/MolSSI/zenopy/context:python"><img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/MolSSI/zenopy.svg?logo=lgtm&logoWidth=18"/></a>
<a href="https://www.codefactor.io/repository/github/molssi/zenopy"><img src="https://www.codefactor.io/repository/github/molssi/zenopy/badge" alt="CodeFactor" /></a>
     </th>
  </tr>
  <tr>
    <th align="left">Technical Support</th>
    <th align="left">
      <a href="https://join.slack.com/t/zenopy/shared_invite/zt-1ifpoehxy-BRThIqLImB4sXUVKSYgOWQ"><img alt="Slack Link" src="https://img.shields.io/badge/Chat on-Slack-blue?style=flat&logo=slack"></a>
    </th>
  </tr>
  <tr>
    <th align="left">Foundation</th>
    <th align="left">
      <a href="[https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/LGPL-3.0)"><img alt="GitHub license" src="https://img.shields.io/badge/license-LGPL--3-blueviolet"></a>
  <a href="CODE_OF_CONDUCT.md"><img alt="CodeOfConduct" src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg"></a>
      <a href="https://www.linuxfoundation.org/"><img alt="Platforms" src="https://img.shields.io/badge/Platforms-Linux-blue"></a>
    </th>
  </tr>
</table>

# zenopy

An open-source Python library for Zenodo REST API

## OVERVIEW

zenopy provides a comprehensive Python library for productivity
allowing scientists and engineers to publish their work on Zenodo
in compliance with FAIR principles.

## INSTALLATION

The installation procedure can be as easy as running the following
command in a terminal

```bash
pip install zenopy
```
