Skip to main content

Chemistry functions for Reinvent

Project description

Introduction

This package contains the chemistry functions for REINVENT.

Installation

To install in REINVENT's environment either install from repo or use pip install reinvent-chemistry for the latest official release.

Developing

Setup environment

You can use Conda to create an environment with all the necessary packages installed.

$ conda env create -f reinvent_chemistry
[...]
$ conda activate reinvent_chemistry

Run tests

The tests use the unittest package testing framework; you can run the tests, located in the unittest_reinvent directory, by running

$ python main_test.py

Building

  • Building: python setup.py sdist bdist_wheel
  • Upload build to test: python -m twine upload --repository testpypi dist/*
  • Upload build: python -m twine upload dist/*

Project details


Download files

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

Source Distribution

reinvent_chemistry-0.0.48.tar.gz (30.7 kB view hashes)

Uploaded Source

Built Distribution

reinvent_chemistry-0.0.48-py3-none-any.whl (53.5 kB view hashes)

Uploaded Python 3

Supported by

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