Metadata-Version: 2.1
Name: stix-shifter
Version: 6.0.4
Summary: Tools and interface to translate STIX formatted results and queries to different data source formats and to set up appropriate connection strings for invoking and triggering actions in openwhisk
Home-page: https://github.com/opencybersecurityalliance/stix-shifter
Author: ibm
Author-email: 
Project-URL: Source, https://github.com/opencybersecurityalliance/stix-shifter
Keywords: datasource stix translate transform transmit
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: NOTICE
Requires-Dist: azure-identity ==1.12.0
Requires-Dist: python-dateutil ==2.8.2
Requires-Dist: stix2-matcher ==3.0.0
Requires-Dist: requests-toolbelt ==0.10.1
Requires-Dist: pyOpenSSL ==23.1.1
Requires-Dist: attrs ==22.2.0
Requires-Dist: xmltodict ==0.13.0
Requires-Dist: aioboto3 ==11.1.0
Requires-Dist: stix2-validator ==3.1.4
Requires-Dist: asyncio ==3.4.3
Requires-Dist: antlr4-python3-runtime ==4.8
Requires-Dist: flatten-json ==0.1.13
Requires-Dist: colorlog ==6.7.0
Requires-Dist: stix2-patterns ==1.3.2
Requires-Dist: flask ==2.3.2
Requires-Dist: urllib3 ==1.26.15
Requires-Dist: aiomysql ==0.1.1
Requires-Dist: aiohttp-retry ==2.8.3
Requires-Dist: jsonmerge ==1.9.0
Requires-Dist: asynctest ==0.13.0
Requires-Dist: json-fix ==0.5.2

# stix-shifter-builder

This repo exists to pull in the stix-shifter project from its public repo and build it to deploy it to our private artifactory

Every commit will cause a build in travis and deploy whatever VERSION is set to in `scripts/travis-script.sh`. So update `VERSION` environment variables there and commit it in order to deploy a new build. 

### PLEASE NOTE:

If you just want to test your commit version replace the `TAG_VERSION` variable value with "" and set the `COMMIT_VERSION` variable value with commit number. 
