{ "info": { "author": "George L Fulk", "author_email": "fulkgl@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# gsyslog\nPython package for syslog like debugging with user level programs\n\nCreate an easy to use logger facility the act similar to the Linux syslog,\nbut can be used by any application. That way a user application can write\nlogs very similar to root syslog an be consistant.\n\nTo check out a copy of the source:\n cd base-location\n git clone https://github.com/fulkgl/gsyslog.git\n\nRun each of the following with:\n Python 2.7.13\n\nRun unit tests:\n cd base-location\n python tests\\unittest_gsyslog.py\n\nTo check the coding standards and minor quality check:\n cd base-location\n pycodestyle pybaccarat\\playingcards.py\n pycodestyle pybaccarat\\baccarat.py\n pycodestyle pybaccarat\\baccaratsystems.py\n pycodestyle bin\\play_baccarat.py\n pylint --rcfile=\\usr\\local\\bin\\pylint2.rc pybaccarat\\playingcards.py\n pylint --rcfile=\\usr\\local\\bin\\pylint2.rc pybaccarat\\baccarat.py\n pylint --rcfile=\\usr\\local\\bin\\pylint2.rc pybaccarat\\baccaratsystems.py\n pylint --rcfile=\\usr\\local\\bin\\pylint2.rc bin\\play_baccarat.py\n\nTo run the build and make distribution packages:\n cd base-location\n python setup.py sdist bdist_egg\n rem dist/* contains source and binary distribution packages\n\n\nHow to publish to git and pypi.\n1. create project and files\n 1.1 gsyslog\\gsyslog.py and __init__.py\n 1.2 tests\\unittest_gsyslog.py and __init__.py\n 1.3 setup.cfg\n 1.4 setup.py\n 1.5 README.md\n 1.6 MANIFEST.in\n 1.7 LICENSE (use MIT, avoid GNU)\n 1.8 .gitignore and doxygen.cfg (optional)\n2. run unittest to success\n3. git, fulkglE74\n 3.1 on git create a new repo\n 3.2 pycharm vcs/git/add the whole project\n 3.2.1 vcs git tag v0.10\n 3.2.1 vcs git push, define, origin https://git.../gsyslog\n 3.2.3 push button, change master to v0.10\n 3.2.4 check online for upload at git\n4. pypi userid\n 4.1 \\users\\pc\\.pypirc", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fulkgl/gsyslog", "keywords": "log logger logging gsyslog syslog", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gsyslog", "package_url": "https://pypi.org/project/gsyslog/", "platform": "", "project_url": "https://pypi.org/project/gsyslog/", "project_urls": { "Homepage": "https://github.com/fulkgl/gsyslog" }, "release_url": "https://pypi.org/project/gsyslog/0.10/", "requires_dist": null, "requires_python": "", "summary": "George application logger similar to syslog", "version": "0.10" }, "last_serial": 3714783, "releases": { "0.10": [ { "comment_text": "", "digests": { "md5": "d42a01deca0146f7ca3f4e8028167b74", "sha256": "ca0f204a27b48f76c0fc900164ed964d85c378664d569513f5195ec5e7a2d699" }, "downloads": -1, "filename": "gsyslog-0.10.tar.gz", "has_sig": false, "md5_digest": "d42a01deca0146f7ca3f4e8028167b74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3881, "upload_time": "2018-03-28T18:32:57", "url": "https://files.pythonhosted.org/packages/55/e0/cefb67188dad09aea3a0b6768aa494b2b148d55dcb16e3e03f90ce00f064/gsyslog-0.10.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d42a01deca0146f7ca3f4e8028167b74", "sha256": "ca0f204a27b48f76c0fc900164ed964d85c378664d569513f5195ec5e7a2d699" }, "downloads": -1, "filename": "gsyslog-0.10.tar.gz", "has_sig": false, "md5_digest": "d42a01deca0146f7ca3f4e8028167b74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3881, "upload_time": "2018-03-28T18:32:57", "url": "https://files.pythonhosted.org/packages/55/e0/cefb67188dad09aea3a0b6768aa494b2b148d55dcb16e3e03f90ce00f064/gsyslog-0.10.tar.gz" } ] }