Computational chemistry library in python
Project description
|Documentation Status|
|MIT license|
.. |Documentation Status| image:: https://readthedocs.org/projects/comp_chem_py/badge/?version=latest
:target: http://comp_chem_py.readthedocs.io/?badge=latest
.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: LICENSE
Set up and installation
=======================
In order to use the library, first clone it::
git clone --recursive https://gitlab.com/pablobaudin/comp_chem_py.git
Then export the PATH in your ``~/.bashrc``::
COMP_CHEM_PATH=/path/to/comp_chem_py/root/dir
export PATH=${COMP_CHEM_PATH}/bin:$PATH
export PYTHONPATH=${COMP_CHEM_PATH}/external:$PYTHONPATH
export PYTHONPATH=${COMP_CHEM_PATH}/src:$PYTHONPATH
Documentation
=============
* Please take a look at the code `documentation <http://comp_chem_py.readthedocs.io/en/latest/>`_ for more details.
.. todo::
#. Keep improving documentation.
#. Remove old_comp_chem_py repository/group and all subrepositories or archive it.
#. Add tests. Maybe with doctest. They should also be included in the setup.py. See,
https://python-packaging.readthedocs.io/en/latest/testing.html
#. Consider making comp_chem_utils an external submodule.
#. Add section about requirements and dependencies on documentation.
#. Add the ebsel package into setup.py using the git repo as,
dependency_links=['http://github.com/user/repo/tarball/master#egg=package-1.0']
|MIT license|
.. |Documentation Status| image:: https://readthedocs.org/projects/comp_chem_py/badge/?version=latest
:target: http://comp_chem_py.readthedocs.io/?badge=latest
.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: LICENSE
Set up and installation
=======================
In order to use the library, first clone it::
git clone --recursive https://gitlab.com/pablobaudin/comp_chem_py.git
Then export the PATH in your ``~/.bashrc``::
COMP_CHEM_PATH=/path/to/comp_chem_py/root/dir
export PATH=${COMP_CHEM_PATH}/bin:$PATH
export PYTHONPATH=${COMP_CHEM_PATH}/external:$PYTHONPATH
export PYTHONPATH=${COMP_CHEM_PATH}/src:$PYTHONPATH
Documentation
=============
* Please take a look at the code `documentation <http://comp_chem_py.readthedocs.io/en/latest/>`_ for more details.
.. todo::
#. Keep improving documentation.
#. Remove old_comp_chem_py repository/group and all subrepositories or archive it.
#. Add tests. Maybe with doctest. They should also be included in the setup.py. See,
https://python-packaging.readthedocs.io/en/latest/testing.html
#. Consider making comp_chem_utils an external submodule.
#. Add section about requirements and dependencies on documentation.
#. Add the ebsel package into setup.py using the git repo as,
dependency_links=['http://github.com/user/repo/tarball/master#egg=package-1.0']
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
comp_chem_py-1.0.tar.gz
(53.0 kB
view details)
File details
Details for the file comp_chem_py-1.0.tar.gz.
File metadata
- Download URL: comp_chem_py-1.0.tar.gz
- Upload date:
- Size: 53.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/38.2.4 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.4.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40fb0c5ca4c4f72b140a7e926a36a2a09700d59a603de53e7c8050c3da9c5e4f
|
|
| MD5 |
42cc4be38352d6afe67d852b582d2b03
|
|
| BLAKE2b-256 |
983c0b317a2890b7bc5bdfc8f1dc69714490f108b1dc50dd6bb14382904ad713
|