Metadata-Version: 2.1
Name: sharedkernel
Version: 1.1.2
Summary: sharekernel is an shared package between all python projects
Author: Smilinno
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: pymongo
Requires-Dist: fastapi==0.89.1
Requires-Dist: PyJWT
Requires-Dist: pymilvus
Requires-Dist: chromadb

# SharedKernel
this a shared kernel package

# Create Package
    py -m pip install --upgrade build
    py -m build
    cd dist
    py -m pip install --upgrade twine
    py -m twine upload dist/*

# Pypi
pip install sharedkernel
