Method: Spandx::Python::Source#uri_for

Defined in:
lib/spandx/python/source.rb

#uri_for(name, version) ⇒ Object



18
19
20
# File 'lib/spandx/python/source.rb', line 18

def uri_for(name, version)
  "https://#{host}/pypi/#{name}/#{version}/json"
end