Energenie EG-PMS Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para Protetores contra picos de tensão Energenie EG-PMS. pickups Documentation Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir

Resumo do Conteúdo

Página 1 - Maik Figura

pickups DocumentationRelease 0.7.0Maik FiguraFebruary 10, 2015

Página 2

pickups Documentation, Release 0.7.06 Chapter 2. Features

Página 3

CHAPTER 3Contents:3.1 InstallationInstalling pickups is easy. Just use pip:$ pip install pickupsCommon practise is to have an own virtual environment

Página 4

pickups Documentation, Release 0.7.0registerpickup(configfile)if __name__ == "__main__":main()which will register a custom signal handler fo

Página 5 - Contents 1

pickups Documentation, Release 0.7.0• Create a virtual environment (using virtualenvwrapper):$ mkvirtualenv pickups• Switch to the newly created envir

Página 6 - 2 Contents

pickups Documentation, Release 0.7.0$ tox -e 2.7which runs the python 2.7 environment with coverage reports. The option -e specifies an environment pre

Página 7 - Documentation

pickups Documentation, Release 0.7.0• Keep the scope as narrow as possible, to make it easier to implement.• Remember that this is a volunteer-driven

Página 8 - 4 Chapter 1. Documentation

pickups Documentation, Release 0.7.03.4 ReferenceAutomatic generated Documenation by apidoc and autodoc.3.4.1 pickupsSubpackagespickups.bambooSubmodul

Página 9 - Features

pickups Documentation, Release 0.7.0update_status()Updates the status of feedback device. An initial state is received, then depending on whether a bu

Página 10 - 6 Chapter 2. Features

pickups Documentation, Release 0.7.0Raises Noneturn_off_failure()Turn off powersocket two to turn off failure lamp. Write output of the powersocket da

Página 11 - 3.2 Usage

pickups Documentation, Release 0.7.0turn_on_running()Turn on a thing whenever a build is running. One could turn off all other lamps while a build is

Página 13 - 3.3.3 Testing

pickups Documentation, Release 0.7.0• configfile – The configuration file containing (uh oh) configurations.Returns NoneRaises Noneclass pickups.helpers.In

Página 14 - 3.3.4 Contributing

pickups Documentation, Release 0.7.0Module contentsPickups is a library which helps building functionality to talk to buildservers and extreme feedbac

Página 15

pickups Documentation, Release 0.7.03.5.2 Get Started!Ready to contribute? Here’s how to set up pickups for local development.1. Fork the pickups repo

Página 16 - 3.4 Reference

pickups Documentation, Release 0.7.03.6 Credits3.6.1 Development Lead• Maik Figura <[email protected]>3.6.2 ContributorsNone yet. Why not be t

Página 17

pickups Documentation, Release 0.7.03.7.8 0.1.0 (2014-12-17)• Added core functionality• Added helpers20 Chapter 3. Contents:

Página 18

CHAPTER 4FeedbackIf you have any suggestions or questions about pickups feel free to email me at [email protected] you encounter any errors or pr

Página 19

pickups Documentation, Release 0.7.022 Chapter 4. Feedback

Página 20

Python Module Indexppickups, 17pickups.bamboo, 13pickups.bamboo.bamboopickup, 12pickups.basepickup, 15pickups.feedback, 15pickups.feedback.basefeedbac

Página 21 - 3.5 Contributing

pickups Documentation, Release 0.7.024 Python Module Index

Página 22 - 3.5.4 Tips

IndexBBambooPickup (class in pick-ups.bamboo.bamboopickup), 12BaseFeedback (class in pickups.feedback.basefeedback),14BasePickup (class in pickups.bas

Página 23 - 3.7 History

Contents1 Documentation 32 Features 52.1 Welcome to pickups‘ documentation! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 Con

Página 24 - 3.7.8 0.1.0 (2014-12-17)

pickups Documentation, Release 0.7.0turn_on_running() (pick-ups.feedback.energenie.egpms.Egpmsmethod), 14turn_on_success() (pick-ups.feedback.basefeed

Página 26 - 22 Chapter 4. Feedback

pickups Documentation, Release 0.7.0Python pickups contains everything to setup extreme feedback devices with Atlassian Bamboo, a RasberryPi and anUSB

Página 27

pickups Documentation, Release 0.7.02 Contents

Página 28 - 24 Python Module Index

CHAPTER 1DocumentationThe full documentation is at http://pickups.rtfd.org.3

Página 29

pickups Documentation, Release 0.7.04 Chapter 1. Documentation

Página 30

CHAPTER 2Features• Predefined structure to integrate extreme feedback devices into builds• Easy to extend with more devices and servers• Helpers to han

Comentários a estes Manuais

Sem comentários