A tool to determine Crossref credential permissions.
Project description
credCheck: lookup Crossref credential permissions
credCheck allows you to test whether your Crossref credentials have the necessary permissions to deposit a DOI. It is a simple command-line tool that takes a DOI and Crossref username and password and returns a boolean value indicating whether the user has the necessary permissions to deposit the DOI.
CLI Usage
Usage: cli.py [OPTIONS] USERNAME PASSWORD DOI
Checks the credentials for a given username, password, and doi.
╭─ Arguments ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * username TEXT The username [default: None] [required] │
│ * password TEXT The password [default: None] [required] │
│ * doi TEXT The doi with prefix to check [default: None] [required] │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion [bash|zsh|fish|powershell|pwsh] Install completion for the specified shell. [default: None] │
│ --show-completion [bash|zsh|fish|powershell|pwsh] Show completion for the specified shell, to copy it or customize the installation. [default: None] │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Programmatic Usage
import cred
credential = cred.Credential(username=username, password=password, doi=doi)
if not credential.is_authenticated():
...
if credential.is_authorised():
...
© Crossref 2024
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
credcheck-0.0.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for credcheck-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161aece718cfcfad674b6126dfc44029a1fe59a2e8d195f28cae7bdf6f6aee81 |
|
MD5 | f8aed3da3af973611a4f4a0f331c4936 |
|
BLAKE2b-256 | 9945c54f28a0b6a9eeaf4a58e3ffd5918d480b09c97c6dfaa085e50ae6f67b29 |