Metadata-Version: 2.1
Name: pltRDF
Version: 0.0.1
Summary: A sample Python project
Home-page: https://github.com/sumitavakundu007/pltRDF
Author: Sumitava Kundu
Author-email: kundusumitava@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/sumitavakundu007/pltRDF/issues
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/sumitavakundu007/pltRDF/
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pltRDF

# Radial Distribution Function (RDF)

pltRDF is a Python package to plot RDF by reading a GSD file.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install pltRDF.

```bash
pip install pltRDF
```

## Usage

```python
import pltRDF

pltRDF.rdf("input_file.gsd", "output_file.pdf") # a PDF file for RDF
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/


