zopefoundation / DateTime

This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Other
19 stars 25 forks source link

anaconda cloud package? #22

Closed fcakyon closed 4 years ago

fcakyon commented 4 years ago

Hello,

DateTime is a great package however only pypi distibution is present and it is not possible for anyone to use this package in a project if they want to to publish their project to anaconda cloud. Do you have any intentions of publishing this project to anaconda cloud?

dataflake commented 4 years ago

PyPI is the only official distribution channel for Python packages that I am aware of that is supported by all standard Python packaging tools. There are no plans to support any others.

fcakyon commented 4 years ago

Anaconda is the preferred distribution channel for machine learning/deep learning related packages. Thus machine learning projects tend to publish both PYPI and Conda packages.

dataflake commented 4 years ago

As I wrote on the PR you created, this is the first time ever that anyone has asked about this in the 20+ years that I have been involved in Zope development. This may be interesting if there is sufficient demand from a lot of people, but until then we won't make plans to add support for other repositories.