Metadata-Version: 2.4
Name: migrate-env
Version: 0.1
Summary: null
Author: player1537-playground
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/player1537-playground/migrate-env
Project-URL: Changelog, https://github.com/player1537-playground/migrate-env/releases
Project-URL: Issues, https://github.com/player1537-playground/migrate-env/issues
Project-URL: CI, https://github.com/player1537-playground/migrate-env/actions
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# migrate-env

[![PyPI](https://img.shields.io/pypi/v/migrate-env.svg)](https://pypi.org/project/migrate-env/)
[![Tests](https://github.com/player1537-playground/migrate-env/actions/workflows/test.yml/badge.svg)](https://github.com/player1537-playground/migrate-env/actions/workflows/test.yml)
[![Changelog](https://img.shields.io/github/v/release/player1537-playground/migrate-env?include_prereleases&label=changelog)](https://github.com/player1537-playground/migrate-env/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/player1537-playground/migrate-env/blob/main/LICENSE)

null

## Installation

Install this library using `pip`:
```bash
pip install migrate-env
```
## Usage

Usage instructions go here.

## Development

To contribute to this library, first checkout the code. Then create a new virtual environment:
```bash
cd migrate-env
python -m venv venv
source venv/bin/activate
```
Now install the dependencies and test dependencies:
```bash
python -m pip install -e '.[test]'
```
To run the tests:
```bash
python -m pytest
```
