It says 2000 monthly downloads. I will consume that in a single day with my automated CI pipeline. Is hard to take this into consideration.
Uploads and downloads makes sense to be unlimited. At least having bandwidth limits like any basic hosting service.
> Browse your packages and read their documentation just like on the public Python Package Index.
I don't remember the last time I read package information from pypi. It's all on Github or readthedocs or similar. And given that it isn't especially difficult to host your own index [0] or make docker images with all the dependencies pre-installed, I don't see how this justifies the price.
If it were available as an extension on Github or a self-hosted git server solution like GitLab, Gitea or Bitbucket, then that would be more interesting to me.
[0]: https://packaging.python.org/guides/hosting-your-own-index/
I almost didn't know that Github was down the other day because all the packages I was using were already cached on Nexus.
[1] https://www.sonatype.com/nexus-repository-software-component...
Personally I've found DevPi to be more than sufficient for a small-medium team that can spare a little time to set it up and maintain it but PyDist's pricing plans would make it an attractive alternative (except for that download limit, that won't fly).
That being said I wonder how a service like this will fare once the GitHub Package Registry [3] becomes mainstream and introduces Python support.
[1] https://github.com/devpi/devpi [2] https://jfrog.com/artifactory/ [3] https://github.com/features/package-registry
Why?
1. Because you're fixed in an arbitrary point of time, which means you have to focus on the free trial above other things, many of which might deliver higher value.
2. If you decide to not use it, it's wasted time. Like a design decision that you don't discover that's a showstopper 40 hours into the trial.
3. 14 days really isn't a good metric to decide if it's worth using your service or not. You may not see real issues until you get at least a month into the service.
4. Anyone who is seriously considering purchasing the service isn't going to bat an eye at the actual cost.
I assume you're referring to how --extra-index-url means that pip will randomly choose which index to try to install from, potentially installing a public package by the same name instead of your private package?
"A plan is typically any diagram or list of steps with details of timing and resources, used to achieve an objective to do something. See also strategy. It is commonly understood as a temporal set of intended actions through which one expects to achieve a goal."
Obligatory question: how does it compare to DevPI?