Coder Social home page Coder Social logo

Conda Package about python-semanticversion HOT 5 CLOSED

iamthebot avatar iamthebot commented on July 17, 2024 2
Conda Package

from python-semanticversion.

Comments (5)

rbarrois avatar rbarrois commented on July 17, 2024

I have no idea how conda works, nor where it is used; I don't mind having this package published on conda, as long as it's compatible with the project's license and policy.

In order to move forward, I would need to have some documentation, especially around conda's policy, upload process, package security, and maintenance process.
Moreover, since I'm not using it myself, how would those builds be maintained in the future?

from python-semanticversion.

iamthebot avatar iamthebot commented on July 17, 2024

Hi @rbarrois-- Conda is the industry standard packaging/python ecosystem for data science and machine learning. Most packages are hosted in the conda-forge repository. Documentation for contributing a package is here.

tl;dr it consists of creating a PR against their repo which will need to be reviewed for the initial creation. Once created, maintenance involves bumping the version of the package when the upstream has published a new version and updating the checksums for the source. That triggers a new build of the package on their CI (seeing as this is a non-binary package the build is trivial). Unit tests can also be run.

As for licensing the original licensing of the package is maintained. Only the maintainer(s) of the package on conda-forge can approve changes to the package recipe (preventing someone rogue from pointing the package to malicious/unapproved source).

Let me know if you have any questions. Again, happy to make a PR to set it up for your review. This would be valuable to many users and should require minimal maintenance going forward.

from python-semanticversion.

rbarrois avatar rbarrois commented on July 17, 2024

@iamthebot Coming back to your suggestion, since I'm not a user of Conda I'm not sure I would be a good point of contact for that topic.
Do they have the notion of "packaging maintainers" or "proxy maintainers", i.e. someone using Conda who would manage the specific packaging instructions there?

I would feel more comfortable pairing with someone who has experience with Conda, rather than taking that extra work upon myself…

from python-semanticversion.

iamthebot avatar iamthebot commented on July 17, 2024

@rbarrois yes maintainers for the conda-package can be specified. By the way I'm happy to pair with you on this. We use this package at Airbnb so happy to help.

It's actually all fairly lightweight and shouldn't really add major complexity to releases (just bumping a git SHA and version number) since this isn't a compiled package.

from python-semanticversion.

iamthebot avatar iamthebot commented on July 17, 2024

Actually looks like someone already submitted this package to conda-forge here. Closing this issue.

from python-semanticversion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.