Metadata-Version: 2.1
Name: integrationsdk
Version: 0.0.4
Summary: A command-line utility that creates Python package project template.This newly created project will have boiler plate code for integrations.
Home-page: https://github.com/ashishkrgupta/python-starter-template
Author: Ashish Gupta
Author-email: ashishkrgupta@hotmail.com
License: BSD
Project-URL: Documentation, https://cookiecutter.readthedocs.io
Project-URL: Issues, https://github.com/cookiecutter/cookiecutter/issues
Keywords: itegration-sdk,Python,projects,project templates,project directory,package,packaging
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: binaryornot >=0.4.4
Requires-Dist: Jinja2 <4.0.0,>=2.7
Requires-Dist: click <9.0.0,>=7.0
Requires-Dist: pyyaml >=5.3.1
Requires-Dist: python-slugify >=4.0.0
Requires-Dist: requests >=2.23.0
Requires-Dist: arrow
Requires-Dist: rich

# python-starter-template
a template to create new python started project
