Skip to main content

Hivecode is a versatile and comprehensive Python library, with a focus on efficiency and reusability, Hivecode empowers developers and data enthusiasts alike to streamline their projects.

Project description

Hivecode

PyPI version Hivecode Documentation Status MIT license

Hivecode is a versatile and comprehensive Python library, with a focus on efficiency and reusability, Hivecode empowers developers and data enthusiasts alike to streamline their projects. This library boasts a wide array of practical and innovative functions, ranging from seamless integration with Azure Databricks to implementing essential design patterns, data preprocessing, visualization, exploration, and more. Whether you’re looking to supercharge your data analysis or accelerate your Python projects, Hivecode is the go-to toolkit for unlocking the full potential of your endeavors.

Packages

  • Hivecore: A set of many vanilla python tools.

  • Hiveadb: A set of tools to work in Azure Databricks.

  • Hivesignal: A set of tools for signal analysis.

Installation

To install the library, you will need pip.


pip install hivecode


Requirements

Hivecode requires Python 3.8.0+ to run.

Development

Requirements

Build is used to build the packages that will be deployed into pypi.


pip install build

Twine is used to deploy packages to pypi.


pip install twine

Sphinx is used to build the documentation.


pip install Sphinx

Develop

You can build the project by running the following console command.


python -m build

You can then use twine to upload the newest version to Pypi.


py -m twine upload --skip-existing --repository pypi dist/* -u {User} -p {password}

I personally recommend to cascade both commands using a pipe, like this.


python -m build | py -m twine upload --skip-existing --repository pypi dist/* -u {User} -p {password}

When working with documentations, you will need to run it like this.


.\doc\make.bat html

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hivecode-0.0.0.8.36.tar.gz (59.2 kB view hashes)

Uploaded Source

Built Distribution

hivecode-0.0.0.8.36-py3-none-any.whl (60.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page