Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmseaton42/allen-bradley-toolkit
This project aims to wrap the native python lxml library for the purpose of building a strong L5X editting API.
https://github.com/cmseaton42/allen-bradley-toolkit
allen-bradley l5x pip pypi python python-2 rockwell
Last synced: 21 days ago
JSON representation
This project aims to wrap the native python lxml library for the purpose of building a strong L5X editting API.
- Host: GitHub
- URL: https://github.com/cmseaton42/allen-bradley-toolkit
- Owner: cmseaton42
- License: mit
- Created: 2017-02-09T03:25:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T01:16:31.000Z (almost 7 years ago)
- Last Synced: 2024-12-20T22:41:59.308Z (23 days ago)
- Topics: allen-bradley, l5x, pip, pypi, python, python-2, rockwell
- Language: Python
- Homepage: https://cmseaton42.github.io/Allen-Bradley-Toolkit/
- Size: 7.56 MB
- Stars: 46
- Watchers: 15
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=plastic)](https://gitter.im/Allen-Bradley-Toolkit/Lobby) [![PyPI](https://img.shields.io/pypi/v/nine.svg?style=plastic)](https://pypi.org/project/allen-bradley-toolkit/)
# **OVERVIEW** #
> *"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."*
>
> Brian W. Kernighan### **What is this repository for?** ###
* The goal of this project is to generate a python package to wrap the standard lxml python package for easy L5X file manipulation as well as to create usable scripts that implement this package.
### **How do I get set up?** ###
* **Install C++ Build Tools**
* Click this [Link](http://go.microsoft.com/fwlink/?LinkId=691126&__hstc=268264337.20dfe66f0053415ec618cc41e1e5ebee.1519654047676.1519654047676.1519656772032.2&__hssc=268264337.1.1519656772032&__hsfp=2795554280&fixForIE=.exe) to Download Installer
* Run Installer
* You're Done* **Get Required Dependencies**
* Download and Install [Python 2.7.13](https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi)
* Open a **Command Prompt** window as **Aministrator**
* Run `set PATH=%PATH%;C:\python27\;C:\Python27\Scripts\`
* Run `set PATHEXT=%PATHEXT%;.PY`
* You're Done* **Download and Install Package**
* Open a **Command Prompt** window as **Aministrator**
* Run `pip install allen-bradley-toolkit`
* All Scripts will now be Available from **Windows Command Prompt**
* You're Done* **Update Package/ Version Control**
* Open Windows **Command Prompt** as **Administrator**
* Run `pip install allen-bradley-toolkit -U`
* You're Done### **Who do I talk to?** ###
* **Canaan Seaton - Project Owner**
* *GitHub: [Cmseaton42](https://github.com/cmseaton42)*