Code Monkey home page Code Monkey logo

pymtp's Introduction

About
------
pymtp is a Pythonic binding to LibMTP that allows Python programs to interact
over Media Transfer Protocol (MTP) with LibMTP-supported devices. These devices
include all recent Android devices, several popular MP3 players, including
Creative Zen, several iRiver devices, NormSoft Pocket Tunes and many others.

Why
----
I decided to write pymtp after I got my Creative(R) Zen V Plus, and I noticed
there wasn't any libraries to use MTP in python. I grabbed ctypes and went to 
work. 

Requirements
------------
pymtp 0.1.0 requires:
	* Python 2.4 or above
	* Ctypes (or Python 2.5, as it includes Ctypes)
	* LibMTP 0.3.3 or above

Installing
-----------
To install pymtp on most systems, run setup.py:

	python setup.py build
	python setup.py install
	
After running those commands (on *nix, you'll need to run the install command 
as root), pymtp should be installed and ready to go

Generating documentation
------------------------
While pymtp doesn't come with any documentation with it, you can generate 
documentation using epydoc:

	epydoc -o <output directory> pymtp.py
	
This, of course, requires epydoc to be installed.

Getting help
-------------
If you find you need help getting pymtp working, or have any questions or 
comments on pymtp, please send me a message. I'm usually available on 
irc.freenode.net as "nick125", or email me at [email protected]

Thanks
------
I would like to take this moment to thank everyone who has ever filed a bug
report or a patch. You guys have made me feel like my work is actually 
important to someone and have given me the encouragement to keep working on it.
I'd like to give a special thanks to Dan O'Reilly for his patches and other
contributions to this project.

pymtp's People

Contributors

nick125 avatar eighthave avatar nthnca avatar

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.