Skip to content

Command line scripts - #3

Closed
cthoyt wants to merge 3 commits into
scolby33:developfrom
cthoyt:feature-cli
Closed

Command line scripts#3
cthoyt wants to merge 3 commits into
scolby33:developfrom
cthoyt:feature-cli

Conversation

@cthoyt

@cthoyt cthoyt commented May 11, 2016

Copy link
Copy Markdown
Contributor

Adding command line wrapper for issue #1

@cthoyt cthoyt changed the title added cli script Command line scripts May 11, 2016
Comment thread setup.py
]
INSTALL_REQUIRES = ['requests']
INSTALL_REQUIRES = ['requests', 'click']
EXTRAS_REQUIRE = {}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to make the CLI an "extra"? Not completely sure how I feel about that, what do you think?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. nah I think it's worth including
  2. ehh maybe
  3. I don't care either way

@codecov-io

codecov-io commented May 12, 2016

Copy link
Copy Markdown

Current coverage is 99.02%

Merging #3 into develop will increase coverage by -0.98%

@@           develop         #3   diff @@
=========================================
  Files            3          3          
  Lines          100        102     +2   
  Methods          0          0          
  Messages         0          0          
  Branches         7          7          
=========================================
+ Hits           100        101     +1   
- Misses           0          1     +1   
  Partials         0          0          

Powered by Codecov. Last updated by bbe1714...461ff33

changed from ini style to straight up mf dictionary
@scolby33

scolby33 commented Jul 5, 2016

Copy link
Copy Markdown
Owner

Closing this, as it has been superseded by pull #4. See comments there for further discussion.

@scolby33 scolby33 closed this Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants