Skip to main content

No project description provided

Project description

pyADMETPredictor

Python interface to ADMET Predictor®. Supports both command line and the REST interfaces.

Introduction

To enable the application of various analytical techniques available in the Python ecosystem, we created the pyADMETPredictor module. This simple Python library allows seamless interfacing with the RESTful and command line (CMD) APIs natively exposed by ADMET Predictor. It supports prototyping calls to ADMET Predictor, whether available as an executable or exposed as a RESTful API service. The majority of the functionalities provided by these interfaces can be accessed through pyADMETPredictor. However, as pyADMETPredictor is an evolving project, any potential gaps will be systematically addressed. Currently, pyADMETPredictor is tested with Python interpreter versions 3.9, 3.10, 3.11, 3.12 and 3.13 on Windows and Linux operating systems.

The pyADMETPredictor is open-source and free-of-charge. However, to launch it with ADMET Predictor® software, the appropriate license for the latter is required.

Installation

The pyADMETPredictor can easily installed either from local file or from the PyPi repository:

pip install path/to/pyADMETPredictor.whl

or

pip install pyADMETPredictor

There pyADMETPredictor has the following dependencies:

  • requests
  • pandas
  • rdkit

All of them are resolved by pip during the installation phase.

Applications

Basic functionalities are explained in the Jupyter notebook:

notebooks/pyADMETPredictor_demo.ipynb

For developers

  • All necessary development dependencies are available in the requirements.txt file.
  • The tox module is configured to test new builds.
  • The development of new functionalities should be reflected in new test cases contained in tests directory.

Preparing the build

  • Launching the tests with recreation of the environments:
tox -r
  • Launching the tests for selected environment:
tox -e py311
  • Creating the build
python -m build
  • Uploading the build to test-PyPi
python -m twine upload --repository testpypi dist/build_file.whl
  • Uploading the build to real-PyPi (no need to point --repository)
python -m twine upload dist/build_file.whl
  • Pushing tags to the remote
git push --tags

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyadmetpredictor-0.2.2-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file pyadmetpredictor-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pyadmetpredictor-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5b8647fba4421a8ee18e3a72d9a83f0702e0ad5864926f5874989896f6a0cb41
MD5 47bbbb2a388b2bad5c3cfe31afd89195
BLAKE2b-256 121c42abfef133637921967ea13d912ee4d622e46756f1ef39bf20b7ab7944f6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page