https://github.com/tfiers/parachute
Neat input validation of function calls using Python's type hint system
https://github.com/tfiers/parachute
argument pythonic type-safety validation
Last synced: 12 months ago
JSON representation
Neat input validation of function calls using Python's type hint system
- Host: GitHub
- URL: https://github.com/tfiers/parachute
- Owner: tfiers
- License: mit
- Created: 2018-09-10T13:56:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2018-09-18T20:00:31.000Z (over 7 years ago)
- Last Synced: 2025-01-12T06:07:52.560Z (about 1 year ago)
- Topics: argument, pythonic, type-safety, validation
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parachute
[](https://codecov.io/gh/tfiers/parachute)
[](https://github.com/tfiers/parachute/blob/master/LICENSE)
Neat input validation of function calls using Python's type hint system.
Installation
------------
```
pip install git+https://github.com/tfiers/parachute#parachute
```
For contributors
------------
[](https://travis-ci.org/tfiers/parachute)
[](https://github.com/ambv/black)
To run tests locally, make sure [PyTest](https://docs.pytest.org/en/latest/)
is installed. Then go to the project root directory and run:
```
pytest
```