Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS: anaconda-release
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
jkowalleck committed Dec 27, 2021
1 parent 89d8382 commit 7504df1
Showing 2 changed files with 42 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

[![shield_gh-workflow-test]][link_gh-workflow-test]
[![shield_pypi-version]][link_pypi]
[![shield_conda-forge-version]][link_conda-forge]
[![shield_license]][license_file]
[![shield_website]][link_website]
[![shield_slack]][link_slack]
@@ -24,12 +25,14 @@ CycloneDX is a lightweight BOM specification that is easily created, human-reada

## Installation

Install from pypi.org as you would any other Python module:
Install [from pypi.org][link_pypi] as you would any other Python module:

```shell
pip install cyclonedx-python-lib
```

_CycloneDX-python-lib_ is also available from [conda-forge][link_conda-forge].

## Architecture

This module break out into three key areas:
@@ -244,14 +247,16 @@ See the [LICENSE][license_file] file for the full license.
[contributing_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/CONTRIBUTING.md

[shield_gh-workflow-test]: https://img.shields.io/github/workflow/status/CycloneDX/cyclonedx-python-lib/Python%20CI/main?logo=GitHub&logoColor=white "build"
[shield_pypi-version]: https://img.shields.io/pypi/v/cyclonedx-python-lib?logo=Python&logoColor=white&label=PyPI "PyPI"
[shield_pypi-version]: https://img.shields.io/pypi/v/cyclonedx-python-lib?logo=pypi&logoColor=white&label=PyPI "PyPI"
[shield_conda-forge-version]: https://img.shields.io/conda/vn/conda-forge/cyclonedx-python-lib?logo=anaconda&logoColor=white&label=conda-forge "conda-forge"
[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-python-lib "license"
[shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg "homepage"
[shield_slack]: https://img.shields.io/badge/slack-join-blue?logo=Slack&logoColor=white "slack join"
[shield_groups]: https://img.shields.io/badge/discussion-groups.io-blue.svg "groups discussion"
[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
[link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-python-lib/actions/workflows/poetry.yml?query=branch%3Amain
[link_pypi]: https://pypi.org/project/cyclonedx-python-lib/
[link_conda-forge]: https://anaconda.org/conda-forge/cyclonedx-python-lib
[link_website]: https://cyclonedx.org/
[link_slack]: https://cyclonedx.org/slack/invite
[link_discussion]: https://groups.io/g/CycloneDX
35 changes: 35 additions & 0 deletions doc/processes/release/conda-forge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Coda-forge releases

Releases of
[_CycloneDX-python-lib_ for Anaconda][CDXlib-conda-forge]
are managed in a [seperate conda-forge feedstock-repository][CDXlib-conda-forge-feedstock-repo]
as [anounced][first-conda-forge-release]
by [@bollwyvl].

## Current build status

<table><tr><td>All platforms:</td>
<td>
<a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=14348&branchName=master">
<img src="https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/cyclonedx-python-lib-feedstock?branchName=master">
</a>
</td>
</tr>
</table>

## Current release info

| Name | Downloads | Version | Platforms |
| --- | --- | --- | --- |
| [![Conda Recipe](https://img.shields.io/badge/recipe-cyclonedx--python--lib-green.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/cyclonedx-python-lib.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/cyclonedx-python-lib.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cyclonedx-python-lib.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) |

## Licensing

The [_CycloneDX-python-lib_ conda-forge feedstock repository][CDXlib-conda-forge-feedstock-repo] is or may be licensed under a differrent form than the _CycloneDX-python-lib_ project itself.
The License of _CycloneDX-python-lib_ stayes [as stated in it's repository][license_file].

[CDXlib-conda-forge]: https://anaconda.org/conda-forge/cyclonedx-python-lib
[CDXlib-conda-forge-feedstock-repo]: https://github.com/conda-forge/cyclonedx-python-lib-feedstock
[@bollwyvl]: https://github.com/bollwyvl
[first-conda-forge-release]: https://github.com/CycloneDX/cyclonedx-python-lib/issues/44#issuecomment-989912153
[license_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/LICENSE

0 comments on commit 7504df1

Please sign in to comment.