gohan is a Python Natural Language Processing (NLP) tool combined from pykakasi/ related packages.
- Python == 3.8.16
- pyenv+poetry
- Project dependcy detialls will be in pyproject.toml/poetry.lock
- make a web API with Django REST framework
- How to update "pyproject.toml"? if I change the Python version?
changer Python interpreter version from 3.8 to 3.10
- make some unittest
- web scraping some data with beautifulsoup4/pandas/lxml packages
#check pyenv+poetry
pyenv versions
poetry --version
poetry shell
#Installing dependencies only
poetry install --no-root
#add new packages
poetre add pykakasi
poetry add beautifulsoup4
poetry add pandas
poetry add lxml