Metadata-Version: 2.1
Name: projectauto
Version: 1.0.2
Summary: Automate the new-GitHub-project-creation process!
Home-page: https://github.com/shy-tan/project-automation
Author: shy-tan
Author-email: iabdullahbintahir@gmail.com
License: MIT
Keywords: automation script  python package
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: cffi (==1.15.0)
Requires-Dist: charset-normalizer (==2.0.7)
Requires-Dist: Deprecated (==1.2.13)
Requires-Dist: gitdb (==4.0.7)
Requires-Dist: GitPython (==3.1.24)
Requires-Dist: idna (==3.3)
Requires-Dist: pycparser (==2.20)
Requires-Dist: PyGithub (==1.55)
Requires-Dist: PyJWT (==2.3.0)
Requires-Dist: PyNaCl (==1.4.0)
Requires-Dist: requests (==2.26.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: smmap (==4.0.0)
Requires-Dist: typing-extensions (==3.10.0.2)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: wrapt (==1.13.2)

An automation script to automate the process of creating a new GitHub repository, cloning it to the right directory and sub-directory and finally starting writing code


