Help Test Hive-Nectar v0.0.7b Pre-Release!

Alright everyone, calling all Python developers using hive-nectar!

I've just pushed out a pre-release version, hive-nectar 0.0.7b, and I could really use some help testing it out before making the official 0.0.7 release.

What's the Big Deal in 0.0.7b?

The major undertaking in this version has been removing all legacy Python 2 dependencies. This is a pretty significant cleanup under the hood, aimed at modernizing the library, shedding old baggage, and ensuring better compatibility with the current Python 3 ecosystem. While this is a positive step forward, changes like this can sometimes have unexpected side effects.

Pages and Pages of this!

Why a Pre-Release?

Because removing old dependencies touches quite a few parts of the library, I want to give the community a chance to test this version in real-world scenarios before I tag it as the official 0.0.7. This helps catch any potential issues or regressions that might have slipped through during development.

How You Can Help Test:

If you have an existing project using hive-nectar or are willing to spin up a test environment, I'd greatly appreciate it if you could take this beta version for a spin. You can install it directly from the GitHub repository using uv or pip:

  • Using uv:

    uv add "hive-nectar @ git+https://github.com/thecrazygm/hive-nectar"
    # or
    uv pip install "hive-nectar @ git+https://github.com/thecrazygm/hive-nectar"
    
  • Using pip:

    pip install git+https://github.com/thecrazygm/hive-nectar
    

Links for Reference:

Feedback Needed!

Please try out your usual workflows with this version. If you encounter any errors, unexpected behavior, or installation problems, please report them as Issues on the GitHub repository. Your feedback is crucial to ensure the official 0.0.7 release is solid! All of my personal scripts have been using it for the last 24 hrs and I have not noticed anything strange. But, could definitely use another guinea pig set of eyes.

Thanks in advance for your help testing this out!

As always,
Michael Garcia a.k.a. TheCrazyGM



0
0
0.000
1 comments
avatar

I'm going to tag @borniet, as he may indeed be interested and able to help with the testing. He's already familiar with Beem. 😁 🙏 💚 ✨ 🤙

0
0
0.000