diff options
author | Johan Lundberg <lundberg@nordu.net> | 2015-04-02 10:43:33 +0200 |
---|---|---|
committer | Johan Lundberg <lundberg@nordu.net> | 2015-04-02 10:43:33 +0200 |
commit | bd611ac59f7c4db885a2f8631ef0bcdcd1901ca0 (patch) | |
tree | e60f5333a7699cd021b33c7f5292af55b774001b /lib/README |
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/README b/lib/README new file mode 100644 index 0000000..6442579 --- /dev/null +++ b/lib/README @@ -0,0 +1,10 @@ +Capirca is a system to develop and manage access control lists +for a variety of platforms. +It was developed by Google for internal use, and is now open source. + +Project home page: http://code.google.com/p/capirca/ + +Please send contributions to capirca-dev@googlegroups.com. + +Code should include unit tests and follow the Google Python style guide: +http://code.google.com/p/soc/wiki/PythonStyleGuide |