Giter VIP home page Giter VIP logo

artman's Introduction

Google API Artifact Manager

Google API Artifact manager (artman) is a set of modules used to automate the creation of software artifacts related to APIS defined using protobuf IDL.

artman is an extensible framework that is responsible for creating all artifacts related to an API including

  • distribution packages in all supported programming languages
  • generic documentation websites
  • language-specific documentation websites (javadoc, readthedocs, etc)

from the protobuf source IDL and additional configuration in YAML files.

Installation

  1. Optional: set up a virtualenv for your Python work. Choose one of the following:

    1. (recommended) virtualenvwrapper so you don't have to keep track of where your virtualenv is on the filesystem:

      sudo pip install virtualenv virtualenvwrapper
      mkvirtualenv --python=`which python3` artman
      

      To use this virtual environment later:

      workon artman
      
    2. virtualenv in your current directory:

      sudo pip install virtualenv
      virtualenv env
      source env/bin/activate
      
  2. Install artman directly from pip:

    pip install googleapis-artman
    

You may need root privileges if you are not installing inside of a virtualenv. This will make the artman command available on your system.

Prerequisites

  1. Install googleapis
  2. Install toolkit
  3. Install Java
  4. Some languages may have additional dependencies; refer to the Dockerfile in this repository for canonical installation requirements.

Usage

Before you can use artman, you will need a configuration file. You can run configure-artman to create a simple configuration file.

For building a GAPIC (the most common task), the usage looks like:

artman --api pubsub --language python

Artman also takes a --publish argument to decide where to stage the code. Using --publish github will create a pull request on GitHub automatically.

Python Versions

artman is currently tested with Python 2.7, Python 3.4, Python 3.5, and Python 3.6.

Note

The authors of this README are humans, and this is an exceptionally easy spot to end up out of date.

Our nox.py and .circleci/config.yml files are the real source of truth for what versions of Python we test against.

Contributing

Contributions to this library are always welcome and highly encouraged.

See the CONTRIBUTING documentation for more information on how to get started.

Versioning

This library follows Semantic Versioning

It is currently in major version zero (0.y.z), which means that anything may change at any time and the public API should not be considered stable.

Details

For detailed documentation of the modules in artman, please watch DOCUMENTATION.

License

BSD - See LICENSE for more information.

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.