No description
Find a file
Neradoc 05514e5d79
Add commands for a local list of 3rd party bundles (#128)
* Add local bundle commands

- the local bundles take precedence over the built-in ones
- bundle-show lists the bundles
  --modules lists the modules in each bundle
- bundle-add adds a bundle from the user/repo github string
  it does some level of checking that the repo's and zips URLs exist
- bundle-remove removes a bundle from the local list

* allow overwritting the built-in modules manually

* remove show_bundles_info

* filter github URLs into github repo string

* avoid duplicates if adding built-ins as local, but allow it (to override priority order)

* put bundle-remove --reset back

* small change in bundle-show, local first

* message on built-in in bundle-remove
2021-09-13 18:27:18 -07:00
.github Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
circup Add commands for a local list of 3rd party bundles (#128) 2021-09-13 18:27:18 -07:00
docs Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
LICENSES Remove space from end of filename 2021-07-14 13:31:41 +01:00
tests Add commands for a local list of 3rd party bundles (#128) 2021-09-13 18:27:18 -07:00
.gitignore Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
.pre-commit-config.yaml Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
.pylintrc Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
CODE_OF_CONDUCT.rst First commit. More soon... 2019-09-02 09:05:13 +01:00
CODE_OF_CONDUCT.rst.license Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
CONTRIBUTING.rst move bundle config to JSON format (#126) 2021-09-08 16:07:21 -07:00
CONTRIBUTING.rst.license Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
LICENSE First commit. More soon... 2019-09-02 09:05:13 +01:00
README.rst Implement circup install --auto 2021-08-07 08:53:23 -05:00
README.rst.license Fix 84 - Apply Cookiecutter style to Circup Repo (#85) 2021-02-19 09:19:15 -08:00
readthedocs.yml Add missing read the docs config 2021-03-26 10:13:51 -07:00
requirements.txt Implement circup install --auto 2021-08-07 08:53:23 -05:00
requirements.txt.license Implement circup install --auto 2021-08-07 08:53:23 -05:00
setup.py move bundle config to JSON format (#126) 2021-09-08 16:07:21 -07:00

# SPDX-FileCopyrightText: 2019 Nicholas Tollervey, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT