Quansight-Labs / beni

Generate conda environment.yml from PEP 621 and/or flit config.
MIT License
10 stars 1 forks source link

Add CODE_OF_CONDUCT.md #10

Closed asmeurer closed 3 years ago

asmeurer commented 3 years ago

This adds CODE_OF_CONDUCT.md. The contents of this file point back to the actual Quansight Code of Conduct at https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md.

See https://github.com/Quansight/.github/issues/8 for more information.

rgommers commented 3 years ago

@saulshanabrook @flying-sheep could you please look at this? It's an autogenerated PR on all our open source repos to point to our main CoC.

Also, I'm not sure about the history and status of this repo actually. It seems quite useful from the README (haven't tried it). Should it live here long-term or should it move to https://github.com/conda-incubator at some point?

flying-sheep commented 3 years ago

Hmm, flit now supports PEP 631, so this project became more useful: It can now convert any PEP 631 dependency specification to an environment.yaml

So this is very useful until both conda supports PEP 631 and pypa/pip#8049 is fixed