Metadata-Version: 2.4
Name: unitconv-dsci310
Version: 0.1.0
Summary: Package to convert between units
Project-URL: Homepage, https://github.com/shivani-aggarw/unitconv-dsci310
Project-URL: Source Code, https://github.com/shivani-aggarw/unitconv-dsci310
Project-URL: Bug Tracker, https://github.com/shivani-aggarw/unitconv-dsci310/issues
Project-URL: Documentation, https://github.com/shivani-aggarw/unitconv-dsci310/blob/main/README.md
Project-URL: Download, https://pypi.org/project/unitconv-dsci310/#files
Author-email: Shivani Aggarwal <shivani05aggarwal@gmail.com>
Maintainer-email: Shivani Aggarwal <shivani05aggarwal@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Provides-Extra: build
Requires-Dist: pip-audit; extra == 'build'
Requires-Dist: twine; extra == 'build'
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-parser>=4.0; extra == 'docs'
Requires-Dist: pydata-sphinx-theme~=0.16; extra == 'docs'
Requires-Dist: sphinx-autoapi>=3.6.0; extra == 'docs'
Requires-Dist: sphinx-autobuild>=2024.10.3; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
Requires-Dist: sphinx-design>=0.6.1; extra == 'docs'
Requires-Dist: sphinx~=8.0; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-raises; extra == 'tests'
Requires-Dist: pytest-randomly; extra == 'tests'
Requires-Dist: pytest-xdist; extra == 'tests'
Description-Content-Type: text/markdown

# Welcome to unitconv-dsci310

|        |        |
|--------|--------|
| Package | [![Latest PyPI Version](https://img.shields.io/pypi/v/unitconv.svg)](https://pypi.org/project/unitconv-dsci310/) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/unitconv-dsci310.svg)](https://pypi.org/project/unitconv-dsci310/)  |
| Meta   | [![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) |

*TODO: the above badges that indicate python version and package version will only work if your package is on PyPI.
If you don't plan to publish to PyPI, you can remove them.*

unitconv is a project that (describe what it does here).

## Get started

You can install this package into your preferred Python environment using pip:

```bash
$ pip install unitconv-dsci310
```

TODO: Add a brief example of how to use the package to this section

To use unitconv in your code:

```python
>>> import unitconv-dsci310
>>> unitconv-dsci310.hello_world()
```

## Copyright

- Copyright © 2026 Shivani Aggarwal.
- Free software distributed under the [MIT License](./LICENSE).
