Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-wireless committed May 8, 2016
1 parent d2bb14d commit 3987c96
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 32 deletions.
12 changes: 10 additions & 2 deletions pyric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,19 @@
o added partial phyinfo handles all but supported channels/bands
o fixed bugs in devinfo and phyinfo
o added setup.py and required files
pyric 0.0.6
desc: Pythonic iw - wireless nic (radio) manipulation, enumeration, and attribute
enumeration
includes: /docs /examples /lib /net pyw 0.1.2 device 0.0.3 channels 0.0.1
changes:
o move pyric under pyric to facilitate setuptools and packaging
- moved LICENSE, MANIFEST.in README.md setup.cfg setup.py to outer pyric
"""

__name__ = 'pyric'
__license__ = 'GPL v3.0'
__version__ = '0.0.5'
__license__ = 'GPLv3'
__version__ = '0.0.6'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
__maintainer__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__name__ = 'channels'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.1'
__date__ = 'August 2014'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__name__ = 'device'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.3'
__date__ = 'August 2014'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/docs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"""

__name__ = 'docs'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.1'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/docs/nlhelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""

__name__ = 'nlhelp'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.1'
__date__ = 'August 2014'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/docs/res/PyRIC.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% software without specific prior written permission.
%
% __name__ = 'User Guide'
%__license__ = 'GPL v3.0'
%__license__ = 'GPLv3'
%__version__ = '0.0.2'
%__date__ = 'May 2016'
%__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""

__name__ = 'lib'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.2'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/lib/libio.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__name__ = 'libio'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.1'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/lib/libnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"""

__name__ = 'libnl'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.5'
__date__ = 'May 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"""

__name__ = 'net'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.2'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/genetlink_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"""

#__name__ = 'genetlink_h.py'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.1'
__date__ = 'March 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/if_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"""

__name__ = 'if_h'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.2'
__date__ = 'February 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/netlink_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# import struct
# unless I comment out the name
#__name__ = 'netlink_h.py'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.3'
__date__ = 'March 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"""

__name__ = 'attributes'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.2'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/sockios_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"""

__name__ = 'sockios_h'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.2'
__date__ = 'February 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/wireless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"""

__name__ = 'wireless'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.1'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/wireless/nl80211_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

__name__ = 'nl80211_c'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.3'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/net/wireless/nl80211_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"""

__name__ = 'nl80211_h'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.3'
__date__ = 'April 2016'
__author__ = 'Dale Patterson'
Expand Down
2 changes: 1 addition & 1 deletion pyric/pyw.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _nlstub_(fct,*argv):
"""

__name__ = 'pyw'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.1.2'
__date__ = 'May 2016'
__author__ = 'Dale Patterson'
Expand Down
20 changes: 8 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

#__name__ = 'setup'
__license__ = 'GPL v3.0'
__license__ = 'GPLv3'
__version__ = '0.0.2'
__date__ = 'May 2016'
__author__ = 'Dale Patterson'
Expand All @@ -46,16 +46,16 @@
programmatically create a wireless pentest environment"""

setup(name='PyRIC',
version=pyric.__version__+"-a",
version=pyric.__version__,
description="PyRIC: python port of a subset of iw",
long_description=long_desc,
url='http://wraith-wireless.github.io/pyric',
download_url="https://github.com/wraith-wireless/pyric/archive/"+pyric.__version__+".tar.gz",
author='Dale Patterson',
author_email='wraith.wireless@yandex.com',
maintainer='Dale Patterson',
maintainer_email='wraith.wireless@yandex.com',
license='GPLv3',
author=pyric.__author__,
author_email=pyric.__email__,
maintainer=pyric.__maintainer__,
maintainer_email=pyric.__email__,
license=pyric.__license__,
classifiers=['Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Intended Audience :: Developers',
Expand All @@ -68,9 +68,5 @@
'Programming Language :: Python'
],
keywords='nl80211 iw developement wireless pentest',
packages=['docs',
'lib',
'net',
'net.wireless'
],
packages=find_packages()
)

0 comments on commit 3987c96

Please sign in to comment.