├── LICENSE ├── README.md ├── kashmiri ├── __init__.py ├── database.py └── kashmiri.py └── setup.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izan-majeed/Kaeshir-Database/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izan-majeed/Kaeshir-Database/HEAD/README.md -------------------------------------------------------------------------------- /kashmiri/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izan-majeed/Kaeshir-Database/HEAD/kashmiri/__init__.py -------------------------------------------------------------------------------- /kashmiri/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izan-majeed/Kaeshir-Database/HEAD/kashmiri/database.py -------------------------------------------------------------------------------- /kashmiri/kashmiri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izan-majeed/Kaeshir-Database/HEAD/kashmiri/kashmiri.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/izan-majeed/Kaeshir-Database/HEAD/setup.py --------------------------------------------------------------------------------