GithubHelp home page GithubHelp logo

airpy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

airpy's Issues

Update old docs

Need a feature to check which doc version is currently installed and upgrade version if newer one exists.

Rip docs from URLs

In addition to downloading documentation files for a Python package, there are quite a lot of Python based projects that are not hosted on Read The Docs.

I think airpy could also take in a URL as an argument and it could then scrape that website?

Error when listing installed documentation

$ airpy list
Python Project                              Summary
--------------                     ------------------------

Traceback (most recent call last):
  File "/usr/local/bin/airpy", line 9, in <module>
    load_entry_point('airpy==0.0.6', 'console_scripts', 'airpy')()
  File "/usr/local/lib/python2.7/site-packages/airpy/main.py", line 42, in main
    airpy()
  File "/usr/local/lib/python2.7/site-packages/click/core.py", line 610, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/click/core.py", line 590, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/site-packages/click/core.py", line 936, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/site-packages/click/core.py", line 782, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/site-packages/click/core.py", line 416, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/airpy/main.py", line 36, in list
    print_list()
  File "/usr/local/lib/python2.7/site-packages/airpy/list.py", line 26, in print_list
    print(Fore.GREEN + Style.BRIGHT + dir + ' '*(35 - len(dir)) + Fore.WHITE + Style.NORMAL + utils.package_info(dir,'summary'))
  File "/usr/local/lib/python2.7/site-packages/airpy/utils.py", line 18, in package_info
    except FileNotFoundError:
NameError: global name 'FileNotFoundError' is not defined

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.