Jintin / syndle

syndle is an Gradle tool to help you clone dependencies into local maven.

Home Page:https://pypi.python.org/pypi/syndle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syndle

PyPI version Build Status

syndle is an Gradle tool to help you clone dependencies into local maven.

Installation

Simple install by pip:

$ sudo pip install syndle

Usage

The most commonly used command:

$ syndle parse -p <path>                        
                                        # parse gradle project and download dependencies
$ syndle clone -p <package> -s <server1> <server2> ...
                                        # download specific dependencies into local maven

See syndle --help or syndle <command> --help for more information.

TroubleShooting

  1. If you encounter SSL problem like following maybe your python is too old. Try to update Python 2.7.14+ or use Python 3.
<urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>
  1. If you don't have to local maven repository, you can install mvn commend by brew install maven and run mvn install, the path will default in ~/.m2/repositories/

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/syndle.

License

The package is available as open source under the terms of the MIT License.

About

syndle is an Gradle tool to help you clone dependencies into local maven.

https://pypi.python.org/pypi/syndle


Languages

Language:Python 100.0%