Metadata-Version: 2.1
Name: systime-stackapi
Version: 0.0.10
Summary: A python API for accessing Systimes infrastructure services.
Home-page: https://bitbucket.org/systime/systime-stack-python-api
Author: Rasmus Larsen
Author-email: rla@systime.dk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.20.1)
Requires-Dist: dnspython (==1.15.0)

# systime_stackapi

An API for accessing systimes infrastructure services.

# python environment

    pyenv virtualenv 3.7.1 stack-api
    echo "stack-api" > .python-version
    pip install --upgrade pip
    pyenv activate stack-api
    pip install -r requirements.txt

# package (handled by bitbucket)

    sudo python setup.py sdist bdist_wheel

# local test

    python test.py

