Releases: xfenix/envcast
Releases · xfenix/envcast
Release 1.2.0
More improvements
This is technical release mostly.
- Now we can easily migrate tons of metafiles to trash and replace them with one solid and hard pyproject.toml
- Pipenv now completely replaced with poetry
- Added mypy check
- Added python 3.10 for tests matrix
Happy usage!
Improvements
Some new features and improvements:
- casting to None — now returns "None" suitable for desired type, not generic None. So if you desired type is str, now returns "" (empty string)
- added support of set and frozenset, bytes types
- improved test coverage
- added tests for complex type
- now more then 100 parametrized tests
Initial release
Basic casting library + 100% test coverage. Check usage examples in Readme.
To setup package from source you need to do following steps:
- unpack
- run
pipenv install
- then run
pipenv run flit install