Metadata-Version: 2.0
Name: simplygithub
Version: 0.1.0
Summary: A simple tool for working with Github remotely.
Home-page: https://github.com/jtpaasch/simplygithub
Author: JT Paasch
Author-email: jt.paasch@gmail.com
License: MIT
Keywords: deployment development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: flake8; extra == 'test'
Requires-Dist: hypthesis; extra == 'test'
Requires-Dist: pep257; extra == 'test'

Simply Github
=============

A simple tool for working with Github remotely. Commands/functions are simple:

* Create and delete branches.
* List/add/delete/get files in a branch.
* Merge branches.



