Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-manager

Python toolkit for managing data from quantum-chemical calculations.

We make use of SQLAlchemy (version >= 2.0) to handle the abstraction over the native SQL access statements (via an object-relational-mapping (ORM)). Therefore, you'll have to install this package on your system before being able to use data-manager:

pip3 install SQLAlchemy

(see https://docs.sqlalchemy.org/en/20/intro.html#installation for alternative installation methods).

Installation

After having cloned this repository, you'll have to make sure that the packages directory is within your PYTHONPATH. To ensure that, add the following to your ~/.bashrc:

export PYTHONPATH="$PYTHONPATH:/path/to/this/repo/packages"

About

Python toolkit for managing data from quantum-chemical calculations

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages