Giter Site home page Giter Site logo

ghsync's Introduction

Software is beautiful. I love writing code with Python. Here are some of my creations:

  • httpbin.org: A helpful request / response service, powered by Flask.
  • requests: An elegant and simple HTTP library for Python, built for human beings.
  • requests-html: Scraping the web as simply and intuitively as possible.
  • pipenv: A tool that aims to bring the best of all packaging worlds to the Python world.
  • responder: Experimental asynchronous web framework with novel concepts & customer ideas.
  • records: A simple & powerful library for making raw SQL queries to most relational databases.
  • maya: A UTC-first datetime library that enforces best practices and eases cognitive overhead.
  • pep8.org: An easier-to-parse presentation of the PEP 8 style guide for Python code.
  • tablib: A format-agnostic tabular dataset library for Python
  • The Hitchhiker's Guide to Python (repo).

ghsync's People

Contributors

cameronhunter avatar gdb avatar kennethreitz avatar pneff avatar waldyrious avatar

Stargazers

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

Watchers

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

ghsync's Issues

Installation problem. Possibly because of deprecated gihub2

sumit@sumit-HP-Pavilion-Notebook:~/coding/proxy-wizard$ pip install ghsync
Collecting ghsync
  Using cached ghsync-0.3.1.tar.gz
Collecting github2 (from ghsync)
  Using cached github2-0.6.2.tar.gz
Collecting clint (from ghsync)
  Using cached clint-0.5.1.tar.gz
Collecting requests (from ghsync)
  Using cached requests-2.17.3-py2.py3-none-any.whl
Collecting httplib2>=0.7.0 (from github2->ghsync)
  Using cached httplib2-0.10.3.tar.gz
Collecting python-dateutil<2.0,>=2.1 (from github2->ghsync)
  Could not find a version that satisfies the requirement python-dateutil<2.0,>=2.1 (from github2->ghsync) (from versions: 1.4, 1.4.1, 1.5, 2.1, 2.2, 2.3, 2.4.0, 2.4.1, 2.4.1.post1, 2.4.2, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0)
No matching distribution found for python-dateutil<2.0,>=2.1 (from github2->ghsync)

Support for github3

ghsync currently depends on Github's v2 API and "simple API tokens". But this is now gone as described here:

https://github.com/blog/1090-github-api-moving-on

as a result, ghsync no longer works. It could work if it were made to use github3. Looks like the author of ghsync also has open sourced a github3 module for Python which may be a candidate for upgrade:

https://github.com/kennethreitz/python-github3

The idea would be to remove the dependency on git config github.token and instead use the OAuth tokens created by github3.

Submodule support

Feature request: It'd be handy to have submodules be automatically inited and updated. (Perhaps only with a flag passed?)

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.