0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the package name must remain PyMTP, pypi doesn't allow name changes More... over 10 years ago
add myself as maintainer More... over 10 years ago
include COPYING in sdist tarball More... over 10 years ago
add classifiers to setup.py More... over 10 years ago
include the example scripts in the source distribution More... over 10 years ago
downcase package name since that is the standard way these days More... over 10 years ago
spell out MTP in description More... over 10 years ago
ignore build products More... over 10 years ago
add README as long_description in setup.py More... over 10 years ago
update MTPTrack and MTPFile models based on libmtp 1.1.6 More... over 10 years ago
fix LIBMTP_Detect_Raw_Devices restype More... over 10 years ago
update URL to a working one: https://pypi.python.org/pypi/PyMTP More... over 10 years ago
update constants based on libmtp 1.1.6 header More... over 10 years ago
remove unneeded pygame import More... over 10 years ago
Fixed a couple of minor bugs. -syntax error in def detect_devices -LIBMTP_Detect_Raw_Devices, switch argument ordering -LIBMTP_RawDevice, fields didn't match reality More... over 15 years ago
* Some work on the connection manager More... over 15 years ago
* Began work on MTPConnectionManager * Added MTPRawDevice.device_id for identifying the devices to MTPConnectionManager * Removed some extranous(sp?) stuff from errors.py More... over 15 years ago
* Moved exceptions.py to errors.py to avoid the python stdlib exceptions * A little work on main.py...I'll probably scrap it. More... over 15 years ago
* Er, fixed a few bugs in models.py More... over 15 years ago
* Finished models.py (for now) More... over 15 years ago
* Finished MTPPlaylist and MTPPlaylists More... over 15 years ago
* Began work on MTPPlaylist More... over 15 years ago
* Finished MTPTrack/MTPTracks More... over 15 years ago
* Work on MTPTrack * Removed some old code from LIBMTP_Playlist More... over 15 years ago
* More work on MTPTrack More... over 15 years ago
* Fixed a small bug where LIBMTP_MTPDevice was defined before LIBMTP_Error * More work on MTPTrack More... over 15 years ago
* Finished LIBMTP_File, MTPFile, and MTPFiles More... over 15 years ago
* Moved LIBMTP_error, MTPError and MTPErrors * Some work on MTPFile More... over 15 years ago
* Finished MTPDevice/MTPDevices * Added a quick sanity check to IterableModel More... over 15 years ago
* Some cleanups More... over 15 years ago