File: index.rst

package info (click to toggle)
python-freesasa 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: python: 380; makefile: 28; sh: 10; ansic: 7
file content (36 lines) | stat: -rw-r--r-- 857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. toctree::
   :maxdepth: 2

   intro
   functions
   classes

FreeSASA Python Module
======================

The module provides Python bindings for the `FreeSASA C Library <https://github.com/mittinatten/freesasa>`_.
Python 3.6+, on Linux, Mac OS X and Windows are officially supported (it will probably still run on older Python
versions if you build it from source, or use older PyPi packages).
The source is available as a PyPi source
distribution and on `GitHub <https://github.com/freesasa/freesasa-python>`_.

Install the FreeSASA Python Module by

.. code::

    pip install freesasa


Developers can clone the library, and then build the module by the following

.. code::

   git clone https://github.com/freesasa/freesasa-python.git
   git submodule update --init
   python setyp.py build

Tests are run by

.. code::

    python setup.py test