Metadata-Version: 2.1
Name: starpolymers
Version: 1.1.1
Summary: Package for creating polymers for simulation
Home-page: https://github.com/debeshmandal/starpolymers
Author: Debesh Mandal
License: UNKNOWN
Description: # starpolymers
        
        Star Polymers is a Python Library used for generating LAMMPS input files and analysing LAMMPS output files, in dump formats and other formats. Additionally, there are scripts used for interacting with Colvars input/output files.
        
        ## Installation
        
        Clone this repository to a Python path
        
        ```
        git clone https://github.com/debeshmandal/starpolymers
        ```
        
        ## Usage
        
        Examples:
        
        ```
        import starpolymers
        from starpolymers.star_gen2 import FileGenerator
        from starpolymers.pmf import PMF
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: ~=2.7
Description-Content-Type: text/markdown
