Giter Club home page Giter Club logo

packagetracker's Issues

pip install not finding package

Hey all! Thank you so much for developing this. When I run pip install packagetracker I get

Collecting packagetracker Could not find a version that satisfies the requirement packagetracker (from versions: ) No matching distribution found for packagetracker

If that's just me, please just send me on my way. Thanks again for all your work.

creating a fedex account

Is there a process for an individual to create a fedex account for use with this project?

I know the fedex code isn't working, but I'm quite interested in using this project, and was going to tinker with it. Following the instructions, I see that a fedex key and password is required. Therefore, I tried creating an account, organization, and project at https://developer.fedex.com/api/en-us/get-started.html, and have a testing API key/secret. I couldn't get those to work with this package (see note below). I went to create a production API key, but following that process, I got to the point of needing to create a corporate account.

If you can lay out the steps, I'd be happy to make a PR adding the documentation.

output when trying to use the package with testing creds:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/<user>/proj/packagetracker/packagetracker/__init__.py", line 176, in track
    return self.iface.track(self.tracking_number)
  File "/home/<user>/proj/packagetracker/packagetracker/service/fedex_interface.py", line 96, in track
    raise TrackFailed(e)
packagetracker.exceptions.TrackFailed: Authentication Failed (Error code: 1000)

older python <3.6 compatible issues

line 209, fedex_interface
log.debug(f"{num} is express")
is causing issue for older python since the F function is 3.6 only
Could we change it something like
log.debug('%s is express' %num )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.