I want to convert my folowing CURL request to a python POST requests so I can use it with the requests library
curl -uadmin:AP31vzchw5mYTkB1u3DhjLT9Txj -T <PATH_TO_FILE> "http://MyArtifactory-Server/artifactory/OurRepo/<TARGET_FILE_PATH>"
Can anyone help in this case ?