Metadata-Version: 2.1
Name: john-toolbox
Version: 0.3.1
Summary: Wrapper for transformers scikit learn pipeline and wrapper for ml model
Home-page: https://github.com/nguyenanht/john-toolbox
License: MIT
Keywords: sklearn,pipeline,pytorch
Author: john
Author-email: contact@nguyenjohnathan.com
Requires-Python: >=3.7.9,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: autopep8 (>=1.5,<2.0)
Requires-Dist: beautifulsoup4 (>=4.9,<5.0)
Requires-Dist: boto3 (>=1.16,<2.0)
Requires-Dist: importlib-metadata (>=3.8.0,<4.0.0)
Requires-Dist: jupyter (==1.0.0)
Requires-Dist: jupyter_contrib_nbextensions (==0.5.1)
Requires-Dist: jupyterlab (==2.1.5)
Requires-Dist: jupytext (==1.5.0)
Requires-Dist: matplotlib (>=3.1.1,<4.0.0)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: pandas (>=1.1,<2.0)
Requires-Dist: sklearn (>=0.0.0,<0.0.1)
Requires-Dist: torch (>=1.7,<2.0)
Requires-Dist: torchvision (>=0.8.1,<0.9.0)
Requires-Dist: tqdm (>=4.51,<5.0)
Requires-Dist: xgboost (>=1.3,<2.0)
Project-URL: Repository, https://github.com/nguyenanht/john-toolbox
Description-Content-Type: text/markdown

# john-toolbox


## how to publish new version in pypi with poetry  ?
https://johnfraney.ca/posts/2019/05/28/create-publish-python-package-poetry/

## how to create a new release
https://www.atlassian.com/fr/git/tutorials/comparing-workflows/gitflow-workflow

