How to use the pylogix.__version__ function in pylogix

To help you get started, we’ve selected a few pylogix examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github dmroeder / pylogix / setup.py View on Github external
import setuptools
import pylogix

with open("README.md", "r") as fh:
    long_description = fh.read()

setuptools.setup(
    name="pylogix",
    version=pylogix.__version__,
    author="Dustin Roeder",
    author_email="dmroeder@gmail.com",
    description="Read/Write Rockwell Automation Logix based PLC's",
    long_description=long_description,
    long_description_content_type="text/markdown",
    license="Apache License 2.0",
    url="https://github.com/dmroeder/pylogix",
    packages=setuptools.find_packages(),
    classifiers=[
        "Programming Language :: Python :: 2.7",
        "Programming Language :: Python :: 3.6",
        "License :: OSI Approved :: Apache Software License",
        "Operating System :: OS Independent",
    ],

pylogix

Read/Write Rockwell Automation Logix based PLC's

Apache-2.0
Latest version published 1 month ago

Package Health Score

79 / 100
Full package analysis

Similar packages