{ "info": { "author": "Dustin Spicuzza, Peter Johnson", "author_email": "robotpy@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "RobotPy NetworkTables Project\n=============================\n\n.. image:: https://travis-ci.org/robotpy/pynetworktables.svg\n :target: https://travis-ci.org/robotpy/pynetworktables\n\nThis is a pure python implementation of the NetworkTables protocol, derived\nfrom the wpilib ntcore C++ implementation. In FRC, the NetworkTables protocol\nis used to pass non-Driver Station data to and from the robot across the network.\n\nThis implementation is intended to be compatible with python 3.5 and later.\nAll commits to the repository are automatically tested on all supported python\nversions using Travis-CI.\n\n.. note:: NetworkTables is a protocol used for robot communication in the\n FIRST Robotics Competition, and can be used to talk to\n SmartDashboard/SFX. It does not have any security, and should never\n be used on untrusted networks.\n\n.. note:: If you require support for Python 2.7, use pynetworktables 2018.2.0\n\nDocumentation\n-------------\n\nFor usage, detailed installation information, and other notes, please see\nour documentation at http://pynetworktables.readthedocs.io\n\nDon't understand this NetworkTables thing? Check out our `basic overview of\nNetworkTables `_.\n\nInstallation\n------------\n\nOn the RoboRIO, you don't install this directly, but use the RobotPy installer\nto install it on your RoboRIO, or it is installed by pip as part of the\npyfrc setup process.\n\nOn something like a coprocessor, driver station, or laptop, make sure pip is\ninstalled, connect to the internet, and install like so:\n\n::\n\n pip install pynetworktables\n\nSupport\n-------\n\nThe RobotPy project has a mailing list that you can send emails to for\nsupport: robotpy@googlegroups.com. Keep in mind that the maintainers of\nRobotPy projects are also members of FRC Teams and do this in their free\ntime.\n\nIf you find a bug, please file a bug report using github\nhttps://github.com/robotpy/pynetworktables/issues/new\n\nContributing new changes\n------------------------\n\nRobotPy is an open project that all members of the FIRST community can\neasily and quickly contribute to. If you find a bug, or have an idea that you\nthink others can use:\n\n1. `Fork this git repository `_ to your github account\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push -u origin my-new-feature`)\n5. Create new Pull Request on github\n\nAuthors & Contributors\n======================\n\n* Dustin Spicuzza, FRC Team 1418/2423\n* Peter Johnson, FRC Team 294\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robotpy/pynetworktables", "keywords": "frc first robotics wpilib networktables", "license": "BSD-3-Clause", "maintainer": "", "maintainer_email": "", "name": "pynetworktables", "package_url": "https://pypi.org/project/pynetworktables/", "platform": "", "project_url": "https://pypi.org/project/pynetworktables/", "project_urls": { "Homepage": "https://github.com/robotpy/pynetworktables" }, "release_url": "https://pypi.org/project/pynetworktables/2019.0.2/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A pure Python implementation of NetworkTables, used for robot communications in the FIRST Robotics Competition.", "version": "2019.0.2" }, "last_serial": 4887839, "releases": { "2015.0.0": [ { "comment_text": "", "digests": { "md5": "b83ff2827469e59e9b5d216bad2514ff", "sha256": "a61c5ca69df6e2faa0240aa5e0605bcb9bccddff356313ff255aa9068e4b1f36" }, "downloads": -1, "filename": "pynetworktables-2015.0.0.tar.gz", "has_sig": false, "md5_digest": "b83ff2827469e59e9b5d216bad2514ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17768, "upload_time": "2014-11-26T21:26:12", "url": "https://files.pythonhosted.org/packages/3d/7a/c29a54c65b5bc721fb977105184b3b196aeb02852a4375923bb5c4e47f62/pynetworktables-2015.0.0.tar.gz" } ], "2015.0.1": [ { "comment_text": "", "digests": { "md5": "8942aa3481a369673cd49835e91f4d8b", "sha256": "38cd71deddc998e98d4704049f38aab38efe006019998931c6258415b9e32518" }, "downloads": -1, "filename": "pynetworktables-2015.0.1.tar.gz", "has_sig": false, "md5_digest": "8942aa3481a369673cd49835e91f4d8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17802, "upload_time": "2014-12-19T09:15:42", "url": "https://files.pythonhosted.org/packages/59/ab/6858a3c50419356d06872242dbeb75ae09048f8392370481eee45a6cd074/pynetworktables-2015.0.1.tar.gz" } ], "2015.0.2": [ { "comment_text": "", "digests": { "md5": "1ff0527822b1b18c179880510bbbde6a", "sha256": "fd525a814194eebe0089b61f0e0c991de1296d108ad078091ee0f3299d0023b9" }, "downloads": -1, "filename": "pynetworktables-2015.0.2.tar.gz", "has_sig": false, "md5_digest": "1ff0527822b1b18c179880510bbbde6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18212, "upload_time": "2014-12-22T07:37:29", "url": "https://files.pythonhosted.org/packages/43/32/860e42888a876fe2d03c2c75111502517a8f4e90a9c661d9ef8f8551658d/pynetworktables-2015.0.2.tar.gz" } ], "2015.0.3": [ { "comment_text": "", "digests": { "md5": "e46c706cef55cf52db5a5b731733ad9f", "sha256": "e085c14990c5afbf43f1153ff858cdca3802cf481a7d5d7be9c2088467c31d88" }, "downloads": -1, "filename": "pynetworktables-2015.0.3.tar.gz", "has_sig": false, "md5_digest": "e46c706cef55cf52db5a5b731733ad9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18259, "upload_time": "2015-01-02T20:17:23", "url": "https://files.pythonhosted.org/packages/19/b1/f3519954149ceaaeb6130668b2dc967f6aaa6890693655161ca5f8e0268e/pynetworktables-2015.0.3.tar.gz" } ], "2015.0.4": [ { "comment_text": "", "digests": { "md5": "854b1dd3f21d9910c1c65ffee61ff2a6", "sha256": "0d11199e001e5ba03284c33cab5e92c46344566a161967da3d3e3696b9b04f51" }, "downloads": -1, "filename": "pynetworktables-2015.0.4.tar.gz", "has_sig": false, "md5_digest": "854b1dd3f21d9910c1c65ffee61ff2a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18262, "upload_time": "2015-01-03T08:15:07", "url": "https://files.pythonhosted.org/packages/70/35/ee2fd47c4f9160118aaad0c8e14250ebb95242dfdf3405a816fba76e1a24/pynetworktables-2015.0.4.tar.gz" } ], "2015.0.5": [ { "comment_text": "", "digests": { "md5": "a4adcf7dd1adb0038b199f9cba951498", "sha256": "488d221797f62b234aa8585dab35eb53e23d20c7cf79e62c52fb1c13e41a630d" }, "downloads": -1, "filename": "pynetworktables-2015.0.5.tar.gz", "has_sig": false, "md5_digest": "a4adcf7dd1adb0038b199f9cba951498", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17931, "upload_time": "2015-01-07T03:20:30", "url": "https://files.pythonhosted.org/packages/1b/26/9a4e41e883df2013766fe606a48e91e7b9a04ade07cd97c6423f53c52099/pynetworktables-2015.0.5.tar.gz" } ], "2015.0.6": [ { "comment_text": "", "digests": { "md5": "b19ef111a240a7ed1cf39322f2615d60", "sha256": "5499753c90f03f0262c12b0879ff3404690334a72ebee6fc7ceb09662755fa58" }, "downloads": -1, "filename": "pynetworktables-2015.0.6.tar.gz", "has_sig": false, "md5_digest": "b19ef111a240a7ed1cf39322f2615d60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18565, "upload_time": "2015-01-21T07:19:28", "url": "https://files.pythonhosted.org/packages/89/ac/795abe252d86a15bff35288f8ad01da9a1bc3a7185c741027cc9498422e3/pynetworktables-2015.0.6.tar.gz" } ], "2015.1.0": [ { "comment_text": "", "digests": { "md5": "a2de7b55a6869d5b85f1980b979ac5bd", "sha256": "b2765f381d63586e748e4c2e2d216c2ceae103fc8c9fb1227cad6efd44b5c593" }, "downloads": -1, "filename": "pynetworktables-2015.1.0.tar.gz", "has_sig": false, "md5_digest": "a2de7b55a6869d5b85f1980b979ac5bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20528, "upload_time": "2015-01-31T06:04:05", "url": "https://files.pythonhosted.org/packages/ba/70/ac5e3763a1a1210a8709703429d11bbf99e167e8e330c8ff4cc4afc2f09e/pynetworktables-2015.1.0.tar.gz" } ], "2015.1.1": [ { "comment_text": "", "digests": { "md5": "344bc4f914087e40bb5dc74efcaacb42", "sha256": "78656b8a9ac9568e601475835ba61d8c2a59510c6c939e7937b61de95864c6e8" }, "downloads": -1, "filename": "pynetworktables-2015.1.1.tar.gz", "has_sig": false, "md5_digest": "344bc4f914087e40bb5dc74efcaacb42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20727, "upload_time": "2015-02-03T16:57:25", "url": "https://files.pythonhosted.org/packages/66/13/85bafba3402dfb877022c8050a899569ab48a8f5232a959a7bef273f3b0b/pynetworktables-2015.1.1.tar.gz" } ], "2015.1.2": [ { "comment_text": "", "digests": { "md5": "42cce8c16cb6a9a88cb101dc41c28824", "sha256": "c4c0ec0de51a040b523cad647e308d0ffaa113b518eaafd8eb8363bfdd4e29d0" }, "downloads": -1, "filename": "pynetworktables-2015.1.2.tar.gz", "has_sig": false, "md5_digest": "42cce8c16cb6a9a88cb101dc41c28824", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21211, "upload_time": "2015-02-05T06:49:50", "url": "https://files.pythonhosted.org/packages/1a/cc/b89a86de420f5b6acdc941e5c347526101a228111ee30f76b07f6640424a/pynetworktables-2015.1.2.tar.gz" } ], "2015.1.3": [ { "comment_text": "", "digests": { "md5": "976b715dc17ca2d9657ad3d8f16fbfff", "sha256": "8dcda573890a7d802845ec5d4455d7d07b5630239a470fa6892609c4433c6307" }, "downloads": -1, "filename": "pynetworktables-2015.1.3.tar.gz", "has_sig": false, "md5_digest": "976b715dc17ca2d9657ad3d8f16fbfff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22299, "upload_time": "2015-02-08T02:37:57", "url": "https://files.pythonhosted.org/packages/eb/9a/f197e608ecd2702c12ab2fd75b13746725c9cad8faf5e57b18cc58688b86/pynetworktables-2015.1.3.tar.gz" } ], "2015.1.4": [ { "comment_text": "", "digests": { "md5": "b23edebfbeca3d99bb9951ee2a4db9e9", "sha256": "4da26bfaeba7c3811fcd5d017ee35fa4b946782ffb3adfdcdfba6b8a3d3b8152" }, "downloads": -1, "filename": "pynetworktables-2015.1.4.tar.gz", "has_sig": false, "md5_digest": "b23edebfbeca3d99bb9951ee2a4db9e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22391, "upload_time": "2015-02-08T04:02:58", "url": "https://files.pythonhosted.org/packages/f7/a4/f3c5c3d67a380a13ba7e47cd7f40537adb21fbb06fe2eeb750d85f667f6d/pynetworktables-2015.1.4.tar.gz" } ], "2015.1.5": [ { "comment_text": "", "digests": { "md5": "27e5b0c631da8a3fd43d7f4ce03099b1", "sha256": "fd911ccbd05ec980a0aca240f40172309789b2f7c7a5011e69efe383279c7c5b" }, "downloads": -1, "filename": "pynetworktables-2015.1.5.tar.gz", "has_sig": false, "md5_digest": "27e5b0c631da8a3fd43d7f4ce03099b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22436, "upload_time": "2015-02-09T07:52:22", "url": "https://files.pythonhosted.org/packages/35/8e/23f03331768d8bd8a7d123f25821449c64267ea6283be2dbf33c4fce3e49/pynetworktables-2015.1.5.tar.gz" } ], "2015.1.6": [ { "comment_text": "", "digests": { "md5": "db968546c87db4aca0a212a46e2764bc", "sha256": "32d822eae98943d161444def2999ae69bfddc88a63aebd02196f0b4ed2cffec6" }, "downloads": -1, "filename": "pynetworktables-2015.1.6.tar.gz", "has_sig": false, "md5_digest": "db968546c87db4aca0a212a46e2764bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22196, "upload_time": "2015-02-12T06:36:53", "url": "https://files.pythonhosted.org/packages/ae/59/214e632eb5b0a935d811df21edd60b66981dc5153f5dc40acad0c7848019/pynetworktables-2015.1.6.tar.gz" } ], "2015.2.0": [ { "comment_text": "", "digests": { "md5": "193a2afb2c2d79a8f08c8df0e6d8fbc4", "sha256": "aa8ff2923b5c4afea580e333edfe561a8c200046e95e8450be76d30e09154327" }, "downloads": -1, "filename": "pynetworktables-2015.2.0.tar.gz", "has_sig": false, "md5_digest": "193a2afb2c2d79a8f08c8df0e6d8fbc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23021, "upload_time": "2015-02-14T03:20:25", "url": "https://files.pythonhosted.org/packages/6b/f2/2d15aef7bfed450b43c8368938dd63e53c376dda7de3a651e02346739be0/pynetworktables-2015.2.0.tar.gz" } ], "2015.2.1": [ { "comment_text": "", "digests": { "md5": "d5e26d3acb9c07db2cb80d078eb9c366", "sha256": "00bc9a05634128535c7046dd246385dcbe4c0d0f107ca2a9b0f4b41aaadd135b" }, "downloads": -1, "filename": "pynetworktables-2015.2.1.tar.gz", "has_sig": false, "md5_digest": "d5e26d3acb9c07db2cb80d078eb9c366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23081, "upload_time": "2015-02-17T17:01:28", "url": "https://files.pythonhosted.org/packages/31/87/33225d86916d925086fd31ae33903494725b768655b1af6d7396b963bf14/pynetworktables-2015.2.1.tar.gz" } ], "2015.2.2": [ { "comment_text": "", "digests": { "md5": "4362e801e2e42bb1632919c7e2dace7e", "sha256": "5a1c6d63ce77d6e7d6864b4d377caec74c9ab461b70c9b08060591a8d759b6c1" }, "downloads": -1, "filename": "pynetworktables-2015.2.2.tar.gz", "has_sig": false, "md5_digest": "4362e801e2e42bb1632919c7e2dace7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22902, "upload_time": "2015-04-02T05:26:45", "url": "https://files.pythonhosted.org/packages/65/c4/4157b91bd216f34c42af47897526932358a985f6490fbe69bdd97f0d9b83/pynetworktables-2015.2.2.tar.gz" } ], "2015.2.3": [ { "comment_text": "", "digests": { "md5": "a7c3afb8e3ae37014c3b5800d7847f16", "sha256": "4242595984734c86fb17d9612d8cbbb0c7b5563ac89d0811290545da2b3bd035" }, "downloads": -1, "filename": "pynetworktables-2015.2.3.tar.gz", "has_sig": false, "md5_digest": "a7c3afb8e3ae37014c3b5800d7847f16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23417, "upload_time": "2015-04-03T03:28:12", "url": "https://files.pythonhosted.org/packages/f0/95/b48a633b37d6a76817276ea3148d119cf8300eea4485ff16ee07854f40ba/pynetworktables-2015.2.3.tar.gz" } ], "2015.2.4": [ { "comment_text": "", "digests": { "md5": "4bd78e4cada8bfc3307ff73a757d4901", "sha256": "295d1150b1d2a326e8bb577884d9653e7729b5296046c74e075be0125f761a20" }, "downloads": -1, "filename": "pynetworktables-2015.2.4.tar.gz", "has_sig": false, "md5_digest": "4bd78e4cada8bfc3307ff73a757d4901", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23428, "upload_time": "2015-04-12T20:41:46", "url": "https://files.pythonhosted.org/packages/83/4f/8c3c6b1a47ca870eed7e4e3be32bec918ff370748f1971fdc8af495f65ac/pynetworktables-2015.2.4.tar.gz" } ], "2015.3.0": [ { "comment_text": "", "digests": { "md5": "f081ace5e44cf9e0181fb85dd8579e8f", "sha256": "4289574782a44cfea5859ce331f4d6f4346de8286b853b615a010898070a4284" }, "downloads": -1, "filename": "pynetworktables-2015.3.0.tar.gz", "has_sig": false, "md5_digest": "f081ace5e44cf9e0181fb85dd8579e8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23977, "upload_time": "2016-02-15T03:03:18", "url": "https://files.pythonhosted.org/packages/a8/70/9b233f286999f577d611b9c4629d26ba3a841692819f85b5a8de3dfd73b7/pynetworktables-2015.3.0.tar.gz" } ], "2015.3.1": [ { "comment_text": "", "digests": { "md5": "ecde7b0fb2088e37f569677ff2e7c48d", "sha256": "68e54c3c9743bb3e6475d2e3b0d013dbf4dc304336a92dd03f0db6c7d0e293d0" }, "downloads": -1, "filename": "pynetworktables-2015.3.1.tar.gz", "has_sig": false, "md5_digest": "ecde7b0fb2088e37f569677ff2e7c48d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24152, "upload_time": "2016-02-22T00:34:39", "url": "https://files.pythonhosted.org/packages/4c/e5/508bea306da6c019b037392a62b5884f625c51fd9ddbf4f2c900131df57e/pynetworktables-2015.3.1.tar.gz" } ], "2015.3.2": [ { "comment_text": "", "digests": { "md5": "376ec4487c0aa57f3d3e315d4181255a", "sha256": "18921953016cf5f938c3f70aca42d1124a6df0be3215558029a166eb1f3cdeb8" }, "downloads": -1, "filename": "pynetworktables-2015.3.2.tar.gz", "has_sig": false, "md5_digest": "376ec4487c0aa57f3d3e315d4181255a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25466, "upload_time": "2016-03-29T06:31:09", "url": "https://files.pythonhosted.org/packages/19/d0/721d70e7ba818dcc8fb0b96d67d11cac58761c1b7ad9969858b77ac3d869/pynetworktables-2015.3.2.tar.gz" } ], "2015.3.3": [ { "comment_text": "", "digests": { "md5": "2808dec100dcd4195c34202436004d3e", "sha256": "a7576fc245187e3723a0a972d5fe4ec851099352c3365e6f1dd3799811e7fa7f" }, "downloads": -1, "filename": "pynetworktables-2015.3.3.tar.gz", "has_sig": false, "md5_digest": "2808dec100dcd4195c34202436004d3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25539, "upload_time": "2016-04-24T06:49:00", "url": "https://files.pythonhosted.org/packages/fe/03/35f1a21c152b4d9ffcf86395f29646e341c4ab37c6dbe545e3917fcfd5e8/pynetworktables-2015.3.3.tar.gz" } ], "2015.3.4": [ { "comment_text": "", "digests": { "md5": "5dd9d906b7089223767bc7ed3d9e8bdb", "sha256": "cb27a115e75d83972c35fa7b369010df5d24803cb4eaa0679b0ef51b9a1b3f10" }, "downloads": -1, "filename": "pynetworktables-2015.3.4.tar.gz", "has_sig": false, "md5_digest": "5dd9d906b7089223767bc7ed3d9e8bdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26108, "upload_time": "2016-04-26T21:29:38", "url": "https://files.pythonhosted.org/packages/e1/c3/b0386cc2e1e40b19c89496dfece56451f96a41fa8d41fc638d4e77d7a000/pynetworktables-2015.3.4.tar.gz" } ], "2016.0.0a2": [ { "comment_text": "", "digests": { "md5": "3f6c1496df2402cca2222d63a032b6c2", "sha256": "1b598862641a88e7736ec401c420ea990032f48f8c76e8aa9ebe1844a2146e7b" }, "downloads": -1, "filename": "pynetworktables-2016.0.0a2.tar.gz", "has_sig": false, "md5_digest": "3f6c1496df2402cca2222d63a032b6c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25954, "upload_time": "2016-03-29T06:38:56", "url": "https://files.pythonhosted.org/packages/ee/38/0b5c4b6f61769bc378d330d2ab62ad184249c7e3e8213920e3b1d3c23a55/pynetworktables-2016.0.0a2.tar.gz" } ], "2016.0.0a3": [ { "comment_text": "", "digests": { "md5": "86bb31146bdb559003ad393d23583447", "sha256": "554244e1e0f2297265e2e5fca7891a4b7427914b0a45db1da8d63243b8a7033a" }, "downloads": -1, "filename": "pynetworktables-2016.0.0a3.tar.gz", "has_sig": false, "md5_digest": "86bb31146bdb559003ad393d23583447", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26117, "upload_time": "2016-04-05T04:47:54", "url": "https://files.pythonhosted.org/packages/2d/fb/fa43d4a4edce85cd74627a95fbbd9f468beca047ad452e8f0b923e952d21/pynetworktables-2016.0.0a3.tar.gz" } ], "2016.0.0alpha1": [ { "comment_text": "", "digests": { "md5": "f9b97ca1f37a64f1bbea1007985ad61c", "sha256": "d46210926a00400aad98376a7c6456477e7884c51f371ca53f46d435a13858f0" }, "downloads": -1, "filename": "pynetworktables-2016.0.0alpha1.tar.gz", "has_sig": false, "md5_digest": "f9b97ca1f37a64f1bbea1007985ad61c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24525, "upload_time": "2016-02-15T00:36:53", "url": "https://files.pythonhosted.org/packages/cc/f7/fc371cb519dc36600837b66a6bb49cf0f01b06bed68be43237e0338ad0c8/pynetworktables-2016.0.0alpha1.tar.gz" } ], "2017.0.0": [ { "comment_text": "", "digests": { "md5": "eabba048d1f0fb4d394d1248db3ea03d", "sha256": "10dea875e181f46e3be9342979d63153a62ba48d69825a66336be94c54034153" }, "downloads": -1, "filename": "pynetworktables-2017.0.0.tar.gz", "has_sig": false, "md5_digest": "eabba048d1f0fb4d394d1248db3ea03d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44198, "upload_time": "2017-01-07T09:28:58", "url": "https://files.pythonhosted.org/packages/45/50/c6b02273ac635fbde95b7c5c85e0009730b430690d3215691d0d0e6af928/pynetworktables-2017.0.0.tar.gz" } ], "2017.0.0a1": [ { "comment_text": "", "digests": { "md5": "8d3af7bdd9eadc00f7340a54d9e2ca2a", "sha256": "994a67d26b8e523ebbcb53efdb24b4b8702dc2148f0f7a2a63820ff3e01cae57" }, "downloads": -1, "filename": "pynetworktables-2017.0.0a1.tar.gz", "has_sig": false, "md5_digest": "8d3af7bdd9eadc00f7340a54d9e2ca2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43947, "upload_time": "2016-10-28T04:19:45", "url": "https://files.pythonhosted.org/packages/89/63/1c600764da9fd59931863896042b770badb2e1e2c127bb92255109d17e35/pynetworktables-2017.0.0a1.tar.gz" } ], "2017.0.1": [ { "comment_text": "", "digests": { "md5": "3a03b443e8afc4e32686044953347265", "sha256": "e1d5cb2ef199464441bee5ed95019ea2bd077f08a471f6d836fd841ecd430538" }, "downloads": -1, "filename": "pynetworktables-2017.0.1.tar.gz", "has_sig": false, "md5_digest": "3a03b443e8afc4e32686044953347265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44196, "upload_time": "2017-01-07T09:40:12", "url": "https://files.pythonhosted.org/packages/bd/13/d74f7bdf23eaa8cdf02f42dfb3366321eb4e8b67ce75ec633a18c93a0963/pynetworktables-2017.0.1.tar.gz" } ], "2017.0.2": [ { "comment_text": "", "digests": { "md5": "b0a1f259c9d85fe98a063a5e03698e20", "sha256": "87299bbf9f4fa21247bbcd914c436f09e567dd7a5bd4588aa0f6fe2cf3083937" }, "downloads": -1, "filename": "pynetworktables-2017.0.2.tar.gz", "has_sig": false, "md5_digest": "b0a1f259c9d85fe98a063a5e03698e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44249, "upload_time": "2017-01-12T00:20:31", "url": "https://files.pythonhosted.org/packages/4a/9c/8fa666e20b8c33a9a0c54b651f1391c64d691c9bba34a0b3cb064494283c/pynetworktables-2017.0.2.tar.gz" } ], "2017.0.3": [ { "comment_text": "", "digests": { "md5": "081508b2b1ebe8ad993cc3ce75f04290", "sha256": "5b1d166216bad091e5482fcb02c32ba93513d291e9bc0b294af3e81d71c0e17e" }, "downloads": -1, "filename": "pynetworktables-2017.0.3.tar.gz", "has_sig": false, "md5_digest": "081508b2b1ebe8ad993cc3ce75f04290", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44316, "upload_time": "2017-01-15T07:07:22", "url": "https://files.pythonhosted.org/packages/51/b9/f59273fa57f0a4de244d7444767fecdd5d801a78b6a501c8e669726ede7f/pynetworktables-2017.0.3.tar.gz" } ], "2017.0.4": [ { "comment_text": "", "digests": { "md5": "d287b86dc071dbdf789ee4d45325e01f", "sha256": "105c865c32c42c6fe0ac232cbf4a6df748cf37c3903535ac4934b1194bcf6062" }, "downloads": -1, "filename": "pynetworktables-2017.0.4.tar.gz", "has_sig": false, "md5_digest": "d287b86dc071dbdf789ee4d45325e01f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44324, "upload_time": "2017-01-18T15:43:47", "url": "https://files.pythonhosted.org/packages/fc/dd/b3fa0b68f8e59bf68d2cd9f6eb1cc72fc710814ccc70c7e198a630aceee7/pynetworktables-2017.0.4.tar.gz" } ], "2017.0.5": [ { "comment_text": "", "digests": { "md5": "44db879866b50259ca73ba1edec9bc75", "sha256": "b32420acc08406fc4ca35aa46c310cfa52e1decaa5fd252e1e7493b979ebcfb4" }, "downloads": -1, "filename": "pynetworktables-2017.0.5.tar.gz", "has_sig": false, "md5_digest": "44db879866b50259ca73ba1edec9bc75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44384, "upload_time": "2017-02-06T17:50:23", "url": "https://files.pythonhosted.org/packages/01/29/bdb7c599e518a21efaf9a388db652f32d123988f505e904294cec4f7a6e0/pynetworktables-2017.0.5.tar.gz" } ], "2017.0.6": [ { "comment_text": "", "digests": { "md5": "9698769e3a29608492293ca9446822c6", "sha256": "04301f441468e33583062935889e2d0a16e28fba9447df915dde6b69e420f2ad" }, "downloads": -1, "filename": "pynetworktables-2017.0.6.tar.gz", "has_sig": false, "md5_digest": "9698769e3a29608492293ca9446822c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44504, "upload_time": "2017-02-17T03:20:07", "url": "https://files.pythonhosted.org/packages/1b/b6/4e23bf9984817380768f3d343e47266124d8e7797d08c9cf900767e79e89/pynetworktables-2017.0.6.tar.gz" } ], "2017.0.7a1": [ { "comment_text": "", "digests": { "md5": "8e9ac862e3a288562e3f471b23594851", "sha256": "43aa2165ee3ae51a9d84b925b6662ed4e7436fea62283e545dd1d975d696f27c" }, "downloads": -1, "filename": "pynetworktables-2017.0.7a1.tar.gz", "has_sig": false, "md5_digest": "8e9ac862e3a288562e3f471b23594851", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44500, "upload_time": "2017-03-11T05:24:13", "url": "https://files.pythonhosted.org/packages/f1/9b/276eae36c11f513aae4609921658bd25e39295684af224cea9c201bd710d/pynetworktables-2017.0.7a1.tar.gz" } ], "2017.0.8": [ { "comment_text": "", "digests": { "md5": "a6d12f71dd992c50a85191c466833dab", "sha256": "b114c12d44e7308a3d4a57e5bfebebad106020ebdf7d88f2e7aa346eef90dce1" }, "downloads": -1, "filename": "pynetworktables-2017.0.8.tar.gz", "has_sig": false, "md5_digest": "a6d12f71dd992c50a85191c466833dab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44523, "upload_time": "2017-03-25T05:53:45", "url": "https://files.pythonhosted.org/packages/d0/21/b929334f052fb83db2d6181b71991b9695061cb488d3d0571e333b408894/pynetworktables-2017.0.8.tar.gz" } ], "2018.0.0": [ { "comment_text": "", "digests": { "md5": "79465323e795c5974f1bb433ca6b5c5a", "sha256": "530751b032ffa58949ca24d7d586a7c9bf1139c8588ee3585262ddafc23b6df9" }, "downloads": -1, "filename": "pynetworktables-2018.0.0.tar.gz", "has_sig": false, "md5_digest": "79465323e795c5974f1bb433ca6b5c5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52780, "upload_time": "2018-01-06T06:44:05", "url": "https://files.pythonhosted.org/packages/c4/65/b683286a77836776914f476f5a891feba75ab8751a8ca8c4f272c4b9eab2/pynetworktables-2018.0.0.tar.gz" } ], "2018.0.0a1": [ { "comment_text": "", "digests": { "md5": "c69dc7f0a04a2a6dc9b5d2df3b7e9c2e", "sha256": "1627f76f99dce0f31dd70547f6ca2ef7dd28c6cf1e060f2dd0d20831e7a80abe" }, "downloads": -1, "filename": "pynetworktables-2018.0.0a1.tar.gz", "has_sig": false, "md5_digest": "c69dc7f0a04a2a6dc9b5d2df3b7e9c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52586, "upload_time": "2017-12-25T02:37:03", "url": "https://files.pythonhosted.org/packages/72/b6/64437248f5691dffaa26c5e673082077db8e213710fbaf4ff36223477d20/pynetworktables-2018.0.0a1.tar.gz" } ], "2018.0.1": [ { "comment_text": "", "digests": { "md5": "16baadd700c2d19e0235c0d420998490", "sha256": "54f455b971ea509cebb4e5a05a55e7210f4ff1ad33e51d057c1889619d90e5f7" }, "downloads": -1, "filename": "pynetworktables-2018.0.1.tar.gz", "has_sig": false, "md5_digest": "16baadd700c2d19e0235c0d420998490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52783, "upload_time": "2018-01-16T06:24:43", "url": "https://files.pythonhosted.org/packages/b0/45/38550c21566bb1104e229e9df8cc8aa33f4886b2556c088afd970b925ea8/pynetworktables-2018.0.1.tar.gz" } ], "2018.1.0": [ { "comment_text": "", "digests": { "md5": "0c277b081a1a581597c37d8e2a124a65", "sha256": "525c70c4ca672d6ff101d0c075c0158697f0da39e0d323d4713802f57b311775" }, "downloads": -1, "filename": "pynetworktables-2018.1.0.tar.gz", "has_sig": false, "md5_digest": "0c277b081a1a581597c37d8e2a124a65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52894, "upload_time": "2018-03-01T06:20:28", "url": "https://files.pythonhosted.org/packages/e0/e7/2475add7a9770327f8bb9d44cf47bcb5b6e7f1d2591fbca6140bb80c2a31/pynetworktables-2018.1.0.tar.gz" } ], "2018.1.1": [ { "comment_text": "", "digests": { "md5": "63ab47fa8dbb491b4c64757c9d3c3910", "sha256": "4dfa45583bf7b339baec31ee6685cd4713123f9e0910700972fa2f25fe72fd7b" }, "downloads": -1, "filename": "pynetworktables-2018.1.1.tar.gz", "has_sig": false, "md5_digest": "63ab47fa8dbb491b4c64757c9d3c3910", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52960, "upload_time": "2018-04-08T02:10:41", "url": "https://files.pythonhosted.org/packages/83/5c/9ae25bc7b30f33320a463d13a7306f40754c1ad7ecfdf4e048d35c9d111a/pynetworktables-2018.1.1.tar.gz" } ], "2018.1.2": [ { "comment_text": "", "digests": { "md5": "b4116d38519639c1d82700fa8b7e96b0", "sha256": "d6b5207b3f6b415dd0d63312d9e5738702a5ebbdc4fd6bf90f2d0ec1fda95d08" }, "downloads": -1, "filename": "pynetworktables-2018.1.2.tar.gz", "has_sig": false, "md5_digest": "b4116d38519639c1d82700fa8b7e96b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52987, "upload_time": "2018-04-29T18:15:57", "url": "https://files.pythonhosted.org/packages/ec/31/92a4a086b1f97ee800ab3ace36289a844640e381fabb771bd36a6306390d/pynetworktables-2018.1.2.tar.gz" } ], "2018.2.0": [ { "comment_text": "", "digests": { "md5": "42aadc358c133e530975cfb09062fd4a", "sha256": "aae1eff96f569baa1ca2f3ac8728fc543691cb7a651ac63fbf30e6ec374395e1" }, "downloads": -1, "filename": "pynetworktables-2018.2.0.tar.gz", "has_sig": false, "md5_digest": "42aadc358c133e530975cfb09062fd4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53794, "upload_time": "2018-06-02T22:05:23", "url": "https://files.pythonhosted.org/packages/88/b1/680df7bbe89abb1592a051e07788c2a88464542f9db7beac2d44b6e9671e/pynetworktables-2018.2.0.tar.gz" } ], "2018.2.1": [ { "comment_text": "", "digests": { "md5": "c23bcc32dcf0770599e9975493f99614", "sha256": "3bea3aff8d4ec7b5e09ef32462021f7b17d088edb11a1694926192902737440f" }, "downloads": -1, "filename": "pynetworktables-2018.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c23bcc32dcf0770599e9975493f99614", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 65356, "upload_time": "2018-12-18T06:27:52", "url": "https://files.pythonhosted.org/packages/e0/28/61f3b5bda56707f7c151e5833d884df1ac54979c4ae32692530cb754de9c/pynetworktables-2018.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2497a7aa36644928b4ec896107814a0", "sha256": "facfd4665fe816d269bfadebda4fafd56e95920367fd29efd6d461d020cc462b" }, "downloads": -1, "filename": "pynetworktables-2018.2.1.tar.gz", "has_sig": false, "md5_digest": "b2497a7aa36644928b4ec896107814a0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", "size": 54469, "upload_time": "2018-12-18T06:27:54", "url": "https://files.pythonhosted.org/packages/7b/c0/42a0a18a7e5c260ffd71ae49396038ca72a0814f452e3a12e62311830fd9/pynetworktables-2018.2.1.tar.gz" } ], "2019.0.0": [ { "comment_text": "", "digests": { "md5": "44f299690e9a973c3ae8e2e808a8e065", "sha256": "9ca182f802c434718f99cfc7dd0635e769fe708aff4961f138ad828841de37b3" }, "downloads": -1, "filename": "pynetworktables-2019.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "44f299690e9a973c3ae8e2e808a8e065", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 62459, "upload_time": "2019-01-05T08:25:44", "url": "https://files.pythonhosted.org/packages/86/6d/b32c5232281a9c7a76822bb58d3803f8b1fe502954b08580a8425a899ea1/pynetworktables-2019.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0cd766b32a91a73696f4bdd39993673d", "sha256": "7ae4dc368f6c943e518e43ba9c37f5dfa817086d714df154d13df986c85dbd4f" }, "downloads": -1, "filename": "pynetworktables-2019.0.0.tar.gz", "has_sig": false, "md5_digest": "0cd766b32a91a73696f4bdd39993673d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 52681, "upload_time": "2019-01-05T08:25:45", "url": "https://files.pythonhosted.org/packages/df/8f/c4ae930d4938b8d889114a41063374339ed3f77eab20f17e16b561dd8090/pynetworktables-2019.0.0.tar.gz" } ], "2019.0.1": [ { "comment_text": "", "digests": { "md5": "3e18c79d91a36ae63035715661ee340a", "sha256": "804a6a46ae732c6d49183638c9acb6643af30e52dc0f8c5ec9315fe8477179f8" }, "downloads": -1, "filename": "pynetworktables-2019.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3e18c79d91a36ae63035715661ee340a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 63290, "upload_time": "2019-02-28T16:42:34", "url": "https://files.pythonhosted.org/packages/0b/b0/9de082e308284ed4951ee1163cd8c78f1ebe90a8db060157b130d0c676ad/pynetworktables-2019.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c018a187c49485fc784807d05afe4b6", "sha256": "b72fbfee523fb1a16da305c2c81d34b6dc7e981f40e26483db9fee087dd2d433" }, "downloads": -1, "filename": "pynetworktables-2019.0.1.tar.gz", "has_sig": false, "md5_digest": "6c018a187c49485fc784807d05afe4b6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 54218, "upload_time": "2019-02-28T16:42:35", "url": "https://files.pythonhosted.org/packages/eb/20/398e8ab2fc00e71734153de2adedfc498ef1025701c2dbae2a8758f88f21/pynetworktables-2019.0.1.tar.gz" } ], "2019.0.2": [ { "comment_text": "", "digests": { "md5": "f07111d9b5c0ffce1ff57d3815a456b9", "sha256": "ab431d2b132e26f663027da9025b03e1acd16083e50f814cd045655053b9bb39" }, "downloads": -1, "filename": "pynetworktables-2019.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f07111d9b5c0ffce1ff57d3815a456b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 63329, "upload_time": "2019-03-02T08:16:50", "url": "https://files.pythonhosted.org/packages/dc/3f/3a1ec51adb6f0bdd9e789bb8799413a4c59ceea057ec7ad4d767ce8f596f/pynetworktables-2019.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86bd8a7d1a4b9c2677d57217d881a451", "sha256": "1ad51d88ad61d0a4e6294c178a4adf3cdd4c4c11a95213d7d8170d87aa3ea242" }, "downloads": -1, "filename": "pynetworktables-2019.0.2.tar.gz", "has_sig": false, "md5_digest": "86bd8a7d1a4b9c2677d57217d881a451", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 54227, "upload_time": "2019-03-02T08:16:51", "url": "https://files.pythonhosted.org/packages/1e/63/20b5929b10902aaba5362481aa211603152713ff8eabe1d6c5eb7eee517a/pynetworktables-2019.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f07111d9b5c0ffce1ff57d3815a456b9", "sha256": "ab431d2b132e26f663027da9025b03e1acd16083e50f814cd045655053b9bb39" }, "downloads": -1, "filename": "pynetworktables-2019.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f07111d9b5c0ffce1ff57d3815a456b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 63329, "upload_time": "2019-03-02T08:16:50", "url": "https://files.pythonhosted.org/packages/dc/3f/3a1ec51adb6f0bdd9e789bb8799413a4c59ceea057ec7ad4d767ce8f596f/pynetworktables-2019.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86bd8a7d1a4b9c2677d57217d881a451", "sha256": "1ad51d88ad61d0a4e6294c178a4adf3cdd4c4c11a95213d7d8170d87aa3ea242" }, "downloads": -1, "filename": "pynetworktables-2019.0.2.tar.gz", "has_sig": false, "md5_digest": "86bd8a7d1a4b9c2677d57217d881a451", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 54227, "upload_time": "2019-03-02T08:16:51", "url": "https://files.pythonhosted.org/packages/1e/63/20b5929b10902aaba5362481aa211603152713ff8eabe1d6c5eb7eee517a/pynetworktables-2019.0.2.tar.gz" } ] }