Metadata-Version: 2.1
Name: softnanotools
Version: 0.3.1
Summary: Tools for computing
Home-page: https://github.com/softnanolab/softnanotools
Author: Debesh Mandal
License: UNKNOWN
Description: # softnanotools
        
        This repository contains a bunch of tools for different programming applications, mostly in Python. It is used through the [softnanolab](https://softnanolab.org/) research group
        
        ## Installation
        
        The package is not yet available on PyPi but will be shortly. For now usage can be done by cloning and using git.
        
        ```
        git clone https://github.com/softnanolab/softnanotools
        pushd softnanotools
        pip install .
        pytest
        popd
        ```
        
        ## Modules
        
        Here is a list of modules with a brief description:
        
        - `notebooks` - Tools for manipulating Jupyter Notebooks
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
