Metadata-Version: 2.1
Name: typenv
Version: 0.0.3
Summary: TODO:
Home-page: https://github.com/hukkinj1/typenv
Author: hukkinj1
Author-email: hukkinj1@users.noreply.github.com
License: UNKNOWN
Project-URL: Changelog, https://github.com/hukkinj1/typenv/blob/master/CHANGELOG.md
Description: [![Build Status](https://travis-ci.com/hukkinj1/typenv.svg?branch=master)](https://travis-ci.com/hukkinj1/typenv)
        [![codecov.io](https://codecov.io/gh/hukkinj1/typenv/branch/master/graph/badge.svg)](https://codecov.io/gh/hukkinj1/typenv)
        [![PyPI version](https://badge.fury.io/py/typenv.svg)](https://badge.fury.io/py/typenv)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        # typenv
        
        <!--- Don't edit the version line below manually. Let bump2version do it for you. -->
        > Version 0.0.3
        
        > TODO: add a brief description here
        
        ## Installing
        Installing from PyPI repository (https://pypi.org/project/typenv):
        ```bash
        pip install typenv
        ```
        
        ## Usage
        TODO: add something here
        
        ## Acknowledgments
        The public API of this library is almost an exact copy of [environs](https://github.com/sloria/environs), which is based on [envparse](https://github.com/rconradharris/envparse) and [django-environ](https://github.com/joke2k/django-environ). Credit for the interface goes to the authors of those libraries.
        
        ## Contributing
        1. Fork/clone the repository.
        
        1. Install dependencies (you'll probably want to create a virtual environment, using your preferred method, first).
            ```bash
            pip install -r requirements.txt
            ```
        
        1. Install pre-commit hooks
            ```bash
            pre-commit install
            ```
        
        1. After making changes and having written tests, make sure tests pass:
            ```bash
            pytest
            ```
        
        1. Commit, push, and make a PR.
        
Keywords: todo-keyword todo-another-keyword
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
