Code Monkey home page Code Monkey logo

cli-github's Issues

Don't need metadata for rst files

The project currently uses two readme files, a README.md and a README.rst. We dont need both.
To allow the project description to be displayed in the pypi project page, we would only need one of them. If we use, README.md we need to add it to [metadata] in setup.cfg, but if we use ReST, we wouldn't need any [metadata].

No tests

Whats the point of having continuous integration without having any tests at all?!

Invalid Credentials

I installed it using pip as mentioned and consequently tried running it but it gave me an error "INVALID CREDENTIALS", I am sorry but am I missing something?

Here is the screenshot for a quick look -

http://cl.ly/image/303K1g3N1s1n

cli-github -n does not work

I was unable to get cli-github -n to work...

$ cli-github -n robbyoconnor
Enter a valid URL. For help, type 'cli-github -h'

Content of any file

Right now only the contents of the README can be seen, this can be extended to other files.

Use pypandoc to eliminate need of README.rst

@harshasrinivas Hi, I was wondering if README.rst could be removed from the source if pypandoc is used?

Something like this in setup.py -

try:
    import pypandoc
    long_description = pypandoc.convert('Readme.md', 'rst')
except(IOError, ImportError):
    long_description = open('Readme.md').read()

Will this work?

Multiple commits

Why are there continuous commits with the same commit message and code diff?

Argparse in setup

argparse is include by default in most python distributions. You don't need to include it in the requirements.

not able to auth

➜  ~  cli-github -n sindhus
------------------------------------------------------------------------------------------------------------------------------------------------------
Invalid Credentials. For help, type 'clipy-github -h'
------------------------------------------------------------------------------------------------------------------------------------------------------
➜  ~  source ~/.zshrc
git_cmd=git
➜  ~  echo $GITHUB_TOKEN
<redacted>
➜  ~  cli-github -n sindhus
------------------------------------------------------------------------------------------------------------------------------------------------------
Invalid Credentials. For help, type 'clipy-github -h'
------------------------------------------------------------------------------------------------------------------------------------------------------
➜  ~  clipy-github -h
zsh: command not found: clipy-github

Am pretty sure I've set the the GITHUB_TOKEN env var and what's clipy-github -h? shouldn't it be cli-github -h?

What am I missing here with regards to credentials here that I can't use your module?
Thanks.

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.