python_js
is a simple Python module which ports some JS functions to Python.
This is not production safe and it's made for learning purposes. I know this is not Pythonic's stylish but it's just a playground to learn some basics about this language.
- Some array methods
- Type checking
- Linter
- Local publishing using
Pypi
test environment. - Automatic publish using
Github Actions
+semantic-release
- Local & CI testing using
tox
python >= 3.10
pipenv
pipenv install
pipenv run lint
Run all tests using tox
:
tox
Using the current python version:
pipenv run test
Test Pypi
from local:
pipenv run publish_raw