Skip to content

Commit

Permalink
Add an inventory of top-level items
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanmm committed Jan 7, 2016
1 parent 116982e commit 974e8d5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
13 changes: 13 additions & 0 deletions INVENTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Top-level Items by language

## Node
* [binding.gyp](binding.gyp)

## Objective-C
* [gRPC.podspec](gRPC.podspec)

## Python
* [requirements.txt](requirements.txt)
* [setup.cfg](setup.cfg)
* [setup.py](setup.py)
* [tox.ini](tox.ini)
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ You can find more detailed documentation and examples in the [doc](doc) and [exa

#Installation

See grpc/INSTALL for installation instructions for various platforms.
See [grpc/INSTALL](INSTALL) for installation instructions for various platforms.

#Repository Structure & Status

This repository contains source code for gRPC libraries for multiple languages written on top of shared C core library [src/core] (src/core).

Libraries in different languages are in different state of development. We are seeking contributions for all of these libraries.
Libraries in different languages are in different states of development. We are seeking contributions for all of these libraries.

| Language | Source | Status |
|-------------------------|-------------------------------------|---------------------------------|
| Language | Source | Status |
|-------------------------|-------------------------------------|----------------------------------|
| Shared C [core library] | [src/core] (src/core) | Beta - the surface API is stable |
| C++ | [src/cpp] (src/cpp) | Beta - the surface API is stable |
| Ruby | [src/ruby] (src/ruby) | Beta - the surface API is stable |
Expand All @@ -31,10 +31,12 @@ Libraries in different languages are in different state of development. We are s
| Objective-C | [src/objective-c] (src/objective-c) | Beta - the surface API is stable |

<small>
Java source code is in [grpc-java] (http://github.com/grpc/grpc-java) repository.
Go source code is in [grpc-go] (http://github.com/grpc/grpc-go) repository.
Java source code is in the [grpc-java] (http://github.com/grpc/grpc-java) repository.
Go source code is in the [grpc-go] (http://github.com/grpc/grpc-go) repository.
</small>

See [INVENTORY.md](INVENTORY.md) for a listing of top-level items in the
repository.

#Overview

Expand Down

0 comments on commit 974e8d5

Please sign in to comment.