├── JIRAya.py ├── LICENSE ├── README.md └── requirements.txt /JIRAya.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmolksachan/JIRAya/HEAD/JIRAya.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmolksachan/JIRAya/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmolksachan/JIRAya/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | argparse 2 | requests 3 | --------------------------------------------------------------------------------