Skip to content

Commit a892224

Browse files
committed
add conan, fixes #103, thanks @akoeltringer /cc @memsharded @lasote
1 parent ce8a985 commit a892224

File tree

5 files changed

+51
-9
lines changed

5 files changed

+51
-9
lines changed

BY_PLATFORM.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ segmentation by distribution (i.e., Docker, etc.)
2323

2424
**Contents**
2525

26-
1. <a href="#tag-desktop">Desktop</a> *(225)*
27-
1. <a href="#tag-desktop.linux">Linux</a> *(208)*
28-
1. <a href="#tag-desktop.windows">Windows</a> *(135)*
29-
1. <a href="#tag-desktop.mac">Mac</a> *(130)*
26+
1. <a href="#tag-desktop">Desktop</a> *(226)*
27+
1. <a href="#tag-desktop.linux">Linux</a> *(209)*
28+
1. <a href="#tag-desktop.windows">Windows</a> *(136)*
29+
1. <a href="#tag-desktop.mac">Mac</a> *(131)*
3030
1. <a href="#tag-desktop.console">Console</a> *(19)*
3131
1. <a href="#tag-mobile">Mobile</a> *(1)*
3232
1. <a href="#tag-mobile.android">Android</a> *(1)*
@@ -73,6 +73,7 @@ segmentation by distribution (i.e., Docker, etc.)
7373
1. **CherryTree** - ([Repo](https://github.com/giuspen/cherrytree), [Home](https://www.giuspen.com/cherrytree)) Hierarchical wiki-like personal notepad, featuring rich text and syntax highlighting. `(organization, windows, gtk)`
7474
1. **Chert** - ([Repo](https://github.com/mahmoud/chert), [PyPI](https://pypi.org/project/chert)) Static site generator with built-in support for listicles, created by this humble author, used to power [calver.org](https://calver.org), [zerover.org](https://zerover.org), and [sedimental.org](https://sedimental.org/), the author's blog. Mostly here as an easter egg :) `(static_site, windows, mac)`
7575
1. **Cobbler** - ([Repo](https://github.com/Cobbler/Cobbler), [Home](https://cobbler.github.io/), [WP](https://en.wikipedia.org/wiki/Cobbler_%28software%29)) Linux installation server that allows for rapid setup of network installation environments. `(ops, server)`
76+
1. **Conan** - ([Repo](https://github.com/conan-io/conan), [Home](https://conan.io/), [Docs](https://docs.conan.io/en/latest)) Decentralized package manager for binary package management, targeted at C/C++ developers. `(pkg_mgr, windows, mac)`
7677
1. **Conda** - ([Repo](https://github.com/conda/conda), [Home](https://conda.io/), [WP](https://en.wikipedia.org/wiki/Conda_%28package_manager%29)) OS-agnostic, system-level binary package manager and ecosystem, with a focus on Python and high-performance scientific computing. `(pkg_mgr, windows, mac, corp)`
7778
1. **CouchPotato** - ([Repo](https://github.com/CouchPotato/CouchPotatoServer), [Home](http://couchpota.to/)) Personal video recorder focused on movies, with support for usenet and torrents. `(organization, windows, mac)`
7879
1. **Cython** - ([Repo](https://github.com/cython/cython), [Home](https://cython.org/), [PyPI](https://pypi.org/project/cython), [Docs](http://docs.cython.org/)) Language and compiler designed for high-performance Python and C interoperability. `(dev, windows, mac)`
@@ -274,6 +275,7 @@ segmentation by distribution (i.e., Docker, etc.)
274275
1. **cellxgene** - ([Repo](https://github.com/chanzuckerberg/cellxgene), [Home](https://chanzuckerberg.github.io/cellxgene)) Web-based interactive explorer for single-cell transcriptomics data. `(science, linux, mac, fnd)`
275276
1. **CherryTree** - ([Repo](https://github.com/giuspen/cherrytree), [Home](https://www.giuspen.com/cherrytree)) Hierarchical wiki-like personal notepad, featuring rich text and syntax highlighting. `(organization, linux, gtk)`
276277
1. **Chert** - ([Repo](https://github.com/mahmoud/chert), [PyPI](https://pypi.org/project/chert)) Static site generator with built-in support for listicles, created by this humble author, used to power [calver.org](https://calver.org), [zerover.org](https://zerover.org), and [sedimental.org](https://sedimental.org/), the author's blog. Mostly here as an easter egg :) `(static_site, linux, mac)`
278+
1. **Conan** - ([Repo](https://github.com/conan-io/conan), [Home](https://conan.io/), [Docs](https://docs.conan.io/en/latest)) Decentralized package manager for binary package management, targeted at C/C++ developers. `(pkg_mgr, linux, mac)`
277279
1. **Conda** - ([Repo](https://github.com/conda/conda), [Home](https://conda.io/), [WP](https://en.wikipedia.org/wiki/Conda_%28package_manager%29)) OS-agnostic, system-level binary package manager and ecosystem, with a focus on Python and high-performance scientific computing. `(pkg_mgr, linux, mac, corp)`
278280
1. **CouchPotato** - ([Repo](https://github.com/CouchPotato/CouchPotatoServer), [Home](http://couchpota.to/)) Personal video recorder focused on movies, with support for usenet and torrents. `(organization, linux, mac)`
279281
1. **Cython** - ([Repo](https://github.com/cython/cython), [Home](https://cython.org/), [PyPI](https://pypi.org/project/cython), [Docs](http://docs.cython.org/)) Language and compiler designed for high-performance Python and C interoperability. `(dev, linux, mac)`
@@ -411,6 +413,7 @@ segmentation by distribution (i.e., Docker, etc.)
411413
1. **CellProfiler** - ([Repo](https://github.com/CellProfiler/CellProfiler), [Home](http://cellprofiler.org/), [Manual](https://cellprofiler.org/cpa), [Docs](https://github.com/CellProfiler/CellProfiler/wiki)) Interactive data exploration, analysis, and classification of biological image sets. `(science, linux, windows)`
412414
1. **cellxgene** - ([Repo](https://github.com/chanzuckerberg/cellxgene), [Home](https://chanzuckerberg.github.io/cellxgene)) Web-based interactive explorer for single-cell transcriptomics data. `(science, linux, windows, fnd)`
413415
1. **Chert** - ([Repo](https://github.com/mahmoud/chert), [PyPI](https://pypi.org/project/chert)) Static site generator with built-in support for listicles, created by this humble author, used to power [calver.org](https://calver.org), [zerover.org](https://zerover.org), and [sedimental.org](https://sedimental.org/), the author's blog. Mostly here as an easter egg :) `(static_site, linux, windows)`
416+
1. **Conan** - ([Repo](https://github.com/conan-io/conan), [Home](https://conan.io/), [Docs](https://docs.conan.io/en/latest)) Decentralized package manager for binary package management, targeted at C/C++ developers. `(pkg_mgr, linux, windows)`
414417
1. **Conda** - ([Repo](https://github.com/conda/conda), [Home](https://conda.io/), [WP](https://en.wikipedia.org/wiki/Conda_%28package_manager%29)) OS-agnostic, system-level binary package manager and ecosystem, with a focus on Python and high-performance scientific computing. `(pkg_mgr, linux, windows, corp)`
415418
1. **CouchPotato** - ([Repo](https://github.com/CouchPotato/CouchPotatoServer), [Home](http://couchpota.to/)) Personal video recorder focused on movies, with support for usenet and torrents. `(organization, linux, windows)`
416419
1. **Cython** - ([Repo](https://github.com/cython/cython), [Home](https://cython.org/), [PyPI](https://pypi.org/project/cython), [Docs](http://docs.cython.org/)) Language and compiler designed for high-performance Python and C interoperability. `(dev, linux, windows)`

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
1515
production application is worth a thousand blog posts and Stack
1616
Overflow answers.
1717

18-
This document is an always-growing list of **360**
18+
This document is an always-growing list of **361**
1919
open-source Python applications arranged by topic, with links to
2020
repositories, docs, and more, generated from [structured
2121
data](https://github.com/mahmoud/awesome-python-applications/blob/master/projects.yaml)
@@ -46,15 +46,15 @@ thereof), see Architectures. -->
4646
1. <a href="#tag-cms">CMS</a> *(11)*
4747
1. <a href="#tag-erp">ERP</a> *(5)*
4848
1. <a href="#tag-static_site">Static Site</a> *(8)*
49-
1. <a href="#tag-dev">Dev</a> *(150)*
49+
1. <a href="#tag-dev">Dev</a> *(151)*
5050
1. <a href="#tag-dev.scm">SCM</a> *(17)*
5151
1. <a href="#tag-dev.code_review">Code Review</a> *(4)*
5252
1. <a href="#tag-dev.storage">Storage</a> *(13)*
5353
1. <a href="#tag-dev.ops">Ops</a> *(25)*
5454
1. <a href="#tag-dev.security">Security</a> *(22)*
5555
1. <a href="#tag-dev.docs">Docs</a> *(6)*
5656
1. <a href="#tag-dev.editor">Editor</a> *(12)*
57-
1. <a href="#tag-dev.pkg_mgr">Package Managers</a> *(8)*
57+
1. <a href="#tag-dev.pkg_mgr">Package Managers</a> *(9)*
5858
1. <a href="#tag-dev.pkg_repo">Package Repositories</a> *(4)*
5959
1. <a href="#tag-dev.build">Build</a> *(11)*
6060
1. <a href="#tag-dev.shell">Shell</a> *(3)*
@@ -447,6 +447,7 @@ Projects related to software development and adjacent technical areas.
447447

448448
### <a id="tag-dev.pkg_mgr" href="#tag-dev.pkg_mgr">Package Managers</a>
449449

450+
1. **Conan** - ([Repo](https://github.com/conan-io/conan), [Home](https://conan.io/), [Docs](https://docs.conan.io/en/latest)) Decentralized package manager for binary package management, targeted at C/C++ developers. `(linux, windows, mac)`
450451
1. **Conda** - ([Repo](https://github.com/conda/conda), [Home](https://conda.io/), [WP](https://en.wikipedia.org/wiki/Conda_%28package_manager%29)) OS-agnostic, system-level binary package manager and ecosystem, with a focus on Python and high-performance scientific computing. `(linux, windows, mac, corp)`
451452
1. **dnf** - ([Repo](https://github.com/rpm-software-management/dnf), [WP](https://en.wikipedia.org/wiki/DNF_%28software%29), [Docs](https://dnf.readthedocs.io/en/latest)) Dandified YUM (DNF) is the successor to `yum` and works everywhere yum worked. `(linux, corp)`
452453
1. **pip** - ([Repo](https://github.com/pypa/pip), [Home](https://pip.pypa.io/en/stable), [WP](https://en.wikipedia.org/wiki/Pip_%28package_manager%29)) Python's go-to package manager, with a wide range of features and platform support. `(linux, windows, mac)`

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,4 @@ cxoompare to the APA.
209209
* https://github.com/microcosm-cc/microweb
210210
* https://github.com/jhpyle/docassemble / https://docassemble.org/
211211
* https://github.com/grow/grow
212+
* https://gitlab.com/remram44/taguette

atom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,40 @@
55
<subtitle type="text">The newest additions to the Awesome Python Applications list.</subtitle>
66
<link rel="alternate" type="text/html" href="https://github.com/mahmoud/awesome-python-applications" />
77
<link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/mahmoud/awesome-python-applications/master/atom.xml" />
8-
<updated>2019-10-02T16:35:57Z</updated>
8+
<updated>2019-10-10T17:00:26Z</updated>
99
<sy:updatePeriod>hourly</sy:updatePeriod>
1010
<sy:updateFrequency>1</sy:updateFrequency>
1111

1212
<rights type="html">CC-BY-SA unless otherwise noted</rights>
1313
<generator uri="https://github.com/mahmoud/apatite">Apatite 19.0</generator>
1414

1515

16+
<entry>
17+
<id>https://github.com/conan-io/conan</id>
18+
<title>Conan</title>
19+
<link rel="alternate" type="text/html" href="https://github.com/conan-io/conan" />
20+
<published>2019-10-10T10:00:00Z</published>
21+
<updated>2019-10-10T10:00:00Z</updated>
22+
<category term="audio"/><category term="audio"/><category term="audio"/><category term="audio"/>
23+
24+
<content type="xhtml">
25+
<div xmlns="http://www.w3.org/1999/xhtml">
26+
<p><strong><a href="https://github.com/conan-io/conan">Conan</a></strong>: Decentralized package manager for binary package management, targeted at C/C++ developers.</p>
27+
<p>Links:</p>
28+
<ul>
29+
<li><a href='https://github.com/conan-io/conan'>Repo</a></li>
30+
<li><a href='https://conan.io/'>Home</a></li>
31+
<li><a href='https://docs.conan.io/en/latest'>Docs</a></li>
32+
33+
</ul>
34+
</div>
35+
</content>
36+
<author>
37+
<name>Awesome Python Applications contributors</name>
38+
<uri>https://github.com/mahmoud/awesome-python-applications</uri>
39+
</author>
40+
</entry>
41+
1642
<entry>
1743
<id>https://github.com/bfontaine/term2048</id>
1844
<title>term2048</title>

projects.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,6 +3130,17 @@ projects:
31303130
#
31313131
# Pkg_Mgr
31323132
#
3133+
- name: Conan
3134+
repo_url: https://github.com/conan-io/conan
3135+
home_url: https://conan.io/
3136+
docs_url: https://docs.conan.io/en/latest
3137+
date_added: 2019-10-10 10:00:00
3138+
desc: Decentralized package manager for binary package management, targeted at C/C++ developers.
3139+
tags:
3140+
- pkg_mgr
3141+
- linux
3142+
- windows
3143+
- mac
31333144
- name: Conda
31343145
repo_url: https://github.com/conda/conda
31353146
home_url: https://conda.io/
@@ -3719,4 +3730,4 @@ projects:
37193730
tags:
37203731
- misc
37213732
- linux
3722-
- windows
3733+
- windows

0 commit comments

Comments
 (0)