GithubHelp home page GithubHelp logo

jameswenzel / baseapi Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 12 KB

A Python 2+3 base class to easily implement a Python wrapper for a RESTful HTTP API with support for caching, built on top of Requests

License: MIT License

Python 99.08% Shell 0.92%

baseapi's Introduction

BaseAPI

A Python 2+3 base class to easily implement a Python wrapper for a RESTful HTTP API with support for caching, built on top of Requests

baseapi's People

Contributors

emo-eth avatar

Watchers

 avatar  avatar

Forkers

python3pkg

baseapi's Issues

ModuleNotFoundError: No module named 'baseapi'

I had installed this module by using the following command:

python3.6 -m pip install baseapi --user

pip show baseapi gives the following output:

Name: BaseAPI
Version: 0.1.1
Summary: A base class for implementing an HTTP API wrapper
Home-page: https://github.com/jameswenzel/BaseAPI
Author: James Wenzel
Author-email: [email protected]
License: Apache License 2.0
Location: /home/ec2-user/.local/lib/python3.6/site-packages
Requires: requests
Required-by:

however I'm getting ModuleNotFoundError when I import baseapi.

[ec2-user@test]$ python3.6
Python 3.6.3 (default, Apr 28 2019, 08:05:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import baseapi
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'baseapi'
>>> import sys
>>> sys.path
['', '/usr/local/lib/python36.zip', '/usr/local/lib/python3.6', '/usr/local/lib/python3.6/lib-dynload', '/home/ec2-user/.local/lib/python3.6/site-packages', '/usr/local/lib/python3.6/site-packages']

Basically I need to use txfcm but I've not been able to use it because of this issue.

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.