All Projects → freesasa → freesasa-python

freesasa / freesasa-python

Licence: MIT license
FreeSASA Python Module

Programming Languages

cython
566 projects
python
139335 projects - #7 most used programming language
powershell
5483 projects
Batchfile
5799 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to freesasa-python

django-admin-page-lock
Page Lock for Django Admin allows developers to implement customizable locking pages.
Stars: ✭ 13 (-50%)
Mutual labels:  pypi-packages
koolsla
Food recommendation tool with Machine learning.
Stars: ✭ 21 (-19.23%)
Mutual labels:  pypi-packages
caipyra
import caipyra module code
Stars: ✭ 25 (-3.85%)
Mutual labels:  pypi-packages
ball
The Biochemical Algorithms Library
Stars: ✭ 64 (+146.15%)
Mutual labels:  structural-biology
VSCoding-Sequence
VSCode Extension for interactively visualising protein structure data in the editor
Stars: ✭ 41 (+57.69%)
Mutual labels:  structural-biology
pdb-tools
A dependency-free cross-platform swiss army knife for PDB files.
Stars: ✭ 240 (+823.08%)
Mutual labels:  structural-biology
Flask-QRcode
A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
Stars: ✭ 89 (+242.31%)
Mutual labels:  pypi-packages
freeiot
A free, open-source Internet-Of-Thing Middleware Framework.
Stars: ✭ 19 (-26.92%)
Mutual labels:  pypi-packages
haddocking.github.io
Webpage of the Bonvinlab @ Utrecht University and HADDOCK software
Stars: ✭ 14 (-46.15%)
Mutual labels:  structural-biology
Bio3DView.jl
A Julia package to view macromolecular structures in the REPL, in a Jupyter notebook/JupyterLab or in Pluto
Stars: ✭ 30 (+15.38%)
Mutual labels:  structural-biology
lightdock
Protein-protein, protein-peptide and protein-DNA docking framework based on the GSO algorithm
Stars: ✭ 110 (+323.08%)
Mutual labels:  structural-biology
FunFolDesData
Rosetta FunFolDes – a general framework for the computational design of functional proteins.
Stars: ✭ 15 (-42.31%)
Mutual labels:  structural-biology
sidechainnet
An all-atom protein structure dataset for machine learning.
Stars: ✭ 227 (+773.08%)
Mutual labels:  structural-biology
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+1576.92%)
Mutual labels:  pypi-packages
pypi-command-line
A powerful, colorful, beautiful command-line-interface for pypi.org
Stars: ✭ 32 (+23.08%)
Mutual labels:  pypi-packages
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+65.38%)
Mutual labels:  pypi-packages
is wordpress
A python package to detect if a website is based on wordpress :)
Stars: ✭ 16 (-38.46%)
Mutual labels:  pypi-packages
PyKOMORAN
(Beta) PyKOMORAN is wrapped KOMORAN in Python using Py4J.
Stars: ✭ 38 (+46.15%)
Mutual labels:  pypi-packages
Computational-CryoEM
A curated list of awesome computational cryo-EM methods.
Stars: ✭ 33 (+26.92%)
Mutual labels:  structural-biology
solidity-unfolder
A Python package to flatten Solidity code with imports into a single file
Stars: ✭ 19 (-26.92%)
Mutual labels:  pypi-packages

FreeSASA Python module

Appveyor build status Travis build status

The module provides Python bindings for the FreeSASA C Library. There are PyPi packages for Python 3.6+, on Linux, Mac OS X and Windows. And it can be built from source for 2.7+ (Or by downloading older PyPi packages). Documentation can be found at http://freesasa.github.io/python/.

Install the module by

pip install freesasa

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

git submodule update --init
USE_CYTHON=1 python setup.py build

Tests can be run using

python setup.py test

Adding new features

This Python module provides a limited mapping to the C API of FreeSASA. I wish to extend the module with more functionality out of the box, to match the capabilities of the C API more closely, and perhaps also add more complex analysis that would be cumbersome to write in C. Feel free to submit feature request as GitHub issues. A few simple suggestions are already listed as issues. I only work on FreeSASA in my spare time, so PRs are always welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].