PageRenderTime 21ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

/boto-2.5.2/boto.egg-info/PKG-INFO

#
#! | 119 lines | 99 code | 20 blank | 0 comment | 0 complexity | add1dd23eb75963fc58bdb78f9c59d34 MD5 | raw file
  1. Metadata-Version: 1.0
  2. Name: boto
  3. Version: 2.5.2
  4. Summary: Amazon Web Services Library
  5. Home-page: https://github.com/boto/boto/
  6. Author: Mitch Garnaat
  7. Author-email: mitch@garnaat.com
  8. License: MIT
  9. Description: ####
  10. boto
  11. ####
  12. boto 2.5.2
  13. 21-Jun-2012
  14. ************
  15. Introduction
  16. ************
  17. Boto is a Python package that provides interfaces to Amazon Web Services.
  18. At the moment, boto supports:
  19. * Simple Storage Service (S3)
  20. * SimpleQueue Service (SQS)
  21. * Elastic Compute Cloud (EC2)
  22. * Mechanical Turk
  23. * SimpleDB
  24. * CloudFront
  25. * CloudWatch
  26. * AutoScale
  27. * Elastic Load Balancer (ELB)
  28. * Virtual Private Cloud (VPC)
  29. * Elastic Map Reduce (EMR)
  30. * Relational Data Service (RDS)
  31. * Simple Notification Server (SNS)
  32. * Google Storage
  33. * Identity and Access Management (IAM)
  34. * Route53 DNS Service (route53)
  35. * Simple Email Service (SES)
  36. * Flexible Payment Service (FPS)
  37. * CloudFormation
  38. * Amazon DynamoDB
  39. * Amazon SimpleWorkflow
  40. * CloudSearch
  41. * Marketplace Web Services
  42. The goal of boto is to support the full breadth and depth of Amazon
  43. Web Services. In addition, boto provides support for other public
  44. services such as Google Storage in addition to private cloud systems
  45. like Eucalyptus, OpenStack and Open Nebula.
  46. Boto is developed mainly using Python 2.6.6 and Python 2.7.1 on Mac OSX
  47. and Ubuntu Maverick. It is known to work on other Linux distributions
  48. and on Windows. Boto requires no additional libraries or packages
  49. other than those that are distributed with Python. Efforts are made
  50. to keep boto compatible with Python 2.5.x but no guarantees are made.
  51. *********************************
  52. Special Note for Python 3.x Users
  53. *********************************
  54. If you are interested in trying out boto with Python 3.x, check out the
  55. `neo`_ branch. This is under active development and the goal is a version
  56. of boto that works in Python 2.6, 2.7, and 3.x. Not everything is working
  57. just yet but many things are and it's worth a look if you are an active
  58. Python 3.x user.
  59. ***************************
  60. Finding Out More About Boto
  61. ***************************
  62. The main source code repository for boto can be found on `github.com`_.
  63. The boto project uses the `gitflow`_ model for branching.
  64. `Online documentation`_ is also available. The online documentation includes
  65. full API documentation as well as Getting Started Guides for many of the boto
  66. modules.
  67. Boto releases can be found on the `Python Cheese Shop`_.
  68. Join our IRC channel `#boto` on FreeNode.
  69. Webchat IRC channel: http://webchat.freenode.net/?channels=boto
  70. *************************
  71. Getting Started with Boto
  72. *************************
  73. Your credentials can be passed into the methods that create
  74. connections. Alternatively, boto will check for the existance of the
  75. following environment variables to ascertain your credentials:
  76. **AWS_ACCESS_KEY_ID** - Your AWS Access Key ID
  77. **AWS_SECRET_ACCESS_KEY** - Your AWS Secret Access Key
  78. Credentials and other boto-related settings can also be stored in a
  79. boto config file. See `this`_ for details.
  80. Copyright (c) 2006-2012 Mitch Garnaat <mitch@garnaat.com>
  81. Copyright (c) 2010-2011, Eucalyptus Systems, Inc.
  82. Copyright (c) 2012 Amazon.com, Inc. or its affiliates.
  83. All rights reserved.
  84. .. _github.com: http://github.com/boto/boto
  85. .. _Online documentation: http://docs.pythonboto.org
  86. .. _Python Cheese Shop: http://pypi.python.org/pypi/boto
  87. .. _this: http://code.google.com/p/boto/wiki/BotoConfig
  88. .. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/
  89. .. _neo: https://github.com/boto/boto/tree/neo
  90. Platform: Posix; MacOS X; Windows
  91. Classifier: Development Status :: 5 - Production/Stable
  92. Classifier: Intended Audience :: Developers
  93. Classifier: License :: OSI Approved :: MIT License
  94. Classifier: Operating System :: OS Independent
  95. Classifier: Topic :: Internet
  96. Classifier: Programming Language :: Python :: 2
  97. Classifier: Programming Language :: Python :: 2.5
  98. Classifier: Programming Language :: Python :: 2.6
  99. Classifier: Programming Language :: Python :: 2.7