Skip to content

singlestore-labs/singlestore-pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Package

Navigate to the root directory of your project and run the following command to build your package:

python3 setup.py sdist bdist_wheel

Make sure setuptools and wheel are installed:

pip install --upgrade setuptools wheel

Testing Locally

After building, you can install the package locally using:

pip install dist/singlestore_pulse-0.1-py3-none-any.whl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages