{ "info": { "author": "sgpy", "author_email": "ads@ipool.remotewebaccess.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.7" ], "description": "## SG Python Development Package\n\n
  \n\n\n                            :.:,:,                          \n                          ` :.:,:,``                        \n                          :`:.:,:,.:                        \n                          :`:.:,:,.:                        \n                          :`:.:,:,.:                        \n                          ::;.:,::::                        \n                          :`.::::.`:                        \n                          :`  :;  `:                        \n       :  :  :.           :`  ::  `:            :  :  `     \n       ,:`.;. ;:          ::  :: `;:          `:, ;; :;`    \n        `:, :: :;         :`::::::.:         ::` :: ;:      \n       ,, :: :::,;        :` `::` `:        :::,:. ::       \n        :: :; :: `;.      :`  ::  `:      `:: :; .:. ;:     \n         :; :;`:  .::     ::  ::  ::     .:,  : :: .:,      \n        ; ,;`.;:  , :;    :.:`::`;.:    ::`,  ::; ::        \n        ::`.:;::: :  ,;   :` ,::, `:   ;;  : `;:,:; ,:      \n         `::`   :;:   ::` :`  ::  `: `;;   :.:. .:;;;       \n           :,    :;   , ;,;.  ::  .:::.,   ::     ;:        \n            ::`::..:.``  : ;: :: :: :  ,  :;::  `:,         \n             :;    `::`  :  .::::.  :  `.;,   ,;:`          \n              .:`   :::  :    ;:    :  ,;`    ;:            \n                ::::  :; :    :,    : :; ::: ::             \n                 ::    ,::    :,    :;:    .:.              \n                  :;  .:::,   :,   ,::.   :;                \n                   .:::   ::  :,  :;  ::;;:                 \n                  `::      ;; :, ::      :                  \n             `.:;;:.::      ,::::,      ,:::.               \n         .::::, :`   ::     `::;.      ::  .::;:`           \n    `:::::  :`   :`   :::::::::;;:::  ::    :  ,;:::        \n    .,` :`   :`   :,:::;:.   :,;   ,:::,   :    :``::::.    \n    `,::::`   ::::::, `:     : ::    `::::;.   :    ::,::   \n  `:::`   ::::::  ,`  :`    :,  :     :   :::::`   ::::     \n     ,:::;:`  :   :   ;     ;   :,    :   ;  `:::::: `::::, \n :::;:.   :   :   : .::    ;,    :    `,  ,   :  `::::,  `: \n ,   `:::;,  .``:;:::`::::;:     ::::,`:::`:  .`  :` `::::. \n   .::,  : :::::`     :   ;,:   :;: `::` `:;:: :  `;::.  .;:\n      ,::;:.`        ;`  `: :.  ; :`  .:     .:;:, : .::::  \n      ,`            `:   :.  ; ;` ,:   :         ,::::`  .  \n                    ;::::;   :::   :::,,:            ::     \n                   `:   ;.:  ; ;  :::  .:                   \n                   ;   `; ,`:. ,,`: :   ::                  \n                  `; ``;.  ;;   ;:  ::   :                  \n                  ;::`.;.  :.   :.  `;::::.                 \n                 `:   :.:  :     ;  :;.  `;                 \n                 :   .: `::.     : :``;   :`                \n                .:.::;`  :;      `::  ;`  `:                \n                ;:;:.;:  :.       ;   :::::;                \n               .: : ;`:  :        `: `:: :.,:               \n               ;`::.: :::`         : ;,,: ; :               \n                 : ;`::::          ,;,: : :`::              \n                ::.: : :`           ; ;.::.:                \n                : :`::.:            ::`; : :                \n                 .: : :`             : : :.,:               \n                 :`:,                  ,: ;                 \n                .:                      , ;`                \n                                          .:                \n                                          
\n\n## Installation\n\n

\n\"PyPI
\n\n\n\nFirst download & install Python for windows.\n
\n\n#### On Linux Terminal\n\n
   \nroot@0x01:~# apt-get install python\nroot@0x01:~# git clone https://github.com/sgframework/sgpy.git\n    Cloning into 'sgpy'...\n    remote: Enumerating objects: 9, done.\n    remote: Counting objects: 100% (9/9), done.\n    remote: Compressing objects: 100% (8/8), done.\n    remote: Total 9 (delta 1), reused 0 (delta 0), pack-reused 0\n    Unpacking objects: 100% (9/9), done.\nroot@0x01:~# cd sgpy/\nroot@0x01:~/sgpy# ls\n    LICENSE  README.md  x.py\nroot@0x01:~/sgpy# python x.py\n    What do you want to search for ? >>\n
\n\n#### On Command Line Windows\n
  \n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy>python setup.py --help-commands\nStandard commands:\n  build             build everything needed to install\n  build_py          \"build\" pure Python modules (copy to build directory)\n  build_ext         build C/C++ extensions (compile/link to build directory)\n  build_clib        build C/C++ libraries used by Python extensions\n  build_scripts     \"build\" scripts (copy and fixup #! line)\n  clean             clean up temporary files from 'build' command\n  install           install everything from build directory\n  install_lib       install all Python modules (extensions and pure Python)\n  install_headers   install C/C++ header files\n  install_scripts   install scripts (Python or otherwise)\n  install_data      install data files\n  sdist             create a source distribution (tarball, zip file, etc.)\n  register          register the distribution with the Python package index\n  bdist             create a built (binary) distribution\n  bdist_dumb        create a \"dumb\" built distribution\n  bdist_rpm         create an RPM distribution\n  bdist_wininst     create an executable installer for MS Windows\n  check             perform some checks on the package\n  upload            upload binary package to PyPI\n\nExtra commands:\n  alias             define a shortcut to invoke one or more commands\n  bdist_egg         create an \"egg\" distribution\n  develop           install package in 'development mode'\n  dist_info         create a .dist-info directory\n  easy_install      Find/get/install Python packages\n  egg_info          create a distribution's .egg-info directory\n  install_egg_info  Install an .egg-info directory for the package\n  rotate            delete older distributions, keeping N newest files\n  saveopts          save supplied options to setup.cfg or other config file\n  setopt            set an option in setup.cfg or another config file\n  test              run unit tests after in-place build\n  upload_docs       Upload documentation to PyPI\n\nusage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]\n   or: setup.py --help [cmd1 cmd2 ...]\n   or: setup.py --help-commands\n   or: setup.py cmd --help\n\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy>\n
\n\n### Setup, install and push pip package.\n\n
  \n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy>python setup.py sdist\nrunning sdist\nrunning egg_info\nwriting sgpy.egg-info\\PKG-INFO\nwriting dependency_links to sgpy.egg-info\\dependency_links.txt\nwriting entry points to sgpy.egg-info\\entry_points.txt\nwriting requirements to sgpy.egg-info\\requires.txt\nwriting top-level names to sgpy.egg-info\\top_level.txt\nreading manifest file 'sgpy.egg-info\\SOURCES.txt'\nreading manifest template 'MANIFEST.in'\nwarning: no files found matching '*' under directory 'data'\nwriting manifest file 'sgpy.egg-info\\SOURCES.txt'\nrunning check\ncreating sgpy-1.0.3\ncreating sgpy-1.0.3\\sgpy.egg-info\ncreating sgpy-1.0.3\\src\ncreating sgpy-1.0.3\\src\\sgapi\ncreating sgpy-1.0.3\\src\\sgapi\\data\ncopying files to sgpy-1.0.3...\ncopying LICENSE.txt -> sgpy-1.0.3\ncopying MANIFEST.in -> sgpy-1.0.3\ncopying README.md -> sgpy-1.0.3\ncopying setup.cfg -> sgpy-1.0.3\ncopying setup.py -> sgpy-1.0.3\ncopying sgpy.egg-info\\PKG-INFO -> sgpy-1.0.3\\sgpy.egg-info\ncopying sgpy.egg-info\\SOURCES.txt -> sgpy-1.0.3\\sgpy.egg-info\ncopying sgpy.egg-info\\dependency_links.txt -> sgpy-1.0.3\\sgpy.egg-info\ncopying sgpy.egg-info\\entry_points.txt -> sgpy-1.0.3\\sgpy.egg-info\ncopying sgpy.egg-info\\requires.txt -> sgpy-1.0.3\\sgpy.egg-info\ncopying sgpy.egg-info\\top_level.txt -> sgpy-1.0.3\\sgpy.egg-info\ncopying src\\sgapi\\__init__.py -> sgpy-1.0.3\\src\\sgapi\ncopying src\\sgapi\\main.py -> sgpy-1.0.3\\src\\sgapi\ncopying src\\sgapi\\x.py -> sgpy-1.0.3\\src\\sgapi\ncopying src\\sgapi\\data\\flash.dat -> sgpy-1.0.3\\src\\sgapi\\data\nWriting sgpy-1.0.3\\setup.cfg\nCreating tar archive\nremoving 'sgpy-1.0.3' (and everything under it)\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy>pip install -e .\nObtaining file:///C:/Program%20Files/Windows%20Server/Bin/WebApps/Site/cdn/sgpy\nRequirement already satisfied: peppercorn in c:\\program files\\python37\\lib\\site-packages (from sgpy==1.0.3) (0.6)\nInstalling collected packages: sgpy\n  Found existing installation: sgpy 1.0.3\n    Uninstalling sgpy-1.0.3:\n      Successfully uninstalled sgpy-1.0.3\n  Running setup.py develop for sgpy\nSuccessfully installed sgpy\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy>twine upload --skip-existing dist/*\nEnter your username: sgpy\nEnter your password:\nUploading distributions to https://upload.pypi.org/legacy/\n  Skipping sgpy-1.0.1-py2.py3-none-any.whl because it appears to already exist\n  Skipping sgpy-1.0.1-py3.7.egg because it appears to already exist\n  Skipping sgpy-1.0.1.tar.gz because it appears to already exist\n  Skipping sgpy-1.0.2.tar.gz because it appears to already exist\nUploading sgpy-1.0.3.tar.gz\n100%|\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 20.5k/20.5k [00:02<00:00, 8.81kB/s]\n\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy>python setup.py install\nrunning install\nrunning bdist_egg\nrunning egg_info\nwriting sgpy.egg-info\\PKG-INFO\nwriting dependency_links to sgpy.egg-info\\dependency_links.txt\nwriting entry points to sgpy.egg-info\\entry_points.txt\nwriting requirements to sgpy.egg-info\\requires.txt\nwriting top-level names to sgpy.egg-info\\top_level.txt\nreading manifest file 'sgpy.egg-info\\SOURCES.txt'\nreading manifest template 'MANIFEST.in'\nwarning: no files found matching '*' under directory 'data'\nwriting manifest file 'sgpy.egg-info\\SOURCES.txt'\ninstalling library code to build\\bdist.win-amd64\\egg\nrunning install_lib\nrunning build_py\ncreating build\\bdist.win-amd64\\egg\ncreating build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\chat.py -> build\\bdist.win-amd64\\egg\\sgapi\ncreating build\\bdist.win-amd64\\egg\\sgapi\\data\ncopying build\\lib\\sgapi\\data\\flash.dat -> build\\bdist.win-amd64\\egg\\sgapi\\data\ncopying build\\lib\\sgapi\\echo.py -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\favicon.ico -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\listen.py -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\main.py -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\server.py -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\x.py -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\__init__.py -> build\\bdist.win-amd64\\egg\\sgapi\ncopying build\\lib\\sgapi\\__main__.py -> build\\bdist.win-amd64\\egg\\sgapi\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\chat.py to chat.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\echo.py to echo.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\listen.py to listen.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\main.py to main.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\server.py to server.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\x.py to x.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\__init__.py to __init__.cpython-37.pyc\nbyte-compiling build\\bdist.win-amd64\\egg\\sgapi\\__main__.py to __main__.cpython-37.pyc\ninstalling package data to build\\bdist.win-amd64\\egg\nrunning install_data\ncreating build\\bdist.win-amd64\\egg\\data\ncopying src\\sgapi\\data\\flash.dat -> build\\bdist.win-amd64\\egg\\data\ncreating build\\bdist.win-amd64\\egg\\EGG-INFO\ncopying sgpy.egg-info\\PKG-INFO -> build\\bdist.win-amd64\\egg\\EGG-INFO\ncopying sgpy.egg-info\\SOURCES.txt -> build\\bdist.win-amd64\\egg\\EGG-INFO\ncopying sgpy.egg-info\\dependency_links.txt -> build\\bdist.win-amd64\\egg\\EGG-INFO\ncopying sgpy.egg-info\\entry_points.txt -> build\\bdist.win-amd64\\egg\\EGG-INFO\ncopying sgpy.egg-info\\requires.txt -> build\\bdist.win-amd64\\egg\\EGG-INFO\ncopying sgpy.egg-info\\top_level.txt -> build\\bdist.win-amd64\\egg\\EGG-INFO\nzip_safe flag not set; analyzing archive contents...\ncreating 'dist\\sgpy-1.0.8-py3.7.egg' and adding 'build\\bdist.win-amd64\\egg' to it\nremoving 'build\\bdist.win-amd64\\egg' (and everything under it)\nProcessing sgpy-1.0.8-py3.7.egg\nRemoving c:\\program files\\python37\\lib\\site-packages\\sgpy-1.0.8-py3.7.egg\nCopying sgpy-1.0.8-py3.7.egg to c:\\program files\\python37\\lib\\site-packages\nsgpy 1.0.8 is already the active version in easy-install.pth\nInstalling sgpy-script.py script to C:\\Program Files\\Python37\\Scripts\nInstalling sgpy.exe script to C:\\Program Files\\Python37\\Scripts\n\nInstalled c:\\program files\\python37\\lib\\site-packages\\sgpy-1.0.8-py3.7.egg\nProcessing dependencies for sgpy==1.0.8\nSearching for peppercorn==0.6\nBest match: peppercorn 0.6\nAdding peppercorn 0.6 to easy-install.pth file\n\nUsing c:\\program files\\python37\\lib\\site-packages\nFinished processing dependencies for sgpy==1.0.8\n\n
\n\n##### Python & pip commands\n\n
  \n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src>dir\n Volume in drive C has no label.\n Volume Serial Number is 7276-2F1C\n\n Directory of C:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src\n\n05/24/2019  10:45 PM     DIR           .\n05/24/2019  10:45 PM     DIR           ..\n05/24/2019  10:45 PM     DIR           sgapi\n               0 File(s)              0 bytes\n               3 Dir(s)  77,068,972,032 bytes free\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src>cd sgapi\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src\\sgapi>dir\n Volume in drive C has no label.\n Volume Serial Number is 7276-2F1C\n\n Directory of C:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src\\sgapi\n\n05/24/2019  10:45 PM     DIR           .\n05/24/2019  10:45 PM     DIR           ..\n05/24/2019  10:15 PM     DIR           data\n05/24/2019  06:02 PM               129 main.py\n05/24/2019  06:33 PM               190 pip-delete-this-directory.txt\n05/24/2019  06:05 PM                41 x.py\n05/24/2019  10:03 PM               112 __init__.py\n               4 File(s)            472 bytes\n               3 Dir(s)  77,068,972,032 bytes free\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src\\sgapi>python main.py\nYour IP is 5.132.219.28, 5.132.219.28\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src\\sgapi>python x.py\nHello, World!\n\n\nC:\\Users\\a7med\\Desktop\\development>pip install sgpy==1.0.1\nCollecting sgpy==1.0.1\n  Using cached https://files.pythonhosted.org/packages/b3/b5/6e148a8eaae37241cb931f59568392461db694197082d5e018bffc9ce2f3/sgpy-1.0.1-py2.py3-none-any.whl\nRequirement already satisfied: peppercorn in c:\\program files\\python37\\lib\\site-packages (from sgpy==1.0.1) (0.6)\nInstalling collected packages: sgpy\nSuccessfully installed sgpy-1.0.1\n\n\nC:\\Program Files\\Python37\\Scripts>sgpy\nCall your main application code here\n\nC:\\>sgpy\nCall your main application code here\n\n
\n\n#### Python Server Initiation\n\n
  \n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn\\sgpy\\src\\sgapi>python -m http.server 8000\nServing HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...\n127.0.0.1 - - [25/May/2019 00:42:12] \"GET / HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:12] code 404, message File not found\n127.0.0.1 - - [25/May/2019 00:42:12] \"GET /favicon.ico HTTP/1.1\" 404 -\n127.0.0.1 - - [25/May/2019 00:42:15] \"GET /server.py HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:19] \"GET /x.py HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:21] \"GET /__init__.py HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:23] \"GET /data/ HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:24] \"GET /data/flash.csv HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:26] \"GET /data/flash.dat HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:29] \"GET /main.py HTTP/1.1\" 200 -\n127.0.0.1 - - [25/May/2019 00:42:34] \"GET /pip-delete-this-directory.txt HTTP/1.1\" 200 -\n
\n\n\n\n#### Installed pip's\n\n```cmd\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn>pip list\nPackage Version\n---------- -------\npeppercorn 0.6\npip 19.1.1\nsetuptools 28.8.0\nsgpy 1.0.8\n\n\nC:\\Program Files\\Windows Server\\Bin\\WebApps\\Site\\cdn>pip show sgpy\nName: sgpy\nVersion: 1.0.8\nSummary: Python project extending main framework functionalities\nHome-page: https://github.com/sgframework/sgpy\nAuthor: sgpy\nAuthor-email: ads@ipool.remotewebaccess.com\nLicense: MIT\nLocation: c:\\program files\\python36\\lib\\site-packages\nRequires: peppercorn\nRequired-by:\n\n```\n\n\n#### cmd commands history\n\n
  \n\n\u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\n\u25020: pip install -e .                     \u2502\n\u25021: python setup.py sdist                \u2502\n\u25022: pip install -e .                     \u2502\n\u25023: twine upload --skip-existing dist/*  \u2502\n\u25024: python setup.py sdist                \u2502\n\u25025: pip install -e .                     \u2502\n\u25026: twine upload --skip-existing dist/*  \u2502\n\u25027: python setup.py sdist                \u2502\n\u25028: pip install -e .                     \u2502\n\u25029: dir                                  \u2502\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n\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/sgframework/sgpy", "keywords": "SGPython development environment", "license": "", "maintainer": "", "maintainer_email": "", "name": "sgpy", "package_url": "https://pypi.org/project/sgpy/", "platform": "", "project_url": "https://pypi.org/project/sgpy/", "project_urls": { "Bug Reports": "https://github.com/sgframework/sgpy/issues", "Funding": "https://donate.pypi.org", "Homepage": "https://github.com/sgframework/sgpy", "Say Thanks!": "http://saythanks.io/to/sgframework" }, "release_url": "https://pypi.org/project/sgpy/1.1.1/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "summary": "Python project extending main framework functionalities", "version": "1.1.1" }, "last_serial": 5348806, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "f12b97805d187c6b79a387fdbb81947c", "sha256": "1ba94e130167c5ef2dcc975c495af30faff321c4e66004fdf29353dc637fdb69" }, "downloads": -1, "filename": "sgpy-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f12b97805d187c6b79a387fdbb81947c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4246, "upload_time": "2019-05-24T16:11:03", "url": "https://files.pythonhosted.org/packages/b3/b5/6e148a8eaae37241cb931f59568392461db694197082d5e018bffc9ce2f3/sgpy-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad8b6e386ed4420aea9bdcb71b9c37f5", "sha256": "e79c89cb0aefee7cc6dfad409a1e0d13b05b44a6abe211d0055afa82e6cfaeb6" }, "downloads": -1, "filename": "sgpy-1.0.1-py3.7.egg", "has_sig": false, "md5_digest": "ad8b6e386ed4420aea9bdcb71b9c37f5", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4186, "upload_time": "2019-05-24T20:05:33", "url": "https://files.pythonhosted.org/packages/00/0b/2a7ff39e6698a18df03dc87afc8a107cf9bb060a0c0ccf9d07c23d39ab7b/sgpy-1.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "328b9c59aa2a379c5a7f0c2d2857828d", "sha256": "86abbec3814dc0604ff0fa8c0e44d9fb4d5077c2f993a61edea697abc4f0ec77" }, "downloads": -1, "filename": "sgpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "328b9c59aa2a379c5a7f0c2d2857828d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 8772, "upload_time": "2019-05-24T16:11:05", "url": "https://files.pythonhosted.org/packages/a5/39/93f62a35ff7897e6d11c9ae9649839d6a7534e3fda3318069d37dfe4b929/sgpy-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4fa0f21d7b8d081617cda0d489deb3b0", "sha256": "e9274ef336955fc9cc9a5207859c55a4d6b92536475a09fa0211a90de74c4965" }, "downloads": -1, "filename": "sgpy-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4fa0f21d7b8d081617cda0d489deb3b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 8672, "upload_time": "2019-05-24T20:08:22", "url": "https://files.pythonhosted.org/packages/55/59/1c0b96ec38f10221f2bf791ababc008fed1ad200736d446e1b6a9e65960c/sgpy-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "88d7e6baaeb786ec0a5075b5011d4b3e", "sha256": "181739d357e6db89f3b801185a89a6b354db0bf1c3308721dbe140e588698c00" }, "downloads": -1, "filename": "sgpy-1.0.3.tar.gz", "has_sig": false, "md5_digest": "88d7e6baaeb786ec0a5075b5011d4b3e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 8674, "upload_time": "2019-05-24T20:26:17", "url": "https://files.pythonhosted.org/packages/1e/33/230540b864a7419cc2eb964f8623854bc4713754573b7f68dfab0d29b605/sgpy-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "4017c374fdefdc42fc015112542214dd", "sha256": "23a92a3e230d05f7778da9726c2de3952e4fa613e0ec26f1215d8a7d875b573c" }, "downloads": -1, "filename": "sgpy-1.0.4.tar.gz", "has_sig": false, "md5_digest": "4017c374fdefdc42fc015112542214dd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 8674, "upload_time": "2019-05-24T20:30:42", "url": "https://files.pythonhosted.org/packages/d9/3e/734974231741bc253dddf60260271453555d52e2753f9e42c05deaa6f244/sgpy-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "691affd148c753e0b00062893c861b8b", "sha256": "dfc3b61814b0d24a01408b5eae26185a06d04c7386d686377f7c2479273931c3" }, "downloads": -1, "filename": "sgpy-1.0.5.tar.gz", "has_sig": false, "md5_digest": "691affd148c753e0b00062893c861b8b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 9688, "upload_time": "2019-05-25T17:50:24", "url": "https://files.pythonhosted.org/packages/02/60/ab622e1d9c483e9c1da62bd9bda48296718f7cd2d320018921c579b4fe50/sgpy-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "a2f088505fd5c37338eac273d4ab5d78", "sha256": "8a8a237efde1d646fa2d502b633ef8fb5421184d1f24cb150119dcc8c16da880" }, "downloads": -1, "filename": "sgpy-1.0.6.tar.gz", "has_sig": false, "md5_digest": "a2f088505fd5c37338eac273d4ab5d78", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39078, "upload_time": "2019-05-25T17:55:38", "url": "https://files.pythonhosted.org/packages/68/4e/718b27d19b1b5fedaa6b8b1dbdc14aeb44f31e75baefe3602836e9783692/sgpy-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "c0b4732d7a71d01d31fdb376718aff2f", "sha256": "aa4b16a1ab80c164c8830a84aba7e699f4356cde8352b18bc82e8c3b90daae86" }, "downloads": -1, "filename": "sgpy-1.0.7.tar.gz", "has_sig": false, "md5_digest": "c0b4732d7a71d01d31fdb376718aff2f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39200, "upload_time": "2019-05-25T21:08:52", "url": "https://files.pythonhosted.org/packages/42/53/65cd979cae836b116d134693a96f5a6857f9997297a8345483c766f227c8/sgpy-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "07226cbad52b9689a532c56012228bca", "sha256": "269b4d40f3c30670ef7a6de45d1c1ecd06b910586bdcb665969ced7015df49e6" }, "downloads": -1, "filename": "sgpy-1.0.8-py3.7.egg", "has_sig": false, "md5_digest": "07226cbad52b9689a532c56012228bca", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 39080, "upload_time": "2019-06-01T21:58:54", "url": "https://files.pythonhosted.org/packages/84/a6/dfbcede6301bcab0cb1176b2c84bae84ccaf599a2a210cc85c02dc363a3c/sgpy-1.0.8-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "09d433e8c51d573dd80ef865daa362b0", "sha256": "c3e191c07d9b7b17fa41275b5ed71494b1d115c013560e47c177b202dbd9560d" }, "downloads": -1, "filename": "sgpy-1.0.8.tar.gz", "has_sig": false, "md5_digest": "09d433e8c51d573dd80ef865daa362b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 60237, "upload_time": "2019-05-26T04:14:10", "url": "https://files.pythonhosted.org/packages/83/cd/47c83b9f6a32c936e7b16c58edc6428835c425ea7664bd4b1ded01acf213/sgpy-1.0.8.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9b7ff66459e99c2e87536203fc5ec13a", "sha256": "e71b5245b364f1e54edbab65410d45dcdfd304353f8b42b35e7c09e1c6c92530" }, "downloads": -1, "filename": "sgpy-1.1.0.tar.gz", "has_sig": false, "md5_digest": "9b7ff66459e99c2e87536203fc5ec13a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 63581, "upload_time": "2019-06-02T13:23:18", "url": "https://files.pythonhosted.org/packages/39/aa/dd81fb6fd5913e097377d98f40ba966072adf09961f6a2bd37698ab7d3fb/sgpy-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "102d99b03c3874b4d5830a74e6c78f14", "sha256": "9dd4ba0fffcbc30a7e63c58465bafb882236ae460d764afd4efccb04cfda924a" }, "downloads": -1, "filename": "sgpy-1.1.1.tar.gz", "has_sig": false, "md5_digest": "102d99b03c3874b4d5830a74e6c78f14", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 63563, "upload_time": "2019-06-02T13:40:38", "url": "https://files.pythonhosted.org/packages/c0/b2/15b66e8c4ca8ec3e5f7ccb0927af721915e96ebe2d646887e2f9feb5e715/sgpy-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "102d99b03c3874b4d5830a74e6c78f14", "sha256": "9dd4ba0fffcbc30a7e63c58465bafb882236ae460d764afd4efccb04cfda924a" }, "downloads": -1, "filename": "sgpy-1.1.1.tar.gz", "has_sig": false, "md5_digest": "102d99b03c3874b4d5830a74e6c78f14", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 63563, "upload_time": "2019-06-02T13:40:38", "url": "https://files.pythonhosted.org/packages/c0/b2/15b66e8c4ca8ec3e5f7ccb0927af721915e96ebe2d646887e2f9feb5e715/sgpy-1.1.1.tar.gz" } ] }