Infoblox-PS / ibx-sdk

Basic Tools and Functions used by other Integrations.
Apache License 2.0
4 stars 0 forks source link

add the ability to install via pip or poetry #75

Closed yeti9990 closed 9 months ago

yeti9990 commented 9 months ago

Ensure the pyproject.toml is poetry friends as well as with pip.

yeti9990 commented 9 months ago

Looks like the support is already there!

(.venv) ppiper@studio ➜  test_env  poetry add ~/workspace/ibx-sdk

Updating dependencies
Resolving dependencies... (1.7s)

Package operations: 7 installs, 0 updates, 0 removals

  • Installing click (8.1.7)
  • Installing humanfriendly (10.0)
  • Installing click-option-group (0.5.6)
  • Installing coloredlogs (15.0.1)
  • Installing dnspython (2.5.0)
  • Installing netaddr (0.10.1)
  • Installing ibx-sdk (0.2.0rc1 /Users/ppiper/workspace/ibx-sdk)

Writing lock file
(.venv) ppiper@studio ➜  test_env  poetry show
certifi            2023.11.17                       Python package for providing Mozilla's CA Bundle.
charset-normalizer 3.3.2                            The Real First Universal Charset Detector. Open, modern and act...
click              8.1.7                            Composable command line interface toolkit
click-option-group 0.5.6                            Option groups missing in Click
coloredlogs        15.0.1                           Colored terminal output for Python's logging module
dnspython          2.5.0                            DNS toolkit
humanfriendly      10.0                             Human friendly output for text interfaces using Python
ibx-sdk            0.2.0rc1 ../../workspace/ibx-sdk Infoblox basic API Toolkit
idna               3.6                              Internationalized Domain Names in Applications (IDNA)
netaddr            0.10.1                           A network address manipulation library for Python
requests           2.31.0                           Python HTTP for Humans.
urllib3            2.2.0                            HTTP library with thread-safe connection pooling, file post, an...