/usr/lib/python3/dist-packages/sunlight-1.1.5.egg-info/PKG-INFO is in python3-sunlight 1.1.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | Metadata-Version: 1.0
Name: sunlight
Version: 1.1.5
Summary: Unified Sunlight API bindings
Home-page: https://github.com/sunlightlabs/python-sunlight
Author: Paul Tagliamonte
Author-email: paultag@sunlightfoundation.com
License: BSD
Description: python-sunlight
===============
This project is an attempt to unify all the Sunlight API bindings into a single
project that is clear, concise, easy to read, powerful, and fun to play with.
Setup
*****
Using this library is very easy - by default, python-sunlight will search for
API keys in two places. First, ``~/.sunlight.key`` will be read, and the
contents of that file will be used as the API Key. Secondly, if an enviroment
variable called ``SUNLIGHT_API_KEY`` is set, that will be used (in the case of
both being read, the enviroment variable *will* override the file.)
To register for an API key, if you don't have one, please fill out the form
`here <http://services.sunlightlabs.com/accounts/register/>`_.
The easiest way to write this file out is by running a command similar to this
( on systems that support a POSIX shell):
echo "API_KEY" > ~/.sunlight.key
where `API_KEY` is actually the string of letters and numbers that was emailed
to you. Actually putting `API_KEY` into this file will most likely result in
an error from the server. You can confirm they key with the following command:
cat ~/.sunlight.key
This should output the string that was emailed to you.
Help me!
********
Basic usage and some brief examples can be found on
`readthedocs <http://python-sunlight.rtfd.org>`_.
If this doens't help, feel free to email for help, ask over IRC in
``#sunlightlabs`` on ``irc.freenode.net``, or open a issue if it's a
particularly nasty bug (particularly regarding ambiguous documentation, or
poorly exposed API methods).
License
*******
All code in this project is licensed under a BSD-3 clause style license. The
exact terms are in the `LICENSE` file, which will be distributed with any
copy of the source you recieve.
Contribute
**********
Bugfixes, documentation contributions and more extensive (yet clear) example
scripts are all welcome and encouraged. Please open a pull-request against
python-sunlight, or email a format-patch to the email address listed in the
setup.py script.
Platform: any
|