Metadata-Version: 2.1
Name: unstar-pipfile
Version: 0.0.1a4
Summary: If you have stars in your Pipfile, this tool is for you!
Home-page: https://github.com/purificant/unstar-pipfile
License: MIT
Keywords: pipfile,dependency,pipenv
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: tomlkit (>=0.8.0,<0.9.0)
Project-URL: Documentation, https://github.com/purificant/unstar-pipfile
Project-URL: Repository, https://github.com/purificant/unstar-pipfile
Description-Content-Type: text/markdown

# unstar-pipfile
If you have stars in your Pipfile, this project is for you!

[![test-workflow](https://github.com/purificant/unstar-pipfile/actions/workflows/test.yaml/badge.svg)](https://github.com/purificant/unstar-pipfile/actions/workflows/test.yaml)
[![PyPI version](https://badge.fury.io/py/unstar-pipfile.svg)](https://badge.fury.io/py/unstar-pipfile)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

`unstar-pipfile` is a tool to scan `Pipfile.lock` and replace any stars in `Pipfile` with precise versions from the lock file.

# Installation
`pip install unstar-pipfile`
