{ "info": { "author": "Marco M\u00fcllner", "author_email": "muellnermarco@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "# SMURFS\n![SMURFS Image](https://i.imgur.com/wWe1q0y.png)\n\nThe **SMURFS** (**SM**art **U**se**R** **F**requency analy**S**er) provides automatic extraction of frequencies from\na Timeseries data. It provides various interfaces, from a standalone command line tool, to jupyter and python \nintegrations. It also automatically computes possible frequency combinations, directly downloads of TESS/Kepler/K2 \ndata and more. \n\n## Getting started\n\nTo install smurfs, you need python > 3.5, pip as well as cmake. If you don't have these, install them through the\npacket manager of your choice (f.e. _brew_(Mac) or _apt_ (Debian)). For pip check \n[here](https://pip.pypa.io/en/stable/installing/).\n\n## Installation\n\nFirst off, create a virtual environment\n\n```bash\ncd /Path/\npython3 -m venv venv/\nsource venv/bin/activate\n```\n\nInstall smurfs through pip\n\n```bash\npip install smurfs\n```\n\n## Quickstart\n\nUsing SMURFS as a standalone command line tool is very simple. Simply call ```smurfs``` with a **target**, signal to noise\nratio cutoff and the window size. The target can be either:\n\n- A path to a file, containing 2 columns with time and flux\n- Any name of a star, that is resolvable by Simbad and has been observed by the **Kepler**,**K2** or **TESS** missions.\n\nAs an example, we can take a look at the star Gamma Doradus:\n```\nsmurfs \"Gamma Doradus\" 4 2\n```\nExecuting this command will make smurfs search for light curves of the star. It starts by using the \n[lightkurve.search.search_lightcurvefile](https://docs.lightkurve.org/api/lightkurve.search.search_lightcurvefile.html#lightkurve.search.search_lightcurvefile)\nmethod, which queries MAST for processed light curves of the object. If this doesn't return any light curves, SMURFS \nwill then check if the star has been observed by the TESS mission. It queries Simbad for the coordinates of the object \nand then checks if that point was observed by TESS. If so, we use [TessCut](https://mast.stsci.edu/tesscut/) and \nthe [Eleanor](https://adina.feinste.in/eleanor/) pipeline to extract the light curve. \n\nIn the case of Gamma Doradus, we have existing TESS SC light curves. Smurfs will give the following output:\n![Gamma Doradus output](images/gamma_doradus_output.png)\n\nSMURFS creates a result folder after running the code. In this case it has the following structure\n```\n- Gamma_Doradus\n - data\n - _combinations.csv\n - _result.csv\n - LC_residual.txt\n - LC.txt\n - PS_residual.txt\n - PS.txt \n - plots\n - LC_residual.pdf\n - LC.pdf\n - PS_residual.pdf\n - PS_result.pdf\n - PS.pdf\n```\nThe ```LC*.txt``` files contain the light curves, original and residual. The ```PS*.txt``` files contain the \noriginal as well as the residual amplitude spectrum. ```_combinations.csv``` shows all combination frequencies for the \nresult and ```_result.csv``` gives the result for a given run.\n\n## Documentation\n\nFull documenation is available [here](https://smurfs.readthedocs.io/en/master/)\n\n## Features\n\nSMURFS provides various nice to have features, setting it apart\nfrom common frequency analysers. These include\n\n* Python only. No more Fortran, IDL or other more obfuscating languages \n* Fast runs due to the usage of optimized libraries, including numpy, scipy and astropy,\ndedicated to scientific work\n* Generates a full result set that can be used for further analysis, including \nspectra of the first and last frequency, spectrograms, machine readable results and so on.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/muma7490/SMURFS", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "smurfs", "package_url": "https://pypi.org/project/smurfs/", "platform": "", "project_url": "https://pypi.org/project/smurfs/", "project_urls": { "Homepage": "https://github.com/muma7490/SMURFS" }, "release_url": "https://pypi.org/project/smurfs/1.0.8/", "requires_dist": [ "astropy (==3.2.1)", "matplotlib (==3.1.1)", "numpy (==1.17.2)", "pandas (==0.25.1)", "pytest (==5.1.2)", "scipy (==1.3.1)", "uncertainties (==3.1.2)", "astroquery (==0.3.9)", "lightkurve (==1.1.1)", "eleanor (==0.2.8)", "lmfit (==0.9.14)", "jupyter (==1.0.0)", "pyfcomb (==1.0.7)", "Sphinx", "recommonmark", "sphinx-rtd-theme" ], "requires_python": "", "summary": "Smart UseR Frequency analySer, a fast and easy to use frequency analyser.", "version": "1.0.8" }, "last_serial": 5989118, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "68afcd878127909dcdcfc8159eef94d3", "sha256": "24b31392dac2440d9d48b0b9077120318fd8b590d40e734cd789926b41610f90" }, "downloads": -1, "filename": "smurfs-0.1.4.tar.gz", "has_sig": false, "md5_digest": "68afcd878127909dcdcfc8159eef94d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7446, "upload_time": "2018-03-27T12:25:19", "url": "https://files.pythonhosted.org/packages/a3/ed/262745285e2341bbc24cc4986238a80bdc63774aca281457eec7728379bd/smurfs-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "0ff829fdbda4b1f7848cc58b364a40f9", "sha256": "08229d97838b1d6e34ca8da15cad1024062df345a5d9f75504401ec56239db23" }, "downloads": -1, "filename": "smurfs-0.1.5.tar.gz", "has_sig": false, "md5_digest": "0ff829fdbda4b1f7848cc58b364a40f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7431, "upload_time": "2018-03-27T16:00:04", "url": "https://files.pythonhosted.org/packages/af/78/ccc366b8a1aeb98271e6ca05a198f581fb4eb5e0fdf9a01880d0990ba563/smurfs-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "85c1798dcb044875dd60122b5c298ac7", "sha256": "bdffef17f1bb2c6b76681a245b41e59e7af00bb61e6de801dd9eb0eb2a1bef6f" }, "downloads": -1, "filename": "smurfs-0.2.0.tar.gz", "has_sig": false, "md5_digest": "85c1798dcb044875dd60122b5c298ac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9071, "upload_time": "2018-04-10T09:38:39", "url": "https://files.pythonhosted.org/packages/76/67/6dbd7630161bf9f5ffcdac0545c352b8789130fa3b3299f8837abdad9bc3/smurfs-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "800c37f4697cbe96aefa54e023cfd3f1", "sha256": "b065d29e1ba011c55f88daa2c60f1804f0cb39716352657a1702e43e0bbe2a1f" }, "downloads": -1, "filename": "smurfs-0.2.1.tar.gz", "has_sig": false, "md5_digest": "800c37f4697cbe96aefa54e023cfd3f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10092, "upload_time": "2018-04-13T14:35:01", "url": "https://files.pythonhosted.org/packages/c1/2e/a158c686e3c2bd2776bb4e2b69c9bcd3cb0a4249471e8ed1f1b003c9261e/smurfs-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "0e5e1febab74422299e96a7732550ba2", "sha256": "2e552846f4732bf7724209248331efb7d5aa3c50b0d8dfc2b34e59cc234dd949" }, "downloads": -1, "filename": "smurfs-0.3.0.tar.gz", "has_sig": false, "md5_digest": "0e5e1febab74422299e96a7732550ba2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13385, "upload_time": "2018-07-20T09:46:36", "url": "https://files.pythonhosted.org/packages/2d/46/1ae66d4dd40272f57014798a1c9c968f191db28f72b2016099aa6c32e3bf/smurfs-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "75f6a74185eea7a6ce7106f5d6452f23", "sha256": "6ed9c1d31a160affc7d8a7e80dafe3c40b4dfc6851b7c60be91b53324d85f05d" }, "downloads": -1, "filename": "smurfs-0.3.1.tar.gz", "has_sig": false, "md5_digest": "75f6a74185eea7a6ce7106f5d6452f23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13588, "upload_time": "2018-07-20T15:33:20", "url": "https://files.pythonhosted.org/packages/47/9a/ec3695f052049b67b249bf73b8ca8a6f5c5bb47cf822a15766e693225116/smurfs-0.3.1.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "74767df843bdc7bdbde40ac5fd86affa", "sha256": "fd2c55f33babc8d3ee51fa42f06895ba44206fe36b502d0780e2b88565125b5e" }, "downloads": -1, "filename": "smurfs-0.3.10.tar.gz", "has_sig": false, "md5_digest": "74767df843bdc7bdbde40ac5fd86affa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14676, "upload_time": "2018-11-07T08:12:17", "url": "https://files.pythonhosted.org/packages/b3/50/0644d1be000f80e479404bc40bb867129abaa601baf1979875d5fdd4125c/smurfs-0.3.10.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "09b18d4a99065b2da8bc5541208a699a", "sha256": "d98e581125bd8571fb1d44b2b2a50966734fea6e3e423c10820bfd392e2539f5" }, "downloads": -1, "filename": "smurfs-0.3.2.tar.gz", "has_sig": false, "md5_digest": "09b18d4a99065b2da8bc5541208a699a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13689, "upload_time": "2018-07-25T11:41:09", "url": "https://files.pythonhosted.org/packages/da/ce/2db1e4ab8986b89563638f3bfc2ec35a6637b8c96dda159ec67eb821c9bb/smurfs-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "eef7524146bce11ce73efe80304caf4c", "sha256": "c836f58efa2f535a5625619cf5e83df248074cd6150ef6cdf83282d422877b79" }, "downloads": -1, "filename": "smurfs-0.3.3.tar.gz", "has_sig": false, "md5_digest": "eef7524146bce11ce73efe80304caf4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13683, "upload_time": "2018-07-26T11:10:21", "url": "https://files.pythonhosted.org/packages/9e/f5/7250e8df216a78aa096cbbf97ffe2233e433384833c6293d9e612f6b1b22/smurfs-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "65e38346df582a74de5de48ad505e5d2", "sha256": "1c6cb8e5f2080329e8c80b49fec15d3a83463649a567b1dc8479dd3116e95d91" }, "downloads": -1, "filename": "smurfs-0.3.4.tar.gz", "has_sig": false, "md5_digest": "65e38346df582a74de5de48ad505e5d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13868, "upload_time": "2018-07-26T16:36:46", "url": "https://files.pythonhosted.org/packages/f7/54/7754edc699cc856e6970ecc0688699ac83a3936d2edcc5c670be16a58ef6/smurfs-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "493e5aac3e8bb2e5920453c9e74a0434", "sha256": "550422c37c1a88413bad9bfba4af8ce5954851e64fb7bc17410cd080c99de5e9" }, "downloads": -1, "filename": "smurfs-0.3.5.tar.gz", "has_sig": false, "md5_digest": "493e5aac3e8bb2e5920453c9e74a0434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13742, "upload_time": "2018-07-27T11:27:35", "url": "https://files.pythonhosted.org/packages/e0/b1/d3ddc947d0a617140b842fd9c1be68a64a85680d6b5f5f17c7f638ef912d/smurfs-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "58caa08a448ad72336a153cee86460b9", "sha256": "28d262363e6dc8595f44b7acf1f32a143e99fd581de48162c3eb3dcadc94b003" }, "downloads": -1, "filename": "smurfs-0.3.6.tar.gz", "has_sig": false, "md5_digest": "58caa08a448ad72336a153cee86460b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14121, "upload_time": "2018-09-04T17:23:17", "url": "https://files.pythonhosted.org/packages/5a/e0/63a724467e3e671ce22519049e5707b83f000b83c1678ff79f71b9348151/smurfs-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "930ee5ab74325c8032803b2541567efe", "sha256": "cbce349a96b9d69243889466672dd0c9e81835159b4e485b50cb18465f6b7b7d" }, "downloads": -1, "filename": "smurfs-0.3.7.tar.gz", "has_sig": false, "md5_digest": "930ee5ab74325c8032803b2541567efe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14177, "upload_time": "2018-10-25T13:29:00", "url": "https://files.pythonhosted.org/packages/07/ea/af11daa5a07fc84313e9cff853bde054b50f8ba75193a19321ae7ea719ad/smurfs-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "3ca08aafe8203b0ab5fe849dead36104", "sha256": "951aafff3568264c46b493b2e36a04128909d4fd805145ef92bd52211188afd2" }, "downloads": -1, "filename": "smurfs-0.3.8.tar.gz", "has_sig": false, "md5_digest": "3ca08aafe8203b0ab5fe849dead36104", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14410, "upload_time": "2018-10-29T16:04:28", "url": "https://files.pythonhosted.org/packages/75/40/9eef8a0a428ede6594682e1727ea27aef5c9ddb23bb23aad9b8c5e352083/smurfs-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "9105111e09967b86dcbca318ac2196fa", "sha256": "f20b1b2783723e9f0eef33c9353a929ad1c86c543fd49affc1bd1af3215eadc7" }, "downloads": -1, "filename": "smurfs-0.3.9.tar.gz", "has_sig": false, "md5_digest": "9105111e09967b86dcbca318ac2196fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14443, "upload_time": "2018-10-30T06:41:49", "url": "https://files.pythonhosted.org/packages/5f/b9/02eef5902a074f1a2439935098ea2e5b28c113ef14629b6d71e9f08fe965/smurfs-0.3.9.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "1b3c6bb4f9e684bfc5892bcc2122a97c", "sha256": "52e6f60e5dd6863a8f705a19e4c7ae7f6769afb73d354ed89dc91606426da7ec" }, "downloads": -1, "filename": "smurfs-0.4.1.tar.gz", "has_sig": false, "md5_digest": "1b3c6bb4f9e684bfc5892bcc2122a97c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16226, "upload_time": "2018-11-13T11:01:26", "url": "https://files.pythonhosted.org/packages/69/ef/7973c9102196f479d20fbd393ef34edb47711a3d3670fba0088b94df4fad/smurfs-0.4.1.tar.gz" } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "55402a67a65444da93ec5f164265ea14", "sha256": "3aca10c74b3b79dfcc2c81afffc1fa5f491e92007eb175e60e0af287dcb438f1" }, "downloads": -1, "filename": "smurfs-0.4.10.tar.gz", "has_sig": false, "md5_digest": "55402a67a65444da93ec5f164265ea14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18611, "upload_time": "2019-02-06T14:48:14", "url": "https://files.pythonhosted.org/packages/0d/a2/e594651ffb9a4a4ce534d78c038cd6e84c7a29f092e5f5effff8e47e2cb2/smurfs-0.4.10.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "e1d44c244df0aafd561c8d50c75ccd64", "sha256": "d97adf496e9c37b6d4a2643979b0fe811ee95f706a8320de0b95c2556195f091" }, "downloads": -1, "filename": "smurfs-0.4.2.tar.gz", "has_sig": false, "md5_digest": "e1d44c244df0aafd561c8d50c75ccd64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16341, "upload_time": "2018-11-13T14:23:48", "url": "https://files.pythonhosted.org/packages/d5/15/06e1f1e27ba1875b0fd97a447cefa63f3925aa628fdfa1629893b58daad7/smurfs-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "51fd6a7e8b3021fec5ecc6c7b272765b", "sha256": "0ba562c2961d4d3adb2c7eb8741605050cb72971b6835eef05b55d5815e60d37" }, "downloads": -1, "filename": "smurfs-0.4.3.tar.gz", "has_sig": false, "md5_digest": "51fd6a7e8b3021fec5ecc6c7b272765b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17362, "upload_time": "2018-11-29T10:52:58", "url": "https://files.pythonhosted.org/packages/3e/38/658680c319dc038b96d41c8a58164760f4a6929c4a2417d5658f0e5062c5/smurfs-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "da207a96f9599840a55545d215335317", "sha256": "756e71d23b207e33cfc05e20e1f0661ceff8cbb29b80aa4fed5c3146a342f2e6" }, "downloads": -1, "filename": "smurfs-0.4.4.tar.gz", "has_sig": false, "md5_digest": "da207a96f9599840a55545d215335317", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17665, "upload_time": "2018-12-07T10:34:49", "url": "https://files.pythonhosted.org/packages/cf/2e/d4ad047c42a4df7bd3031e60b0944892ba92febd427dd91183dfd9605e84/smurfs-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "b018b607ce03b083c9e882484a6f7942", "sha256": "1b72b8e1d581a265b5cbc5cdf599daf544c9f03cf52eb9b172b5e2088d4b00f6" }, "downloads": -1, "filename": "smurfs-0.4.5.tar.gz", "has_sig": false, "md5_digest": "b018b607ce03b083c9e882484a6f7942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18173, "upload_time": "2018-12-10T19:42:27", "url": "https://files.pythonhosted.org/packages/eb/0b/b6acc978e969baa1e414061841692554262fa9607b081435c474963508fa/smurfs-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "0d9a98eb3fc5d2d7a5fcb3510b476b62", "sha256": "4e94ca2a1a53e1904c2059b20212fabf05cb45b6faeb593c45203fbf05353c56" }, "downloads": -1, "filename": "smurfs-0.4.6.tar.gz", "has_sig": false, "md5_digest": "0d9a98eb3fc5d2d7a5fcb3510b476b62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18199, "upload_time": "2018-12-11T09:58:52", "url": "https://files.pythonhosted.org/packages/fc/90/b31111a56ed0396968fb0762171f9a868ac1e7fd01bddc8b65ee49a2b73f/smurfs-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "b5d36ae0c89de42b6e295f0cabbf7b14", "sha256": "4122ea71b2583bc3e9dabe6c6607b903e6b7405fe7364919a1c511a2295d22cd" }, "downloads": -1, "filename": "smurfs-0.4.7.tar.gz", "has_sig": false, "md5_digest": "b5d36ae0c89de42b6e295f0cabbf7b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18284, "upload_time": "2018-12-11T14:14:04", "url": "https://files.pythonhosted.org/packages/b3/30/667c97325cb8eb4eab90fa87ce1e756ce9a78529758a769a3d1f1a0ef8f8/smurfs-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "ee5b2506df6f2224841811b4e59ff221", "sha256": "73a15fc53c96991224a9574e9403911888ad5ee05e3e776ca6e9d98e887c7a04" }, "downloads": -1, "filename": "smurfs-0.4.8.tar.gz", "has_sig": false, "md5_digest": "ee5b2506df6f2224841811b4e59ff221", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18430, "upload_time": "2019-01-10T08:05:43", "url": "https://files.pythonhosted.org/packages/d3/1f/1d5a6aab054b65e8d0ece8d29c8df4be6492b6c2fdcb309b57a849fdb6fc/smurfs-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "b4c09b698ac4ac07af6dec6ef2a90583", "sha256": "3e3d209183c0b161cb1cfba8434d0a2a8f1ff3fffd72369194b06c09cf3ba36d" }, "downloads": -1, "filename": "smurfs-0.4.9.tar.gz", "has_sig": false, "md5_digest": "b4c09b698ac4ac07af6dec6ef2a90583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18505, "upload_time": "2019-02-06T08:52:28", "url": "https://files.pythonhosted.org/packages/39/d9/b4538681990d422db5365eba6fe4d35a06f0563ab6471be8de23eb1bad5b/smurfs-0.4.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "98c139bc59936cfc86841ac550467705", "sha256": "42533e68e264b0654b9886acfc1033a3992dc8d38476eaf7413e97370e1b37cb" }, "downloads": -1, "filename": "smurfs-0.5.0.tar.gz", "has_sig": false, "md5_digest": "98c139bc59936cfc86841ac550467705", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18679, "upload_time": "2019-02-11T16:12:31", "url": "https://files.pythonhosted.org/packages/ba/40/49e8f804e6ce5faede0f10830ffda9fd57c281c01d970367e8dfe61d1e9d/smurfs-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "0deb01050714a75ae760b3d51eb7cebc", "sha256": "8b00d1503e8b92ea8c5347379ecdf9430891bf99694ba0ecaf6cea5c06f07550" }, "downloads": -1, "filename": "smurfs-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0deb01050714a75ae760b3d51eb7cebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18722, "upload_time": "2019-03-04T09:17:06", "url": "https://files.pythonhosted.org/packages/3b/ef/6ea600621f7b29f28def837a08e81d95db668e77d9cfb8725e651ed7d453/smurfs-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "b8ed6229b88bfeb277ae0d15541e4bb7", "sha256": "3389c56fc336b662c2e4bce946ac78a4ef5c6478337ebd8932a154b1d3e7dc0f" }, "downloads": -1, "filename": "smurfs-0.5.2.tar.gz", "has_sig": false, "md5_digest": "b8ed6229b88bfeb277ae0d15541e4bb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18819, "upload_time": "2019-03-14T13:05:09", "url": "https://files.pythonhosted.org/packages/d8/04/58f22d7ce29d9e2b1b33fef082b58af3659013d5aadca9c702a1dbc79e70/smurfs-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "5fdf9e29ec7d6546e14d10c206e51b96", "sha256": "9a5ed3a727b5f9b7f650be3975fe62b1c77b2555552dc3ca4d5e6f79e39cece8" }, "downloads": -1, "filename": "smurfs-0.5.3.tar.gz", "has_sig": false, "md5_digest": "5fdf9e29ec7d6546e14d10c206e51b96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18944, "upload_time": "2019-06-12T10:54:03", "url": "https://files.pythonhosted.org/packages/4e/84/e70715139a3c3be372ffc1672a6e70039437efae509d0295825585f9d9d6/smurfs-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "c821970d362552ac1eb5d303245c2736", "sha256": "398033c7aece5325c60c85b10cd64d77105cf9d0c49eae6be718cacb80c2c010" }, "downloads": -1, "filename": "smurfs-0.5.4.tar.gz", "has_sig": false, "md5_digest": "c821970d362552ac1eb5d303245c2736", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18997, "upload_time": "2019-06-14T11:08:00", "url": "https://files.pythonhosted.org/packages/13/ad/fb79ac0c807feefc807bded92afc35c137a5e2d01701571b591ff0c4406d/smurfs-0.5.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d1f95b7ea602a1c7440770ff9f5e7a9a", "sha256": "e0240f61d511330eeb2c6f4d6ba886670f7b4ca5352a7bcfadc3f215027bfa92" }, "downloads": -1, "filename": "smurfs-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d1f95b7ea602a1c7440770ff9f5e7a9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25678, "upload_time": "2019-09-18T13:47:37", "url": "https://files.pythonhosted.org/packages/6a/27/83616a4dd14432c956367a9383395986604a1d239c18b1202a3d71497dc8/smurfs-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ca5178a157437b01e2b5657c7803998", "sha256": "817db25a5b5496eda07feeb2ccef4e5616ef252ef3cb1afcd53e9b24d0ac3701" }, "downloads": -1, "filename": "smurfs-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5ca5178a157437b01e2b5657c7803998", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21219, "upload_time": "2019-09-18T13:47:38", "url": "https://files.pythonhosted.org/packages/60/a2/d03005027a63a3d4a1ae5a6d7435bc1d6521c03e42319d8f2de29feede61/smurfs-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "093787d9456eef598f7150f6cd7f88b7", "sha256": "cba7aed4fb8a7b7a7981bdc70bf7ec0526ef5de0041b350db842955017bdcec0" }, "downloads": -1, "filename": "smurfs-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "093787d9456eef598f7150f6cd7f88b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25700, "upload_time": "2019-09-23T14:51:48", "url": "https://files.pythonhosted.org/packages/86/29/459ec740d490c75607e4be1c8d5e98ace01fa18010c37461cb090e3dd3f2/smurfs-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "570c0ba86dd4a4a30f4a28596246b1bf", "sha256": "4c9acb9f8c4f50ac5f16405ff6f8921902695df666689e888d5f12cd38336fe8" }, "downloads": -1, "filename": "smurfs-1.0.1.tar.gz", "has_sig": false, "md5_digest": "570c0ba86dd4a4a30f4a28596246b1bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21245, "upload_time": "2019-09-23T14:51:50", "url": "https://files.pythonhosted.org/packages/d8/2d/4632b06e12ad19a0a16bcb34040822c6886fd51f999b927772b728021162/smurfs-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "fcd9b2a7fa3a8931b6b63e1c4b41c3a1", "sha256": "3912d705a8ed7ed078d8aab1c701ad89d0e5cbdfb9205ad5c50e5170fddda969" }, "downloads": -1, "filename": "smurfs-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fcd9b2a7fa3a8931b6b63e1c4b41c3a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25992, "upload_time": "2019-09-24T14:48:29", "url": "https://files.pythonhosted.org/packages/07/79/86b7b70c8f0403d423c89f89e8f1c06e601a5bacabde46aa46113b6d839a/smurfs-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88f46b244666def7fdb9a88b50863588", "sha256": "0be72db414ebff65e21822f8ca1889e1f985cbd80d8c9cbf1aa972ae6d701ac8" }, "downloads": -1, "filename": "smurfs-1.0.2.tar.gz", "has_sig": false, "md5_digest": "88f46b244666def7fdb9a88b50863588", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21519, "upload_time": "2019-09-24T14:48:30", "url": "https://files.pythonhosted.org/packages/99/d5/31198f485ffac252283ee51bc3cc0b89ba939182d9bb9809b31bc59aa2a2/smurfs-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "fca1f3f11c718855a7f6aac6e6a3b7e8", "sha256": "fb1d3243f95e69743c560bbc369c233238fdb12a434fcb962c165a20dbd1c0ec" }, "downloads": -1, "filename": "smurfs-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "fca1f3f11c718855a7f6aac6e6a3b7e8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27548, "upload_time": "2019-09-25T08:55:31", "url": "https://files.pythonhosted.org/packages/00/ed/faff1ea91c391985046c7a248275a106d2e9ca1c875c3159eec2a0b96a65/smurfs-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d82166065151f5c7779085187d4a66d4", "sha256": "cff4ac9f482a34ebc7960ed72f0eeee102fa09a5d4957138fa29a206744e314f" }, "downloads": -1, "filename": "smurfs-1.0.3.tar.gz", "has_sig": false, "md5_digest": "d82166065151f5c7779085187d4a66d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22941, "upload_time": "2019-09-25T08:55:33", "url": "https://files.pythonhosted.org/packages/40/1b/257aee0122495287e3c54f1010dbdc7152d885d44f6a19d7efef5ce8b337/smurfs-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "bea559cdffc67a63a14d4f5bf5bc4542", "sha256": "551f767c4084d3ce86bb8e2fcbc6ecc70a0c64e8a7040f810b6c884006e4d256" }, "downloads": -1, "filename": "smurfs-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bea559cdffc67a63a14d4f5bf5bc4542", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27565, "upload_time": "2019-09-25T08:59:25", "url": "https://files.pythonhosted.org/packages/5b/ed/11b2a7394a72904fd23c77843ba41099d13c5c6cafeb68a3593d998afc26/smurfs-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c177e842e5dfa5db02c21edc46b0d5dc", "sha256": "89baa07c9a14fb7d943fcfd26416e91c73a634ba6d491c3c9fad7d7afe860973" }, "downloads": -1, "filename": "smurfs-1.0.4.tar.gz", "has_sig": false, "md5_digest": "c177e842e5dfa5db02c21edc46b0d5dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22948, "upload_time": "2019-09-25T08:59:27", "url": "https://files.pythonhosted.org/packages/21/29/6cdf177685fab766c90d7a4d14560d57adeffaae759d55f87acfb115887d/smurfs-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "871df710e3b8c11710b23da05a369076", "sha256": "11c59dcd56059ddaf02da80e522cb02005c11bc2aa6a4355fa720ceffda53caa" }, "downloads": -1, "filename": "smurfs-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "871df710e3b8c11710b23da05a369076", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29062, "upload_time": "2019-10-03T07:59:06", "url": "https://files.pythonhosted.org/packages/66/0b/2290d9328325a187e321a554983fd2dfc8048fe24e60b16383bb9959d363/smurfs-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "626a44d0450511c6d59914165c9d426e", "sha256": "7af14c8676cecf21c810bd75b3f863434b2e58a85ecbc156b77e6df4f05edb30" }, "downloads": -1, "filename": "smurfs-1.0.5.tar.gz", "has_sig": false, "md5_digest": "626a44d0450511c6d59914165c9d426e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25120, "upload_time": "2019-10-03T07:59:08", "url": "https://files.pythonhosted.org/packages/00/6b/69e6c9e8d88dbccac06b3badb217c7d561ba1fa8b45e9b46789092ddafcd/smurfs-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "6b4df85a386d4af151ca58432d5a64c8", "sha256": "a89613514465c7b2b2d1fac3fb57b6e7de5c9fbfe8f0d73be569cfaf0b61d34c" }, "downloads": -1, "filename": "smurfs-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "6b4df85a386d4af151ca58432d5a64c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29063, "upload_time": "2019-10-03T08:46:16", "url": "https://files.pythonhosted.org/packages/29/54/5eeeb29357fd0cb4ea8785d50b50940f1b9f88287bb7186c84c6110e8d11/smurfs-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d37954880541198ba4bad0a64beb7d14", "sha256": "688a4478997dace71d6d29cc45003cbf90f657f4b5f8aeaac45ea15fc42957a6" }, "downloads": -1, "filename": "smurfs-1.0.6.tar.gz", "has_sig": false, "md5_digest": "d37954880541198ba4bad0a64beb7d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25120, "upload_time": "2019-10-03T08:46:18", "url": "https://files.pythonhosted.org/packages/2f/03/29a498b73d6720f00b9c4de3c6ddac3454b283ae6bf41ab3cd16b455be23/smurfs-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "96d7b4f617e2c210ded9dc2712d40659", "sha256": "bf632268cc8903ba74e7617d21e589c5b75443a8585b269b637fa55bf38c04f0" }, "downloads": -1, "filename": "smurfs-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "96d7b4f617e2c210ded9dc2712d40659", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29296, "upload_time": "2019-10-09T10:48:15", "url": "https://files.pythonhosted.org/packages/82/0d/839105efc632fb2e199c245346895e6a8767855ab3f62521961095ce9141/smurfs-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bec8febaba675a80d5bd61bc1e852466", "sha256": "11c217c9e5bd2ae495af4de98785c0babffe668c68f9d82dccb8cc71fe4140d9" }, "downloads": -1, "filename": "smurfs-1.0.7.tar.gz", "has_sig": false, "md5_digest": "bec8febaba675a80d5bd61bc1e852466", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25416, "upload_time": "2019-10-09T10:48:17", "url": "https://files.pythonhosted.org/packages/9d/6a/9959924221ef18a22827feb37b9a749a17f739e77c73fbb0991babebd25e/smurfs-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "1d8c8af80d3ca3da0ad9684fef210ef7", "sha256": "b34544ff2b8648aeff80fdd45423f5e54738770bfedcfd0428b6ecac1327a194" }, "downloads": -1, "filename": "smurfs-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "1d8c8af80d3ca3da0ad9684fef210ef7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29316, "upload_time": "2019-10-17T11:02:55", "url": "https://files.pythonhosted.org/packages/5b/eb/c5776a1e1c69d74a29bcc51afebf689b96d678bc9753980a64a2e8856ead/smurfs-1.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "33a3f5d0ca3e808cf22a08aa0f842871", "sha256": "d7cacb9e57b743da75389b3eef041b36f9b6a03ce9830876ec41bcd0d7e53e7b" }, "downloads": -1, "filename": "smurfs-1.0.8.tar.gz", "has_sig": false, "md5_digest": "33a3f5d0ca3e808cf22a08aa0f842871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25380, "upload_time": "2019-10-17T11:02:57", "url": "https://files.pythonhosted.org/packages/e4/d2/74b7933288b26453f1b63af47aa8075192c2aa79024b8b45fe0b4ab47798/smurfs-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d8c8af80d3ca3da0ad9684fef210ef7", "sha256": "b34544ff2b8648aeff80fdd45423f5e54738770bfedcfd0428b6ecac1327a194" }, "downloads": -1, "filename": "smurfs-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "1d8c8af80d3ca3da0ad9684fef210ef7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29316, "upload_time": "2019-10-17T11:02:55", "url": "https://files.pythonhosted.org/packages/5b/eb/c5776a1e1c69d74a29bcc51afebf689b96d678bc9753980a64a2e8856ead/smurfs-1.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "33a3f5d0ca3e808cf22a08aa0f842871", "sha256": "d7cacb9e57b743da75389b3eef041b36f9b6a03ce9830876ec41bcd0d7e53e7b" }, "downloads": -1, "filename": "smurfs-1.0.8.tar.gz", "has_sig": false, "md5_digest": "33a3f5d0ca3e808cf22a08aa0f842871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25380, "upload_time": "2019-10-17T11:02:57", "url": "https://files.pythonhosted.org/packages/e4/d2/74b7933288b26453f1b63af47aa8075192c2aa79024b8b45fe0b4ab47798/smurfs-1.0.8.tar.gz" } ] }