Skip to main content

A sample project depending no AGX, using agxver to solve deps

Project description

AGX dependency

This is an example project to prove that agxver can be used to retrieve the correct agx dependant pypi package.

Versions

1.1.0 --> 2.36.1.0 1.1.2 --> 2.36.1.2

Prove concept

poetry build -f wheel
pip3.9 install dist/needagx-1.1.2-py3-none-any.whl

Above will fail if agxver-2.36.1.2 is not installed, and will succeed if it is installed.

Choosing version from pypi

Prereqs:

  • 1.1.0 is uploaded to pypi depending on 2.36.1.0
  • 1.1.2 is uploaded to pypi depending on 2.36.1.2
cd agxver; git checkout 2.36.1.0; cd ..
pip3.0 install agxver
pip3.9 install needagx
# --> needagx 1.1.0 will be installed
cd agxver; git checkout 2.36.1.2; cd ..
pip3.0 install agxver
pip3.9 install needagx
# --> needagx 1.1.2 will be installed

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

needagx-1.1.0-py3-none-any.whl (1.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