vyper 0.4.0
0
Vyper: the Pythonic Programming Language for the EVM
Contents
Vyper: the Pythonic Programming Language for the EVM
Stars: 4852, Watchers: 4852, Forks: 793, Open Issues: 469The vyperlang/vyper
repo was created 7 years ago and the last code push was Yesterday.
The project is very popular with an impressive 4852 github stars!
How to Install vyper
You can install vyper using pip
pip install vyper
or add it to a project with poetry
poetry add vyper
Package Details
- Author
- Vyper Team
- License
- Apache License 2.0
- Homepage
- https://github.com/vyperlang/vyper
- PyPi:
- https://pypi.org/project/vyper/
- GitHub Repo:
- https://github.com/vyperlang/vyper
Classifiers
Related Packages
Errors
A list of common vyper errors.
Code Examples
Here are some vyper
code examples and snippets.
GitHub Issues
The vyper package has 469 open issues on GitHub
- fix: pc maps for function selectors
- Compile time evaluation of several builtins wrongfully allows
decimal
arguments. - fix: pycryptodome on arm
- feat: use mcopy for copy bytes
- VIP: overload public method for dynamic arrays
- Request for Comment:
safe
andunsafe
math operations - Ternary operator unable to return
empty
type - VIP : Allow use of
_
to discard return values - VIP: require loop variable annotation
- chore: test complex storage assignment
- chore: remove vyper signature from runtime
- Security Policy needs an overhaul
- typecheck failure for assignment of
empty(DynArray[..., N]
with mismatched length - parallelize compile_codes
- Parallelize compiling multiple files