No project description provided
Project description
ppchemistrysdk-cli
Command-line interface for the PPChemistrySDK python package.
Usage:
$ ppchemistrysdk-cli [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
acceptors
: Get number of acceptors from a SMILES string.alogp
: Get molecular alogP from a SMILES string.composition
: Get the molecular composition from a SMILES...donors
: Get number of donors from a SMILES string.formula
: Get the moelcular formular from a SMILES...gasteiger-charges
: Get the atomic Gasteiger partial charges from...inchi-key
: Get InChI key from a SMILES string.lipinski-acceptors
: Get number of Lipinski acceptors from a...lipinski-donors
: Get number of Lipinski donors from a SMILES...lipinski-violations
: Get number of Lipinski violations from a...mass
: Get the molecular mass from a SMILES string.nema-key
: Get Nema key from a SMILES string.ref
: Get molecular reference from a SMILES string.rotational-bonds
: Get number of rotational bonds from a SMILES...surface
: Get the molecular surface from a SMILES...volume
: Get the molecular volume from a SMILES...weight
: Get the molecular weight from a SMILES...
ppchemistrysdk-cli acceptors
Get number of acceptors from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Number of acceptors.
Usage:
$ ppchemistrysdk-cli acceptors [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli alogp
Get molecular alogP from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular alogP.
Usage:
$ ppchemistrysdk-cli alogp [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli composition
Get the molecular composition from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular composition.
Usage:
$ ppchemistrysdk-cli composition [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli donors
Get number of donors from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Number of donors.
Usage:
$ ppchemistrysdk-cli donors [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli formula
Get the moelcular formular from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular formular.
Usage:
$ ppchemistrysdk-cli formula [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli gasteiger-charges
Get the atomic Gasteiger partial charges from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Atomic Gasteiger partial charges.
Usage:
$ ppchemistrysdk-cli gasteiger-charges [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli inchi-key
Get InChI key from a SMILES string.
Args: smiles: SMILES string (str)
Returns: InChI key.
Usage:
$ ppchemistrysdk-cli inchi-key [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli lipinski-acceptors
Get number of Lipinski acceptors from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Number of Lipinski acceptors.
Usage:
$ ppchemistrysdk-cli lipinski-acceptors [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli lipinski-donors
Get number of Lipinski donors from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Number of Lipinski donors.
Usage:
$ ppchemistrysdk-cli lipinski-donors [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli lipinski-violations
Get number of Lipinski violations from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Number of Lipinski violations.
Usage:
$ ppchemistrysdk-cli lipinski-violations [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli mass
Get the molecular mass from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular mass.
Usage:
$ ppchemistrysdk-cli mass [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli nema-key
Get Nema key from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Nema key.
Usage:
$ ppchemistrysdk-cli nema-key [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli ref
Get molecular reference from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular reference.
Usage:
$ ppchemistrysdk-cli ref [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli rotational-bonds
Get number of rotational bonds from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Number of rotational bonds.
Usage:
$ ppchemistrysdk-cli rotational-bonds [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli surface
Get the molecular surface from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular surface.
Usage:
$ ppchemistrysdk-cli surface [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli volume
Get the molecular volume from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular volume.
Usage:
$ ppchemistrysdk-cli volume [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
ppchemistrysdk-cli weight
Get the molecular weight from a SMILES string.
Args: smiles: SMILES string (str)
Returns: Molecular weight.
Usage:
$ ppchemistrysdk-cli weight [OPTIONS] SMILES
Arguments:
SMILES
: [required]
Options:
--help
: Show this message and exit.
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
Built Distribution
File details
Details for the file ppchemistrysdk-cli-0.1.0.tar.gz
.
File metadata
- Download URL: ppchemistrysdk-cli-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.13 Linux/4.14.268-205.500.amzn2.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e6ce3e7210d279d764228c1ceb928b33e1866c79bb80f61b8c6903a8a8683e |
|
MD5 | c1f91ca4bc7bd099b886d72c5bd23db2 |
|
BLAKE2b-256 | ee46e68f4e98786c8b66ab2d3ee263f240f85877e24d74792966f12faacbf35b |
File details
Details for the file ppchemistrysdk_cli-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ppchemistrysdk_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.13 Linux/4.14.268-205.500.amzn2.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a73f0b30d57d0a2c15fa3eb38829b5c70392003c6344fa7a4dc57da945c7cdb |
|
MD5 | 27bcd8f8f207318f7d561ff617d91ef1 |
|
BLAKE2b-256 | b0e504a88a0c114df69d0ca4f174ba02c5807c947cc5895dece5e34ebd472195 |