-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
40 lines (30 loc) · 1.43 KB
/
PKG-INFO
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
Metadata-Version: 1.1
Name: bitly_api
Version: 0.3
Summary: An API for bit.ly
Home-page: https://github.com/bitly/bitly-api-python
Author: Jehiah Czebotar
Author-email: [email protected]
License: Apache Software License
Description: bitly API python library
========================
## Installation
pip install bitly_api
## Run tests
Your username is the lowercase name shown when you login to bitly, your access token can be fetched using the following ( http://dev.bitly.com/authentication.html ):
curl -u "username:password" -X POST "https://api-ssl.bitly.com/oauth/access_token"
To run the tests either export the environment variable or set it up inline before calling `nosetests`:
bitly-api-python $ BITLY_ACCESS_TOKEN=<accesstoken> nosetests
## API Documentation
http://dev.bitly.com/
Keywords: bitly bit.ly
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License