gus-caribe / voidsafe

A "null-safe-like" approach to Python programming language.
MIT License
1 stars 0 forks source link

Merging Version 0 #15

Closed gus-caribe closed 7 months ago

gus-caribe commented 7 months ago

This release brings the basic API with the essential resources required to perform coalescing operations. The docstrings are still not fully covered. The repr and str magic methods are also not fully covered. The API.md file and the /examples directory won't be filled at this release. And lastly, the unit tests haven't still been elaborated.

README.md image centered and resized.

fix( README.md ):

FIX: changed "/nonesafe" to "/voidsafe"

doc(*): Added an extensive documentation to the package

This release includes an extensive documentation for the package, which covers the following scopes:

doc(*): Install via PyPi

12: Install via PyPi

gus-caribe commented 7 months ago

Version 0 will be merged with master. The GitFlow will be applied only by using the develop branch.