lokal-profil / BatchUploadTools

An attempt of unifying the various tools for batch uploads
MIT License
4 stars 2 forks source link

Fix relative imports, don't track .pyc files, help option i uploader etc #8

Closed mattiasostmar closed 7 years ago

mattiasostmar commented 8 years ago

It seems like one has to tamper with sys.path in Python 3 and I noticed that I was about to push a lot of .pyc files into the repo so I added them to .gitignore.

mattiasostmar commented 8 years ago

I've also added a clarification about the in_dir's expected contents to the file uploader.py

mattiasostmar commented 8 years ago

Även om du inte vill mergea nåt annat så tycker jag det är rimligt att en får en option för att se hjälptexten du skrivit i själva koden, men inte finns i terminalen ;-)

lokal-profil commented 8 years ago

I will cherry pick some of these into a new branch today or tomorrow.

Cherry picking since I don't believe they are all needed after some of the recent changes.

Once the branch is online you can try it via pip by appending @branchname to the url. I'll also try to debug further on toollabs.

lokal-profil commented 8 years ago

Would you mind trying out the py3compat branch?