{ "info": { "author": "Guillaume Pellerin", "author_email": "yomguy@parisson.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Education", "Intended Audience :: Science/Research", "Programming Language :: JavaScript", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Analysis", "Topic :: Multimedia :: Sound/Audio :: Players", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: System :: Archiving" ], "description": "============================================================\nTelemeta : collaborative multimedia asset management system\n============================================================\n\n.. image:: https://raw.githubusercontent.com/Parisson/Telemeta/master/telemeta/static/telemeta/images/logo_telemeta_2.png\n :alt: Telemeta logo\n\nOverview\n=========\n\nTelemeta is a free and open source collaborative multimedia asset management system (MAM) which introduces fast and secure methods to archive, backup, transcode, analyse, annotate and publish any digitalized video or audio file with extensive metadata. It is dedicated to collaborative media archiving projects, research laboratories and digital humanities - especially in ethno-musicological use cases - who need to easily organize and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, through a smart and secure platform, in accordance with open web standards.\n\nKey features:\n\n* Secure archiving, editing and publishing of audio files over internet.\n* Pure HTML web user interface including dynamical forms and smart workflows\n* \"On the fly\" audio analyzing and transcoding thanks to TimeSide_\n* Smart dynamical and skinnable audio player with annotations\n* Collaborative indexing with semantic ontologies and timecoded markers\n* Multi-format support : FLAC, OGG, MP3, WAV, MP4, WebM (video) and more\n* User management with individual desk, lists, profiles and rights\n* Playlist management for all users with CSV data export\n* Geo-Navigator for audio geolocalization\n* High level search engine\n* DublinCore compatibility\n* OAI-PMH data provider\n* RSS feed generators\n* XML and ZIP serialized backups\n* EPUB3 \"audio book\" collection exporter\n* SQLite, MySQL, PostgreSQL or Oracle DB backends\n* Multi-language support (now english and french)\n* Run on any OS\n\nTelemeta has been developed since 2006 and is based exclusively on 100% open source modules.\n\nIt is mostly written in Python, HTML5 and JavaScript.\n\nThe *Telemeta* name stands for *Tele* as \"remote access\" and *meta* for \"metadata\".\n\n|version| |downloads| |travis_master| |coverage_master|\n\n.. |version| image:: https://img.shields.io/pypi/v/telemeta.svg\n :target: https://pypi.python.org/pypi/Telemeta/\n :alt: Version\n\n.. |travis_master| image:: https://secure.travis-ci.org/Parisson/Telemeta.png?branch=master\n :target: https://travis-ci.org/Parisson/Telemeta/\n :alt: Travis\n\n.. |coverage_master| image:: https://coveralls.io/repos/Parisson/Telemeta/badge.png?branch=master\n :target: https://coveralls.io/r/Parisson/Telemeta?branch=master\n :alt: Coverage\n\n\nFunding and support\n===================\n\nTo fund this long time libre and open source project, we need your explicit support. So if you use Telemeta in production or even in a development or experimental setup, please let us know by:\n\n* staring or forking the project on GitHub_\n* tweeting something to `@parisson_studio `_ or `@telemeta `_\n* drop us an email \n\nThank you so much for your help!\n\n\nNews\n=====\n1.6.4\n+++++\n * Minor bug fixes and improvments\n * Fix HTML5 audio compatibility (#173) for the web audio player. The SoundManager Flash player fallback should not be used in most modern web browser. Media files are now serves through Nginx (#155) which enables to stream music with byte range requests.\n * Add a User permission \"can_run_analysis\" to specify that a user or a group of users has the right to list and select advanced Timeside analysis to be displayed in the Timeside web audio player.\n * Add enumeration management and statitics\n * Improved media security allowing streaming through Nginx only from the application\n * Add TimeSide as a submodule\n * Add a validator for Corpus and Fonds\n * Upgrade various dependencies\n\n1.6\n++++\n\nTelemeta is now usable on **any OS**, ready for development and for production in 5 mn! B-)\n\n* Provide a docker image and composition for the full Telemeta application bundle.\n One month after the publication of docker-compose around march 2015, we had managed to build a prototyped composition which bundled all the dependencies of Telemeta and TimeSide. It took almost one year to deeply investigate all the capabilities of Docker and various images to finally release a propoer composition which bundles all the necessary applications and modules.\n* Full refactoring of the search engine and interface using django-haystack and ElasticSearch with new faceting and smart filtering features\n* Add an automatic EPUB3 ebook exporter for corpus and collections embedding metadata, image and audio materials.\n* More inline forms and functional buttons\n* Install new useful tools and modules like Conda, Jupyter notebook and `many others `_\n* Add resource sharing links\n* Switch to Affero GPL licence\n* Upgrade of every dependency bundle in the composition\n* Many, many `bugfixes `_\n* Thanks to all partners for this **huge** release!\n\n1.5.1\n++++++\n\n* Fix geo-navigator lists and pagination\n* Fix item analyses cleanup after file edit\n* Fix performance and keywords copy during item copy\n* Add various annotation mime types (ELAN, Trancriber, Sonic Visualizer)\n* Add arabic translations through Telemeta-locales (thanks to @AnasGhrab)\n* Fix arabic and chinese codes in sandbox\n* Better locale / pages management\n* A better management of RTL for arabic page style\n\n`More changes `_.\n\n\nExamples\n========\n\n* `CREM Sound archives `_ of the CREM_ - CNRS_ and MdH_\n* `LAM Sound archives `_ of the LAM_ of the IJLRDA_ at Universit\u00e9 Pierre et Maris Curie (UPMC_)\n* `Phonoth\u00e8que Nationale `_ du Centre des Musiques Arabes et M\u00e9diterran\u00e9ennes (CMAM_)\n* Scaled BIOdiversity (SABIOD_)\n\n\nDemo\n====\n\nhttp://demo.telemeta.org\n\n * login: admin\n * password: admin\n\n\nInstall\n=======\n\nThanks to Docker, Telemeta is now fully available as a docker composition ready to work. The docker based composition bundles some powerfull applications and modern frameworks out-of-the-box like: Python, Conda, Numpy, Jupyter, Gstreamer, Django, Celery, Haystack, ElasticSearch, MySQL, Redis, uWSGI, Nginx and many more.\n\n* on **Linux**, first install `Git `_, `Docker engine `_ (>=1.9) and `docker-compose `_ (>=1.8) and open a terminal.\n* on **MacOSX** or **Windows** install the `Docker Toolbox `_ and open a **Docker Quickstart Terminal**.\n\nThen clone Telemeta::\n\n git clone --recursive https://github.com/Parisson/Telemeta.git\n cd Telemeta\n\n\nStart it up\n===========\n\nFor a production environment setup, first read / edit `env/prod.env`, then::\n\n docker-compose up\n\nThen browse the app at http://localhost:8000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)\n\nTo start the application in DEBUG mode::\n\n docker-compose -f docker-compose.yml -f env/debug.yml up\n\nBe **CAREFULL** in production:\n\n* The database is deleted when using `docker-compose rm`\n* Define your own passwords and secret keys in `env/*.env` files\n* Use a cron rule and the backup script to save your work periodically\n\n\nBackup / Restore\n================\n\nTo backup the database in the data/backup/ folder, run this in **another** terminal (or a Docker Quickstart Terminal)::\n\n docker-compose run db /srv/scripts/sql/backup_db.sh\n\nTo restore the last backuped database from the data/backup/ folder, run this in **another** terminal (or a Docker Quickstart Terminal)::\n\n docker-compose run db /srv/scripts/sql/restore_db.sh\n\nIf the app is broken after a restore script, restart the composition with::\n\n docker-compose restart\n\n\nAPI / Documentation\n====================\n\n* Official website: http://telemeta.org\n* Publications : https://github.com/Parisson/Telemeta-doc\n* API : http://files.parisson.com/doc/telemeta/\n* Player : https://github.com/Parisson/TimeSide/\n* Example : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/\n\n\nDevelopment\n===========\n\n|travis_dev| |coverage_dev|\n\n.. |travis_dev| image:: https://secure.travis-ci.org/Parisson/Telemeta.png?branch=dev\n :target: https://travis-ci.org/Parisson/Telemeta/\n :alt: Travis\n\n.. |coverage_dev| image:: https://coveralls.io/repos/Parisson/Telemeta/badge.png?branch=dev\n :target: https://coveralls.io/r/Parisson/Telemeta?branch=dev\n :alt: Coverage\n\n\nTo start the application in a development environment setup, first read / edit `env/debug.env`, then::\n\n cd Telemeta\n git pull\n git checkout dev\n docker-compose -f docker-compose.yml -f env/dev.yml up\n\nThen browse the app at http://localhost:9000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows). Note that the service will automatically be reloaded when any code of the app is modified.\n\nYou are welcome to participate to the development by forking the Telemeta project on GitHub_, using it as if it were the original and submitting your changes through a Pull Request on the **dev branch ONLY**.\n\n\nBugs, issues, ideas\n===================\n\nIf you find some bugs or have good ideas for enhancement, please `leave a issue on GitHub `_ with the right label or tweet it `@telemeta `_.\n\nAnd remember: even if Telemeta suits you, please give us some feedback. We **need** your support!\n\n\nLicense\n=======\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see .\n\n\nSponsors and partners\n======================\n\n* CNRS_ : Centre National de la Recherche Scientifique (French Natianal Research and Scientific Center)\n* MCC_ : Minist\u00e8re de la Culture et de la Communication (the french Ministry of the Culture and Communication)\n* ANR_ : Agence Nationale de la Recherche (French Research Agency)\n* UPMC_ : University Pierre et Marie Curie (Paris 6, Sorbonne Universit\u00e9s, France)\n* CREM_ : Centre de Recherche en Ethnomusicologie (Ethnomusicology Research Center, Paris, France)\n* LAM_ : Equipe Lutherie, Acoustique et Musique de l'IJLRDA_ (Paris, France)\n* IJLRDA_ : Institut Jean le Rond d'Alembert (Paris, France)\n* Parisson_ : Open development agency for audio science and arts (Paris, France)\n* MNHN_ : Museum National d'Histoire Naturelle (National Museum of Biology, Paris, France)\n* U-Paris10_ : University Paris 10 Ouest Nanterre (Nanterre, France)\n* MdH_ : Mus\u00e9e de l'Homme (Paris, France)\n* IRIT_ : Institut de Recherche en Informatique de Toulouse (Toulouse, France)\n* LIMSI_ : Laboratoire d'Informatique pour la M\u00e9canique et les Sciences de l'Ing\u00e9nieur (Orsay, France)\n* LABRI_ : Laboratoire Bordelais de Recherche en Informatique (Bordeaux, France)\n* C4DM_ : Centre for Digital Music at `Queen Mary University`_ (London, UK)\n* HumaNum_ : TGIR des humanit\u00e9s num\u00e9riques (Paris, France)\n* CMAM_ : Centre des Musiques Arabes et M\u00e9diterran\u00e9ennes (Tunis, Tunisia)\n* IRCAM_ : Institut de Recherche et de Coordination Acoustique / Musique (Paris, France)\n\n\nRelated research projects\n==========================\n\n* DIADEMS_ : Description, Indexation, Access to Sound and Ethnomusicological Documents, funded by the French Research Agency (ANR_ CONTINT 2012), involving IRIT_, CREM_, LAM_, LABRI_, LIMSI_, MNHN_, Parisson_\n* TimeSide-DIADEMS_ : a set of Timeside plugins for hich level music analysis developed during the DIADEMS_ project\n* SoundSoftware_ : Sustainable Software of Audio and Music Research\n* DaCaRyH_ : Le rythme calypso \u00e0 travers l\u2019histoire : une approche en sciences des donn\u00e9es (AHRC_ \u201cCare for the Future\u201d et le Labex-Pass\u00e9_Pr\u00e9sent_ \"Les pass\u00e9s dans le pr\u00e9sent\")\n* Kamoulox_ : D\u00e9mixage en ligne de larges archives sonores (ANR_ Jeune Chercheur 2015)\n* WASABI : Web Audio Semantic Aggregated in the Browser for Indexation (ANR_ 2016, currently being submitted)\n\n\n.. _Telemeta: http://telemeta.org\n.. _TimeSide: https://github.com/Parisson/TimeSide/\n.. _OAI-PMH: http://fr.wikipedia.org/wiki/Open_Archives_Initiative_Protocol_for_Metadata_Harvesting\n.. _Parisson: http://parisson.com\n.. _CNRS: http://www.cnrs.fr\n.. _MCC: http://www.culturecommunication.gouv.fr\n.. _CREM: http://www.crem-cnrs.fr\n.. _HumaNum: http://www.huma-num.fr\n.. _IRIT: http://www.irit.fr\n.. _LIMSI: http://www.limsi.fr/index.en.html\n.. _LAM: http://www.lam.jussieu.fr\n.. _LABRI: http://www.labri.fr\n.. _MNHN: http://www.mnhn.fr\n.. _MMSH: http://www.mmsh.univ-aix.fr\n.. _UPMC: http://www.upmc.fr\n.. _DIADEMS: http://www.irit.fr/recherches/SAMOVA/DIADEMS/fr/welcome/&cultureKey=en\n.. _ANR: http://www.agence-nationale-recherche.fr/\n.. _SABIOD: http://sabiod.telemeta.org\n.. _CHANGELOG: http://github.com/Parisson/Telemeta/blob/master/CHANGELOG.rst\n.. _Publications: https://github.com/Parisson/Telemeta-doc\n.. _API : http://files.parisson.com/doc/telemeta/\n.. _Player : https://github.com/Parisson/TimeSide/\n.. _Example : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/\n.. _Homepage: http://telemeta.org\n.. _GitHub: https://github.com/Parisson/Telemeta/\n.. _IJLRDA: http://www.dalembert.upmc.fr/ijlrda/\n.. _Labex-Pass\u00e9_Pr\u00e9sent: http://passes-present.eu/\n.. _U-Paris10: http://www.u-paris10.fr/\n.. _MdH: http://www.museedelhomme.fr/\n.. _IRCAM: http://www.ircam.fr\n.. _TimeSide-DIADEMS: https://github.com/ANR-DIADEMS/timeside-diadems\n.. _DaCaRyH: http://archives.crem-cnrs.fr/archives/fonds/CNRSMH_DACARYH/\n.. _Kamoulox: http://www.agence-nationale-recherche.fr/?Projet=ANR-15-CE38-0003\n.. _AHRC: http://www.ahrc.ac.uk/\n.. _Queen Mary University: http://www.qmul.ac.uk/\n.. _SoundSoftware : http://soundsoftware.ac.uk/\n.. _C4DM: http://c4dm.eecs.qmul.ac.uk/\n.. _CMAM: http://www.cmam.nat.tn/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://telemeta.org", "keywords": "", "license": "CeCILL v2", "maintainer": "", "maintainer_email": "", "name": "Telemeta", "package_url": "https://pypi.org/project/Telemeta/", "platform": "OS Independent", "project_url": "https://pypi.org/project/Telemeta/", "project_urls": { "Homepage": "http://telemeta.org" }, "release_url": "https://pypi.org/project/Telemeta/1.6.4/", "requires_dist": null, "requires_python": "", "summary": "Open web audio application with semantics", "version": "1.6.4" }, "last_serial": 3181190, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "cd8fbe4a3e049a8e26ccd44558dd3f3c", "sha256": "48e3e7934a82bdc06596b8529dcae3f7dc6b89ed3cba627f568f457842763cca" }, "downloads": -1, "filename": "telemeta-0.9.4.tar.gz", "has_sig": false, "md5_digest": "cd8fbe4a3e049a8e26ccd44558dd3f3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 812096, "upload_time": "2011-05-30T16:54:01", "url": "https://files.pythonhosted.org/packages/d0/97/3f0b767483554537f1877a6ca2e31ee5b3fad65b021e0fee2d82d2459a0c/telemeta-0.9.4.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "439d806d0474d7987ec5257e549de4f7", "sha256": "a5eebac110d8ee7460b1295c623c0c8d04331761678960976f9ec25eecec8f24" }, "downloads": -1, "filename": "telemeta-1.0.tar.gz", "has_sig": false, "md5_digest": "439d806d0474d7987ec5257e549de4f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 839099, "upload_time": "2011-06-27T00:17:30", "url": "https://files.pythonhosted.org/packages/7e/c0/91e49c86a938cc989d33be13f800c1a754a8db0448aa1a9421a7650f27d6/telemeta-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d26896b594ca25ccda4134b6a94b7956", "sha256": "7893e36df31e8760aa549178c8af0ebbfd2ed22f6d1688aaf64491e266f396d6" }, "downloads": -1, "filename": "Telemeta-1.1.tar.gz", "has_sig": false, "md5_digest": "d26896b594ca25ccda4134b6a94b7956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52088, "upload_time": "2011-10-28T17:19:24", "url": "https://files.pythonhosted.org/packages/d1/5e/f0d80844c6998c2841eec70b6c96fc3856813544a8d8bfdd01c138354b59/Telemeta-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "43cd98b492d39772a73164986ac0eefd", "sha256": "3351869601933adc48a6e8c37915d04d93793725210eef41ce163939c88e401e" }, "downloads": -1, "filename": "Telemeta-1.2.tar.gz", "has_sig": false, "md5_digest": "43cd98b492d39772a73164986ac0eefd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 856172, "upload_time": "2011-10-31T14:33:54", "url": "https://files.pythonhosted.org/packages/ba/b3/e5cb49bf102e242481f552f8cf660cff8998645d462a88a56548e32e083d/Telemeta-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "1ff126714ca9f38201b77efa06040671", "sha256": "d04efe93b87e34a921dbd1d271fa49fd7b977dd0309612fd8e85f1cc8a10280b" }, "downloads": -1, "filename": "Telemeta-1.3.tar.gz", "has_sig": false, "md5_digest": "1ff126714ca9f38201b77efa06040671", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 899304, "upload_time": "2011-12-01T18:03:12", "url": "https://files.pythonhosted.org/packages/75/1a/a8f87c057d5f335cfac62e2367d74acda6d36f97e6137bd21a1216de1c5e/Telemeta-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "ec51039d0b749f8322309c64e9415090", "sha256": "c53e86d70ebe2aa7017d45d5d6565f96e3d8b4c73c08bd9b8c3594091384f28c" }, "downloads": -1, "filename": "Telemeta-1.4.tar.gz", "has_sig": false, "md5_digest": "ec51039d0b749f8322309c64e9415090", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 962124, "upload_time": "2012-02-14T16:23:57", "url": "https://files.pythonhosted.org/packages/ac/63/706e349a2c7df00394d83d0a00a3b84f1011eb52893283256e89505bb1e5/Telemeta-1.4.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "9338ab500322ec7efca363d8aaa1ae72", "sha256": "79b6292e9931b1ccd239f41de9ceb0e5a38e9683ce315e306a26083d591457ca" }, "downloads": -1, "filename": "Telemeta-1.4.1.tar.gz", "has_sig": false, "md5_digest": "9338ab500322ec7efca363d8aaa1ae72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 980286, "upload_time": "2012-02-17T12:53:45", "url": "https://files.pythonhosted.org/packages/08/8a/e323bdee3f694dda7545497e8603216c4a7e2da9a86bd27dae8aafbcd2a5/Telemeta-1.4.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "b4d19b020e5fd61bbaa9bd2cbcd67bc9", "sha256": "6b17cc73c291e38e8a555fbd5d070c32cf1cb87f5c82a96cdbab5e64d332a65b" }, "downloads": -1, "filename": "Telemeta-1.4.2.tar.gz", "has_sig": false, "md5_digest": "b4d19b020e5fd61bbaa9bd2cbcd67bc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1468852, "upload_time": "2012-03-05T13:08:00", "url": "https://files.pythonhosted.org/packages/9e/a9/edcf005ca262c30422f8ccfe005972073d477f79cf3c822e07a20086a4ac/Telemeta-1.4.2.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "ceec77f9b5e637cf1e2cb9b9fad21183", "sha256": "6ee47d32d02176809f95229cf82d8ee8f1bc50a6d95ef089b4a9029ac47eb999" }, "downloads": -1, "filename": "Telemeta-1.4.3.tar.gz", "has_sig": false, "md5_digest": "ceec77f9b5e637cf1e2cb9b9fad21183", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1030055, "upload_time": "2012-05-31T22:28:23", "url": "https://files.pythonhosted.org/packages/2a/73/ee28ea441e56406f66fb2e2b18300f9419af3046087a7d1fcba1b0920d22/Telemeta-1.4.3.tar.gz" } ], "1.4.4": [ { "comment_text": "", "digests": { "md5": "47b8d7a6fa8340388ff72be58aaff59c", "sha256": "fe593fdd588efe908fce767ba109190d51e329ca65950bbf3af8dd07e7871bf4" }, "downloads": -1, "filename": "Telemeta-1.4.4.tar.gz", "has_sig": false, "md5_digest": "47b8d7a6fa8340388ff72be58aaff59c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1393333, "upload_time": "2012-10-02T21:14:37", "url": "https://files.pythonhosted.org/packages/32/54/d29acebf37fc7dea0efebb3c3df953cded2229feff98e0867f1bf96094ce/Telemeta-1.4.4.tar.gz" } ], "1.4.5": [ { "comment_text": "", "digests": { "md5": "5042dab1cd1f55edd1680476e393d2be", "sha256": "7c2ded20d1c62837daf53852169e38dbdf55d5fed6e4ab0df136cfda38713984" }, "downloads": -1, "filename": "Telemeta-1.4.5.tar.gz", "has_sig": false, "md5_digest": "5042dab1cd1f55edd1680476e393d2be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1608912, "upload_time": "2014-01-20T21:42:17", "url": "https://files.pythonhosted.org/packages/71/97/b27daa4740de135ab69edb8ef06a5e47502b2e83043b7cce292bd2ccb16a/Telemeta-1.4.5.tar.gz" } ], "1.4.6": [ { "comment_text": "", "digests": { "md5": "b68ecba6eba3b90188d3328911ed6c77", "sha256": "7ab255c0a1058593ef31dd3917758b9c0285af03bc8e9764590dc26743699c7d" }, "downloads": -1, "filename": "Telemeta-1.4.6.tar.gz", "has_sig": false, "md5_digest": "b68ecba6eba3b90188d3328911ed6c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1260422, "upload_time": "2014-11-20T17:14:24", "url": "https://files.pythonhosted.org/packages/3b/30/bd3e7561c4893ea173256f0b0293162c303b041214bb010bfc9c6863a24b/Telemeta-1.4.6.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "9ceb3a036c4578a5d44ec5e212bc974e", "sha256": "b47d584c5333b931b63d6613db93f2f3b9e93c19086d87b97855e2f04b52dc4e" }, "downloads": -1, "filename": "Telemeta-1.5.tar.gz", "has_sig": false, "md5_digest": "9ceb3a036c4578a5d44ec5e212bc974e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1948018, "upload_time": "2015-01-26T00:56:34", "url": "https://files.pythonhosted.org/packages/51/af/1a17a1648ac12dee02ec6071eb81370c252a6469631418f0cfb9d7d33f82/Telemeta-1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "349470f90d64d82f5dc55034b4d0caac", "sha256": "875081cd0cecb1665f5b6f91d6977449966a33f8008817f3e38d47b30f6a9d40" }, "downloads": -1, "filename": "Telemeta-1.5.1-1.tar.gz", "has_sig": false, "md5_digest": "349470f90d64d82f5dc55034b4d0caac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1974503, "upload_time": "2015-02-20T10:47:40", "url": "https://files.pythonhosted.org/packages/cf/a9/2a445d38845a81fbb1d95737eedb314b78ecec2969cba3ca6a7a28443608/Telemeta-1.5.1-1.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "5ee75e568cbe301a6bfc0d9c1e6136a7", "sha256": "deac581df89916ed1462580d5d17545237078f7d97b60a022f1ad69d89190d43" }, "downloads": -1, "filename": "Telemeta-1.6.0.tar.gz", "has_sig": false, "md5_digest": "5ee75e568cbe301a6bfc0d9c1e6136a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1408635, "upload_time": "2016-04-04T22:20:29", "url": "https://files.pythonhosted.org/packages/7e/41/72cfed9faf15e969f932ce37eadce1855ca9ee703cf23b8ba146d7e1d38b/Telemeta-1.6.0.tar.gz" } ], "1.6.4": [ { "comment_text": "", "digests": { "md5": "7fcfd26db15bd76b21fd51daa66d89c6", "sha256": "9884935415ace38c1d895c8c6af3b30dd7bceb663cd2b1faf4d98510623fe48f" }, "downloads": -1, "filename": "Telemeta-1.6.4.tar.gz", "has_sig": false, "md5_digest": "7fcfd26db15bd76b21fd51daa66d89c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1471349, "upload_time": "2017-09-17T22:11:05", "url": "https://files.pythonhosted.org/packages/1c/c2/206980f7cd3fba6c23e09984bcba5a64b916f2cea1dc08f269cea3a3afdb/Telemeta-1.6.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7fcfd26db15bd76b21fd51daa66d89c6", "sha256": "9884935415ace38c1d895c8c6af3b30dd7bceb663cd2b1faf4d98510623fe48f" }, "downloads": -1, "filename": "Telemeta-1.6.4.tar.gz", "has_sig": false, "md5_digest": "7fcfd26db15bd76b21fd51daa66d89c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1471349, "upload_time": "2017-09-17T22:11:05", "url": "https://files.pythonhosted.org/packages/1c/c2/206980f7cd3fba6c23e09984bcba5a64b916f2cea1dc08f269cea3a3afdb/Telemeta-1.6.4.tar.gz" } ] }