Artifact repository?

Marko Rauhamaa marko at pacujo.net
Thu Oct 31 13:24:10 EDT 2019


Dan Stromberg <drsalists at gmail.com>:
> Can anyone please recommend an opensource "Artifact Repository" suitable
> for use with CPython, including dozens of wheels, tar.gz's and .py's?
>
> By an Artifact Repository, I mean something that can version largish
> binaries that are mostly produced by a build process.
>
> It doesn't necessarily have to be written in Python, but it does need to
> cooperate with Python well.
>
> I'm thinking of something like Artifactory or Archiva or similar - but I
> have zero experience with these tools, so a recommendation would be really
> helpful.

This question doesn't seem to have much to do with Python.

Anyway, at work, we use an in-house component system (written using
Python) that uses Artifactory as an artifact store. The system works
well. Artifactory's role in the system is to just be a "dumb disk" with
a REST API. It supports a nice feature that you can allow developers to
read and write *but not delete* from it.


Marko


More information about the Python-list mailing list