Giter Site home page Giter Site logo

simonw / click-default-group-wheel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from click-contrib/click-default-group

1.0 1.0 0.0 33 KB

Extends click.Group to invoke a command without explicit subcommand name (this version publishes a wheel)

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

click-default-group-wheel's Introduction

click-default-group-wheel's People

Contributors

geyang avatar jcollado avatar lowks avatar mjenczmyk avatar simonw avatar sublee avatar

Stargazers

 avatar

Watchers

 avatar

click-default-group-wheel's Issues

Test and publish with GitHub Actions

Current Travis config:

dist: xenial
language: python
sudo: false
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- pypy
- pypy3
env:
- CLICK_VERSION=7.0
- CLICK_VERSION=6.7
- CLICK_VERSION=6.6
- CLICK_VERSION=6.4
- CLICK_VERSION=6.3
- CLICK_VERSION=6.2
- CLICK_VERSION=6.1
- CLICK_VERSION=6.0
- CLICK_VERSION=5.1
- CLICK_VERSION=5.0
- CLICK_VERSION=4.1
- CLICK_VERSION=4.0
install:
- pip install click==$CLICK_VERSION
- pip install -e .
- pip install flake8 flake8-import-order pytest-cov coveralls
script:
- | # flake8
flake8 click_default_group.py test.py setup.py -v --show-source
- | # pytest
py.test -v --cov=click_default_group --cov-report=term-missing
after_success:
- coveralls

Publish package to PyPI with new name

I'm going to publish this as click-default-group-wheel so I can depend on it from sqlite-utils which will hopefully allow it to be installed using micropip in Pyodide.

When this issue is closed I'll retire this package entirely:

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.