Metadata-Version: 2.1
Name: atompack
Version: 0.2.1
Summary: A flexible Python library for atomic structure generation.
Home-page: https://github.com/seatonullberg/atompack
Author: Seaton Ullberg
Author-email: seatonullberg@gmail.com
License: MIT License
Description: # atompack
        A flexible Python library for atomic structure generation.
        https://seatonullberg.github.io/atompack/
        
        ## Installation
        
        Contributors can build from source and install the package as editable.
        
        ```bash
        $ git clone https://github.com/seatonullberg/atompack.git
        $ cd atompack
        $ make build
        $ python3 -m pip install -e . --user
        ```
        
        End users can simply download from [PyPI](https://pypi.org/project/atompack/).
        
        ```bash
        $ python3 -m pip install atompack
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
