Code Monkey home page Code Monkey logo

syndle's Introduction

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.

syndle's People

Contributors

jintin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bioinfornatics

syndle's Issues

Dependency with parameter

package compose in parameter like this:

implementation 'com.android.support:support-annotations:' + androidSupportVersion

多个子工程下如何使用

在多个子工程下如何使用
syndle parse -p 这个path应该填写哪个路径?填写的工程路径,报错。
syndle clone -p -s ... 这个package应该填写什么。
多谢!

Auth connection

Some repository require account/password or other auth to login.

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.