Skip to content

perspective.py v0.1.1

Compare
Choose a tag to compare
@Yilmaz4 Yilmaz4 released this 05 Jan 17:36
· 82 commits to main since this release

I forgot the fact that in Python, dots are used for importing packages from child directories hence package names cannot include dots. Therefore I've updated the code to make the package name perspective yet keep the PyPI name as perspective.py.

Now you can import perspective.py as follows:

from perspective import Client, Attributes

Furthermore, you can still install the package by the following command:

python -m pip install --upgrade perspective.py