Metadata-Version: 2.1
Name: gitget
Version: 1.0.3
Summary: Download a specific folder from a gitgub repository.
Home-page: https://github.com/andreztz/gitget
Maintainer: André P. Santos
Maintainer-email: andreztz@gmail.com
License: my_license
Description: # gitget
        
        > Download a specific folder from a gitgub repository.
        
        
        ## Installation
        
        OS X & Linux & Windows:
        
        ```sh
        $ pip install gitget
        ```
        
        
        ## Usage example
        
        ```sh
        $ gitget https://github.com/boppreh/keyboard/tree/master/examples
        ```
        
        ## Release History
        
        
        -   1.0.3
            -   The first release
        
        ## Meta
        
        André P. Santos – [@ztzandre](https://twitter.com/ztzandre) – andreztz@gmail.com
        
        Distributed under the XYZ license. See `LICENSE` for more information.
        
        [https://github.com/andreztz/gitget](https://github.com/andreztz/)
        
        ## Contributing
        
        1. Fork it (<https://github.com/andreztz/gitget/fork>)
        2. Create your feature branch (`git checkout -b feature/fooBar`)
        3. Commit your changes (`git commit -am 'Add some fooBar'`)
        4. Push to the branch (`git push origin feature/fooBar`)
        5. Create a new Pull Request
        
        
Keywords: github gitget
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
