[
  {
    "path": ".coveragerc",
    "content": "[report]\ninclude = lib/*\n"
  },
  {
    "path": ".flake8",
    "content": "[flake8]\nignore = E501,W503\ninclude = lib,tests\nexclude = setup.py\n"
  },
  {
    "path": ".github/workflows/main.yml",
    "content": "name: Dlint\non: [push, pull_request]\njobs:\n  dlint:\n    runs-on: ubuntu-latest\n    name: Dlint\n    steps:\n    - uses: actions/checkout@master\n    - uses: dlint-py/dlint-action@master\n"
  },
  {
    "path": ".gitignore",
    "content": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packaging\n.Python\nenv/\nbuild/\ndevelop-eggs/\ndist/\ndownloads/\neggs/\n.eggs/\nparts/\nsdist/\nvar/\n*.egg-info/\n.installed.cfg\n*.egg\n\n# PyInstaller\n#  Usually these files are written by a python script from a template\n#  before PyInstaller builds the exe, so as to inject date/other infos into it.\n*.manifest\n*.spec\n\n# Installer logs\npip-log.txt\npip-delete-this-directory.txt\n\n# Unit test / coverage reports\nhtmlcov/\n.tox/\n.coverage\n.coverage.*\n.cache\nnosetests.xml\ncoverage.xml\n*,cover\n.hypothesis/\n\n# Translations\n*.mo\n*.pot\n\n# Django stuff:\n*.log\nlocal_settings.py\n\n# Flask stuff:\ninstance/\n.webassets-cache\n\n# Scrapy stuff:\n.scrapy\n\n# Sphinx documentation\ndocs/_build/\n\n# PyBuilder\ntarget/\n\n# IPython Notebook\n.ipynb_checkpoints\n\n# pyenv\n.python-version\n\n# celery beat schedule file\ncelerybeat-schedule\n\n# dotenv\n.env\n\n# virtualenv\nvenv/\nENV/\n\n# Spyder project settings\n.spyderproject\n\n# Rope project settings\n.ropeproject\n\n# Vim swap files\n*.sw[op]\n"
  },
  {
    "path": ".travis.yml",
    "content": "dist: xenial\nlanguage: python\ncache: pip\npython:\n    - 2.7\n    - 3.5\n    - 3.6\n    - 3.7\n    - 3.8-dev\nbefore_install:\n    - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi\ninstall:\n    - pip install -r requirements.txt\n    - pip install -r requirements-dev.txt\n    - pip install -e .\nscript:\n    - flake8\n    - pytest --cov\nafter_success:\n    - coveralls\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": "# Change Log\nAll notable changes to this project will be documented in this file.\nThis project adheres to [Semantic Versioning](http://semver.org/).\nThis project adheres to [CHANGELOG](http://keepachangelog.com/).\n\n## [Unreleased]\n\n## [0.9.2] - 2018-11-22\n### Fixed\n- Python package version classifiers\n\n## [0.9.1] - 2018-11-22\n### Fixed\n- Build when using Python 3.8\n\n## [0.9.0] - 2019-11-22\n### Added\n- Python 3.8 support\n\n### Fixed\n- Specifying incorrect contributor information ([#10](https://github.com/mschwager/gitem/issues/10))\n\n### Removed\n- Official Python 3.4 support, it's EOL\n\n## [0.8.1] - 2018-11-06\n### Security\n- Updated requests dependency per CVE-2018-18074\n\n## [0.8.0] - 2018-10-12\n### Added\n- The --output flag which supports JSON output\n\n## [0.7.1] - 2018-07-12\n### Fixed\n- Included README in package long_description\n\n## [0.7.0] - 2018-07-12\n### Added\n- Python 3.7 support\n- Clone URL information to repository queries\n\n### Fixed\n- Avoid using builtin variable names\n\n## [0.6.1] - 2018-02-06\n### Fixed\n- Incorrect variable name used\n\n### Removed\n- Python 3.3 support, it's EOL\n\n## [0.6.0] - 2017-06-15\n### Added\n- Python 3.6 support\n\n## [0.5.1] - 2016-11-29\n### Fixed\n- Added friendlier error message when resources not found\n\n## [0.5.0] - 2016-10-02\n### Added\n- Initial release of Gitem\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    {one line to give the program's name and a brief idea of what it does.}\n    Copyright (C) {year}  {name of author}\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    {project}  Copyright (C) {year}  {fullname}\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# Gitem\n\n[![Build Status](https://travis-ci.org/mschwager/gitem.svg?branch=master)](https://travis-ci.org/mschwager/gitem)\n[![Coverage Status](https://coveralls.io/repos/github/mschwager/gitem/badge.svg?branch=master)](https://coveralls.io/github/mschwager/gitem?branch=master)\n[![Dlint Status](https://github.com/mschwager/gitem/workflows/Dlint/badge.svg)](https://github.com/dlint-py/dlint-action)\n[![Python Versions](https://img.shields.io/pypi/pyversions/gitem.svg)](https://img.shields.io/pypi/pyversions/gitem.svg)\n[![PyPI Version](https://img.shields.io/pypi/v/gitem.svg)](https://img.shields.io/pypi/v/gitem.svg)\n\n`Gitem` is a tool for performing Github organizational reconnaissance.\n\nThis could include information for:\n\n* [OSINT](https://en.wikipedia.org/wiki/Open-source_intelligence)\n* Spearphishing\n* Recruitment\n* Competitive analysis\n* OPSEC self-assessment\n\n# Installing\n\n```\n$ pip install gitem\n$ gitem -h\n```\n\nOR\n\n```\n$ git clone https://github.com/mschwager/gitem.git\n$ cd gitem\n$ pip install --requirement requirements.txt\n$ PYTHONPATH=lib/ python -m gitem -h\n```\n\n# Using\n\n`Gitem` can be used to collect information at various levels of granularity from Github.\n\n*Note, most commands will shorten output by default, specify `--verbose` to change this behavior*\n\nFor example, let's grab some information about Facebook:\n\n```\n$ gitem organization facebook\nWebsite: https://code.facebook.com/projects/\nUsername: facebook\nDescription: We work hard to contribute our work back to the web, mobile, big data, & infrastructure communities. NB: members must have two-factor auth.\nCreated: 2009-04-02T03:35:22Z\nGithub URL: https://github.com/facebook\nLast Updated: 2016-09-21T15:36:43Z\n# of Public Repositories: 173\nLocation: Menlo Park, California\nOrganization Name: Facebook\nEmail Address:\nPublic Members:\n  ...\n\nPublic Repositories:\n  Repository Name: react\n  Watchers: 50773\n  Description: A declarative, efficient, and flexible JavaScript library for building user interfaces.\n  Created: 2013-05-24T16:15:54Z\n  Github URL: https://github.com/facebook/react\n  Last Updated: 2016-10-01T15:09:54Z\n  Stars: 50773\n  Forks: 8855\n  Last Pushed: 2016-10-01T14:27:58Z\n\n  Repository Name: react-native\n  Watchers: 38364\n  Description: A framework for building native apps with React.\n  Created: 2015-01-09T18:10:16Z\n  Github URL: https://github.com/facebook/react-native\n  Last Updated: 2016-10-01T14:37:29Z\n  Stars: 38364\n  Forks: 8531\n  Last Pushed: 2016-10-01T14:15:31Z\n\n  Repository Name: pop\n  Watchers: 16481\n  Description: An extensible iOS and OS X animation library, useful for physics-based interactions.\n  Created: 2014-03-30T22:29:12Z\n  Github URL: https://github.com/facebook/pop\n  Last Updated: 2016-10-01T14:12:35Z\n  Stars: 16481\n  Forks: 2630\n  Last Pushed: 2016-08-23T17:23:10Z\n\n  ...\n```\n\nFrom here we can drill down into a certain repository:\n\n```\n$ gitem repository facebook react\nRepository Name: react\nWatchers: 50773\nDescription: A declarative, efficient, and flexible JavaScript library for building user interfaces.\nLast Pushed: 2016-10-01T14:27:58Z\nCreated: 2013-05-24T16:15:54Z\nGithub URL: https://github.com/facebook/react\nLast Updated: 2016-10-01T15:09:54Z\nLanguage: JavaScript\nStars: 50773\nForks: 8855\nHomepage: https://facebook.github.io/react/\nContributors:\n  Username: zpao\n  Contributions: 1755\n  Username: spicyj\n  Contributions: 1108\n  Username: jimfb\n  Contributions: 456\n  Username: sebmarkbage\n  Contributions: 378\n  Username: petehunt\n  Contributions: 332\n  ...\n```\n\nAnd finally, we can analyze specific users:\n\n*Note, this task is easily parallelizable, so we can specify `--processes 4`*\n\n```\n$ gitem --processes 4 user <redacted>\nUsername: <redacted>\nUpdated: 2016-09-29T02:06:31Z\nName: <redacted>\nCreated: 2008-04-25T04:38:22Z\nGithub URL: <redacted>\nCompany: Facebook\nBlog: <redacted>\nLocation: <redacted>\nEmail Address: <redacted>\nOrganizations:\n  Organization: facebook\n  Organization: reactjs\n  Organization: relayjs\nRepositories:\n  <redacted>\n  ...\nEmails:\n  <redacted>\n  ...\n```\n\n# Developing\n\nFirst, install development packages:\n\n```\n$ pip install -r requirements-dev.txt\n$ pip install -e .\n```\n\n## Testing\n\n```\n$ pytest\n```\n\n## Linting\n\n```\n$ flake8\n```\n\n## Coverage\n\n```\n$ pytest --cov\n```\n"
  },
  {
    "path": "lib/gitem/__init__.py",
    "content": "from __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nfrom . import api\nfrom . import analytics\nfrom . import output\n\n__name__ = 'gitem'\n__version__ = '0.9.2'\n__all__ = [\n    'api',\n    'analytics',\n    'output',\n]\n"
  },
  {
    "path": "lib/gitem/__main__.py",
    "content": "#!/usr/bin/env python\n\nfrom __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nimport argparse\nimport collections\nimport functools\nimport multiprocessing\n\nfrom . import api\nfrom . import analytics\nfrom . import output\n\nCONCISE_COUNT = 5\n\n\ndef organization(ghapi, outputter, *args, **kwargs):\n    organization = kwargs['name']\n    verbose = kwargs['verbose']\n\n    organization_info = analytics.get_organization_information(\n        ghapi,\n        organization\n    )\n\n    outputter.output(organization_info)\n\n    organization_members = analytics.get_organization_members(\n        ghapi,\n        organization\n    )\n\n    def member_administrator(member):\n        return member['Site Administrator']\n\n    members = sorted(\n        organization_members,\n        key=member_administrator,\n        reverse=True\n    )\n\n    member_count = len(members) if verbose else CONCISE_COUNT\n    outputter.output(collections.OrderedDict([\n        (\"Public Members\", collections.OrderedDict([\n            (member[\"Username\"], collections.OrderedDict([\n                (human_readable_name, api_info)\n                for human_readable_name, api_info in member.items()\n            ]))\n            for member in members[:member_count]\n        ]))\n    ]))\n\n    organization_repositories = analytics.get_organization_repositories(\n        ghapi,\n        organization\n    )\n\n    def repository_popularity(repository):\n        return (\n            int(repository['Watchers'])\n            + int(repository['Stars'])\n            + int(repository['Forks'])\n        )\n\n    repositories = sorted(\n        organization_repositories,\n        key=repository_popularity,\n        reverse=True\n    )\n\n    repository_count = len(repositories) if verbose else CONCISE_COUNT\n    outputter.output(collections.OrderedDict([\n        (\"Public Repositories\", collections.OrderedDict([\n            (repository[\"Repository Name\"], collections.OrderedDict([\n                (human_readable_name, api_info)\n                for human_readable_name, api_info in repository.items()\n            ]))\n            for repository in repositories[:repository_count]\n        ]))\n    ]))\n\n\ndef repository(ghapi, outputter, *args, **kwargs):\n    repository = kwargs['name']\n    owner = kwargs['owner']\n    verbose = kwargs['verbose']\n\n    repository_info = analytics.get_repository_information(\n        ghapi,\n        owner,\n        repository\n    )\n\n    outputter.output(repository_info)\n\n    repository_contributors = analytics.get_repository_contributors(\n        ghapi,\n        owner,\n        repository\n    )\n\n    contributor_count = len(repository_contributors) if verbose else CONCISE_COUNT\n    outputter.output(collections.OrderedDict([\n        (\"Contributors\", collections.OrderedDict([\n            (contributor[\"Username\"], collections.OrderedDict([\n                (human_readable_name, api_info)\n                for human_readable_name, api_info in contributor.items()\n            ]))\n            for contributor in repository_contributors[:contributor_count]\n        ]))\n    ]))\n\n\ndef user(ghapi, outputter, *args, **kwargs):\n    username = kwargs['name']\n    verbose = kwargs['verbose']\n    processes = kwargs['processes']\n\n    user_info = analytics.get_user_information(\n        ghapi,\n        username\n    )\n\n    outputter.output(user_info)\n\n    user_organizations = analytics.get_user_organizations(\n        ghapi,\n        username\n    )\n\n    organization_count = len(user_organizations) if verbose else CONCISE_COUNT\n    outputter.output(collections.OrderedDict([\n        (\"Organizations\", collections.OrderedDict([\n            (organization[\"Organization\"], collections.OrderedDict([\n                (human_readable_name, api_info)\n                for human_readable_name, api_info in organization.items()\n            ]))\n            for organization in user_organizations[:organization_count]\n        ]))\n    ]))\n\n    user_repositories = analytics.get_user_repositories(\n        ghapi,\n        username\n    )\n\n    repository_count = len(user_repositories) if verbose else CONCISE_COUNT\n    outputter.output(collections.OrderedDict([\n        (\"Repositories\", collections.OrderedDict([\n            (repository[\"Repository Name\"], collections.OrderedDict([\n                (human_readable_name, api_info)\n                for human_readable_name, api_info in repository.items()\n            ]))\n            for repository in user_repositories[:repository_count]\n        ]))\n    ]))\n\n    user_repository_names = [\n        repository['Repository Name']\n        for repository in user_repositories\n    ]\n\n    if processes:\n        pool = multiprocessing.Pool(processes=processes)\n        partial_email_fn = functools.partial(\n            analytics.get_repository_commit_emails,\n            ghapi,\n            username,\n            author=username\n        )\n        user_repository_emails = pool.map(partial_email_fn, user_repository_names)\n    else:\n        user_repository_emails = [\n            analytics.get_repository_commit_emails(\n                ghapi,\n                username,\n                repository,\n                author=username\n            )\n            for repository in user_repository_names\n        ]\n\n    user_emails = functools.reduce(set.union, user_repository_emails, set())\n\n    outputter.output(collections.OrderedDict([\n        (\"Emails\", [\n            str((name, email))\n            for name, email in user_emails\n        ]),\n    ]))\n\n\ndef parse_args():\n    p = argparse.ArgumentParser(description='''\n        A Github organization reconnaissance tool.\n        ''', formatter_class=argparse.RawTextHelpFormatter)\n\n    p.add_argument(\n        '-o',\n        '--oauth2-token',\n        action='store',\n        help='OAuth2 token for authentcation'\n    )\n    p.add_argument(\n        '-v',\n        '--verbose',\n        action='store_true',\n        help='verbose output'\n    )\n    p.add_argument(\n        '-p',\n        '--processes',\n        action='store',\n        type=int,\n        help='number of processes (for applicable commands)'\n    )\n    p.add_argument(\n        '-t',\n        '--output',\n        action='store',\n        choices=[\n            output.Stdout.name,\n            output.Json.name,\n        ],\n        default=output.Stdout.name,\n        help='show results in this format'\n    )\n\n    subparsers = p.add_subparsers(dest='command')\n\n    organization = subparsers.add_parser('organization')\n    organization.add_argument(\n        'name',\n        action='store',\n        help='Github organization name'\n    )\n\n    repository = subparsers.add_parser('repository')\n    repository.add_argument(\n        'owner',\n        action='store',\n        help='Github repository owner'\n    )\n    repository.add_argument(\n        'name',\n        action='store',\n        help='Github repository name'\n    )\n\n    user = subparsers.add_parser('user')\n    user.add_argument(\n        'name',\n        action='store',\n        help='Github user name'\n    )\n\n    args = p.parse_args()\n\n    return args\n\n\ndef main():\n    args = parse_args()\n\n    dispatch = {\n        \"organization\": organization,\n        \"repository\": repository,\n        \"user\": user,\n    }\n\n    ghapi = api.Api(args.oauth2_token)\n\n    outputters = {\n        output.Stdout.name: output.Stdout,\n        output.Json.name: output.Json,\n    }\n    outputter = outputters[args.output]()\n\n    try:\n        dispatch[args.command](ghapi, outputter, **vars(args))\n    except api.ApiCallException as e:\n        if e.rate_limiting:\n            outputter.output({\n                \"Error\": (\n                    \"Your API requests are being rate-limited. \"\n                    + \"Please include an OAuth2 token and read the following:\"\n                )\n            })\n            outputter.output({\n                \"Rate Limiting\": e.rate_limiting_url\n            })\n        elif e.not_found:\n            outputter.output({\n                \"Error\": (\n                    \"The requested resource was not found or private. \"\n                    + \"Please confirm that it exists.\"\n                )\n            })\n        else:\n            # Re-raise original exception\n            raise\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "lib/gitem/analytics.py",
    "content": "#!/usr/bin/env python\n\nfrom __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nimport collections\n\nfrom . import api\n\n\ndef get_organization_information(ghapi, organization):\n    organization_info, _ = ghapi.get_public_organization(\n        organization\n    )\n\n    api_name_to_human_readable_name = [\n        ('name', 'Organization Name'),\n        ('description', 'Description'),\n        ('blog', 'Website'),\n        ('html_url', 'Github URL'),\n        ('created_at', 'Created'),\n        ('updated_at', 'Last Updated'),\n        ('email', 'Email Address'),\n        ('location', 'Location'),\n        ('login', 'Username'),\n        ('public_repos', '# of Public Repositories'),\n    ]\n\n    human_readable_name_to_api_info = collections.OrderedDict([\n        (human_readable_name, organization_info[api_name])\n        for api_name, human_readable_name in api_name_to_human_readable_name\n    ])\n\n    return human_readable_name_to_api_info\n\n\ndef get_organization_repositories(ghapi, organization):\n    paged_organization_repositories = ghapi.get_organizations_public_repositories(\n        organization\n    )\n\n    api_name_to_human_readable_name = [\n        ('name', 'Repository Name'),\n        ('description', 'Description'),\n        ('html_url', 'Github URL'),\n        ('clone_url', 'Clone URL'),\n        ('watchers_count', 'Watchers'),\n        ('stargazers_count', 'Stars'),\n        ('forks_count', 'Forks'),\n        ('created_at', 'Created'),\n        ('updated_at', 'Last Updated'),\n        ('pushed_at', 'Last Pushed'),\n    ]\n\n    human_readable_name_to_api_info = [\n        collections.OrderedDict([\n            (human_readable_name, organization_repository[api_name])\n            for api_name, human_readable_name in api_name_to_human_readable_name\n        ])\n        for organization_repositories, _ in paged_organization_repositories\n        for organization_repository in organization_repositories\n    ]\n\n    return human_readable_name_to_api_info\n\n\ndef get_organization_members(ghapi, organization):\n    paged_organization_members = ghapi.get_organizations_public_members(\n        organization\n    )\n\n    api_name_to_human_readable_name = [\n        ('login', 'Username'),\n        ('site_admin', 'Site Administrator'),\n        ('html_url', 'Github URL'),\n    ]\n\n    human_readable_name_to_api_info = [\n        collections.OrderedDict([\n            (human_readable_name, organization_member[api_name])\n            for api_name, human_readable_name in api_name_to_human_readable_name\n        ])\n        for organization_members, _ in paged_organization_members\n        for organization_member in organization_members\n    ]\n\n    return human_readable_name_to_api_info\n\n\ndef get_repository_information(ghapi, owner, repository):\n    repository_info, _ = ghapi.get_public_repository(\n        owner,\n        repository\n    )\n\n    api_name_to_human_readable_name = [\n        ('name', 'Repository Name'),\n        ('description', 'Description'),\n        ('homepage', 'Homepage'),\n        ('html_url', 'Github URL'),\n        ('clone_url', 'Clone URL'),\n        ('created_at', 'Created'),\n        ('updated_at', 'Last Updated'),\n        ('pushed_at', 'Last Pushed'),\n        ('language', 'Language'),\n        ('forks_count', 'Forks'),\n        ('stargazers_count', 'Stars'),\n        ('watchers_count', 'Watchers'),\n    ]\n\n    human_readable_name_to_api_info = collections.OrderedDict([\n        (human_readable_name, repository_info[api_name])\n        for api_name, human_readable_name in api_name_to_human_readable_name\n    ])\n\n    return human_readable_name_to_api_info\n\n\ndef get_repository_contributors(ghapi, owner, repository):\n    paged_repository_contributors = ghapi.get_repository_contributors(\n        owner,\n        repository\n    )\n\n    api_name_to_human_readable_name = [\n        ('login', 'Username'),\n        ('contributions', 'Contributions'),\n    ]\n\n    human_readable_name_to_api_info = [\n        collections.OrderedDict([\n            (human_readable_name, repository_contributor[api_name])\n            for api_name, human_readable_name in api_name_to_human_readable_name\n        ])\n        for repository_contributors, _ in paged_repository_contributors\n        for repository_contributor in repository_contributors\n    ]\n\n    return human_readable_name_to_api_info\n\n\ndef get_user_information(ghapi, username):\n    user_info, _ = ghapi.get_user(\n        username\n    )\n\n    api_name_to_human_readable_name = [\n        ('login', 'Username'),\n        ('html_url', 'Github URL'),\n        ('name', 'Name'),\n        ('company', 'Company'),\n        ('blog', 'Blog'),\n        ('location', 'Location'),\n        ('email', 'Email Address'),\n        ('created_at', 'Created'),\n        ('updated_at', 'Updated'),\n    ]\n\n    human_readable_name_to_api_info = collections.OrderedDict([\n        (human_readable_name, user_info[api_name])\n        for api_name, human_readable_name in api_name_to_human_readable_name\n    ])\n\n    return human_readable_name_to_api_info\n\n\ndef get_user_organizations(ghapi, username):\n    paged_user_organizations = ghapi.get_users_public_organizations(\n        username\n    )\n\n    api_name_to_human_readable_name = [\n        ('login', 'Organization'),\n    ]\n\n    human_readable_name_to_api_info = [\n        collections.OrderedDict([\n            (human_readable_name, user_organization[api_name])\n            for api_name, human_readable_name in api_name_to_human_readable_name\n        ])\n        for user_organizations, _ in paged_user_organizations\n        for user_organization in user_organizations\n    ]\n\n    return human_readable_name_to_api_info\n\n\ndef get_user_repositories(ghapi, username):\n    # TODO: Change this back to type_='all' and find a good way to grab\n    # the correct repository owners\n    paged_user_repositories = ghapi.get_users_public_repositories(\n        username,\n        type_='owner',\n        sort='pushed',\n        direction='desc',\n    )\n\n    api_name_to_human_readable_name = [\n        ('name', 'Repository Name'),\n        ('description', 'Description'),\n        ('html_url', 'Github URL'),\n        ('clone_url', 'Clone URL'),\n    ]\n\n    human_readable_name_to_api_info = [\n        collections.OrderedDict([\n            (human_readable_name, user_repository[api_name])\n            for api_name, human_readable_name in api_name_to_human_readable_name\n        ])\n        for user_repositories, _ in paged_user_repositories\n        for user_repository in user_repositories\n    ]\n\n    return human_readable_name_to_api_info\n\n\ndef get_repository_commit_emails(ghapi, owner, repository, author=None):\n    paged_repository_commits = ghapi.get_repository_commits(\n        owner,\n        repository,\n        author=author\n    )\n\n    # https://developer.github.com/v3/git/\n    def get_commits_or_empty(repository_commits):\n        try:\n            for repository_commit in repository_commits:\n                yield repository_commit\n        except api.ApiCallException as e:\n            if e.conflict:\n                yield ([], None)\n            else:\n                # Re-raise original exception\n                raise\n\n    repository_commit_emails = {\n        (\n            repository_commit['commit']['author']['name'],\n            repository_commit['commit']['author']['email'],\n        )\n        for repository_commits, _ in get_commits_or_empty(paged_repository_commits)\n        for repository_commit in repository_commits\n    }\n\n    return repository_commit_emails\n"
  },
  {
    "path": "lib/gitem/api.py",
    "content": "#!/usr/bin/env python\n\nfrom __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nimport functools\nimport json\n\nimport requests\n\n\nclass AuthenticationRequiredException(BaseException):\n    pass\n\n\nclass ApiCallException(BaseException):\n\n    rate_limiting_url = 'https://developer.github.com/v3/#rate-limiting'\n\n    def __init__(self, code, message):\n        self.code = code\n        self.message = message\n\n    @property\n    def bad_request(self):\n        return self.code == requests.codes.BAD_REQUEST\n\n    @property\n    def unprocessable_entity(self):\n        return self.code == requests.codes.UNPROCESSABLE_ENTITY\n\n    @property\n    def forbidden(self):\n        return self.code == requests.codes.FORBIDDEN\n\n    @property\n    def unauthorized(self):\n        return self.code == requests.codes.UNAUTHORIZED\n\n    @property\n    def conflict(self):\n        return self.code == requests.codes.CONFLICT\n\n    @property\n    def not_found(self):\n        return self.code == requests.codes.NOT_FOUND\n\n    @property\n    def rate_limiting(self):\n        return (\n            self.forbidden\n            and self.message.get('documentation_url') == self.rate_limiting_url\n        )\n\n    def __str__(self):\n        return \"{}: {}\".format(self.code, json.dumps(self.message))\n\n\ndef oauth2_required(func):\n    @functools.wraps(func)\n    def wrapper(*args, **kwargs):\n        if not args or getattr(args[0], \"oauth2_token\", None) is None:\n            raise AuthenticationRequiredException(\"Please include an OAuth2 token.\")\n        return func(*args, **kwargs)\n    return wrapper\n\n\nclass Api(object):\n\n    BASE_URL = \"https://api.github.com\"\n\n    def __init__(self, oauth2_token=None, requester=requests.request):\n        self.oauth2_token = oauth2_token\n        self.requester = requester\n\n        # https://developer.github.com/v3/media/#request-specific-version\n        self.headers = {\n            \"Accept\": \"application/vnd.github.v3+json\",\n        }\n\n    def call(self, method, url, params=None):\n        \"\"\"\n        Make a Github developer API call\n        \"\"\"\n        if params is None:\n            params = {}\n\n        if self.oauth2_token:\n            params[\"access_token\"] = self.oauth2_token\n\n        response = self.requester(method, url, params=params, headers=self.headers)\n\n        if not response.ok:\n            raise ApiCallException(response.status_code, response.json())\n\n        return response\n\n    def json_call(self, method, endpoint, params=None):\n        \"\"\"\n        Return JSON data from a Github developer API call\n        \"\"\"\n        if params is None:\n            params = {}\n\n        url = self.BASE_URL + endpoint\n        response = self.call(method, url, params)\n\n        return (response.json(), response.status_code)\n\n    def paginated_json_call(self, method, endpoint, params=None):\n        \"\"\"\n        Return paginated JSON data from a Github developer API call\n        \"\"\"\n        if params is None:\n            params = {}\n\n        url = self.BASE_URL + endpoint\n\n        next_link = True\n        while next_link:\n            try:\n                response = self.call(method, url, params)\n            except StopIteration:\n                # Handle PEP 479\n                return\n\n            yield (response.json(), response.status_code)\n            next_link = response.links.get(\"next\", {})\n            url = next_link.get(\"url\")\n\n    def get_user(self, username):\n        \"\"\"\n        Return user information associated with a given username\n\n        https://developer.github.com/v3/users/#get-a-single-user\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/users/{}\".format(username)\n        params = {}\n\n        result = self.json_call(method, endpoint, params)\n\n        return result\n\n    @oauth2_required\n    def get_users_organizations(self):\n        \"\"\"\n        Return organizations associated with an OAuth2 authenticated user\n\n        https://developer.github.com/v3/orgs/#list-your-organizations\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/user/orgs\"\n        params = {}\n\n        result = self.json_call(method, endpoint, params)\n\n        return result\n\n    def get_users_public_organizations(self, username):\n        \"\"\"\n        Return public organizations associated with a user\n\n        https://developer.github.com/v3/orgs/#list-user-organizations\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/users/{}/orgs\".format(username)\n        params = {}\n\n        result = self.paginated_json_call(method, endpoint, params)\n\n        return result\n\n    def get_users_public_repositories(self, username, type_=None, sort=None, direction=None):\n        \"\"\"\n        Return public repositories associated with a given user\n\n        https://developer.github.com/v3/repos/#list-user-repositories\n        \"\"\"\n        type_values = [\"all\", \"owner\", \"member\"]\n        if type_ not in type_values and type_ is not None:\n            raise ValueError(\"type must be one of {}\".format(type_values))\n\n        sort_values = [\"created\", \"updated\", \"pushed\", \"full_name\"]\n        if sort not in sort_values and sort is not None:\n            raise ValueError(\"sort must be one of {}\".format(sort_values))\n\n        direction_values = [\"asc\", \"desc\"]\n        if direction not in direction_values and direction is not None:\n            raise ValueError(\"direction must be one of {}\".format(direction_values))\n\n        method = \"GET\"\n        endpoint = \"/users/{}/repos\".format(username)\n        params = {}\n\n        if type_:\n            params[\"type\"] = type_\n        if sort:\n            params[\"sort\"] = sort\n        if direction:\n            params[\"direction\"] = direction\n\n        result = self.paginated_json_call(method, endpoint, params)\n\n        return result\n\n    def get_public_organization(self, organization):\n        \"\"\"\n        Return public information associated with an organization\n\n        https://developer.github.com/v3/orgs/#get-an-organization\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/orgs/{}\".format(organization)\n        params = {}\n\n        result = self.json_call(method, endpoint, params)\n\n        return result\n\n    @oauth2_required\n    def get_organization(self, organization):\n        \"\"\"\n        Return information associated with an organization, OAuth2\n        authenticated user must be an owner\n\n        https://developer.github.com/v3/orgs/#get-an-organization\n        \"\"\"\n        return self.get_public_organization(organization)\n\n    def get_organizations_public_repositories(self, organization, type_=None):\n        \"\"\"\n        Return public repositories associated with a given organization\n\n        https://developer.github.com/v3/repos/#list-organization-repositories\n        \"\"\"\n        type_values = [\"all\", \"public\", \"private\", \"forks\", \"sources\", \"member\"]\n        if type_ not in type_values and type_ is not None:\n            raise ValueError(\"type must be one of {}\".format(type_values))\n\n        method = \"GET\"\n        endpoint = \"/orgs/{}/repos\".format(organization)\n        params = {}\n\n        if type_:\n            params[\"type\"] = type_\n\n        result = self.paginated_json_call(method, endpoint, params)\n\n        return result\n\n    def get_organizations_public_members(self, organization):\n        \"\"\"\n        Return public members associated with a given organization\n\n        https://developer.github.com/v3/orgs/members/\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/orgs/{}/public_members\".format(organization)\n        params = {}\n\n        result = self.paginated_json_call(method, endpoint, params)\n\n        return result\n\n    def get_public_repository(self, owner, repository):\n        \"\"\"\n        Return public information associated with a repository\n\n        https://developer.github.com/v3/repos/#get\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/repos/{}/{}\".format(owner, repository)\n        params = {}\n\n        result = self.json_call(method, endpoint, params)\n\n        return result\n\n    def get_repository_contributors(self, owner, repository, anon=None):\n        \"\"\"\n        Return contributor information associated with a given repository\n\n        https://developer.github.com/v3/repos/#list-contributors\n        \"\"\"\n        anon_values = [1, \"true\"]\n        if anon not in anon_values and anon is not None:\n            raise ValueError(\"anon must be one of {}\".format(anon_values))\n\n        method = \"GET\"\n        endpoint = \"/repos/{}/{}/contributors\".format(owner, repository)\n        params = {}\n\n        if anon:\n            params[\"anon\"] = anon\n\n        result = self.paginated_json_call(method, endpoint, params)\n\n        return result\n\n    def get_repository_commits(self, owner, repository, sha=None, path=None,\n                               author=None, since=None, until=None):\n        \"\"\"\n        Return commit information associated with a given repository\n\n        https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository\n        \"\"\"\n        method = \"GET\"\n        endpoint = \"/repos/{}/{}/commits\".format(owner, repository)\n        params = {}\n\n        if sha:\n            params[\"sha\"] = sha\n        if path:\n            params[\"path\"] = path\n        if author:\n            params[\"author\"] = author\n        if since:\n            params[\"since\"] = since\n        if until:\n            params[\"until\"] = until\n\n        result = self.paginated_json_call(method, endpoint, params)\n\n        return result\n"
  },
  {
    "path": "lib/gitem/output/__init__.py",
    "content": "from __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nfrom .stdout import Stdout\nfrom .json import Json\n\n__all__ = [\n    'Stdout',\n    'Json',\n]\n"
  },
  {
    "path": "lib/gitem/output/base.py",
    "content": "#!/usr/bin/env python\n\nfrom __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nimport abc\nimport sys\n\nif sys.version_info >= (3, 4):\n    ABC = abc.ABC\nelse:\n    ABC = abc.ABCMeta(str('ABC'), (), {})\n\n\nclass Base(ABC):\n\n    name = \"base\"\n\n    def __init__(self, file_=sys.stdout):\n        self.file = file_\n\n    @abc.abstractmethod\n    def output(self):\n        pass\n"
  },
  {
    "path": "lib/gitem/output/json.py",
    "content": "#!/usr/bin/env python\n\nfrom __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nimport json\n\nfrom . import base\n\n\nclass Json(base.Base):\n\n    name = \"json\"\n\n    def output(self, data):\n        output = json.dumps(data, separators=(\",\", \":\"))\n\n        print(output, file=self.file)\n"
  },
  {
    "path": "lib/gitem/output/stdout.py",
    "content": "#!/usr/bin/env python\n\nfrom __future__ import (\n    absolute_import,\n    division,\n    print_function,\n    unicode_literals,\n)\n\nfrom . import base\n\n\nclass Stdout(base.Base):\n\n    name = \"stdout\"\n    depth_increment = 2\n\n    def __init__(self, *args, **kwargs):\n        self.first_recurse = True\n\n        super(Stdout, self).__init__(*args, **kwargs)\n\n    def output_helper(self, data, depth):\n        for i, (key, value) in enumerate(data.items()):\n            if isinstance(value, dict):\n                if depth == 0 and i == 0 and self.first_recurse:\n                    # If we're on the very first dict then don't include an\n                    # awkward newline before we've printed anything else\n                    self.first_recurse = False\n                else:\n                    print(\"\", file=self.file)\n\n                output = \"{}:\".format(key)\n                print(\" \" * depth + output, file=self.file)\n\n                self.output_helper(value, depth + self.depth_increment)\n            elif isinstance(value, list):\n                output = \"{}:\".format(key)\n                print(\" \" * depth + output, file=self.file)\n\n                for l in value:\n                    print(\" \" * (depth + self.depth_increment) + l, file=self.file)\n            else:\n                if value == \"\":\n                    output = \"{}:\".format(key)\n                else:\n                    output = \"{}: {}\".format(key, value)\n\n                print(\" \" * depth + output, file=self.file)\n\n    def output(self, data):\n        self.output_helper(data, 0)\n"
  },
  {
    "path": "requirements-dev.txt",
    "content": "pytest==4.6.5\npytest-cov==2.8.1\nflake8==3.7.9\ncoveralls==1.8.2\n"
  },
  {
    "path": "requirements.txt",
    "content": "requests==2.20.0\n"
  },
  {
    "path": "setup.cfg",
    "content": "[bdist_wheel]\nuniversal = 1\n"
  },
  {
    "path": "setup.py",
    "content": "from setuptools import (\n    find_packages,\n    setup,\n)\n\nimport os\nimport sys\n\nPACKAGE_DIRECTORY = 'lib'\n\nsys.path.append(PACKAGE_DIRECTORY)\n\nimport gitem\n\nrequirements_filename = os.path.join(\n    os.path.dirname(os.path.abspath(__file__)), 'requirements.txt')\n\nwith open(requirements_filename) as fd:\n    install_requires = [i.strip() for i in fd.readlines()]\n\nrequirements_dev_filename = os.path.join(\n    os.path.dirname(os.path.abspath(__file__)), 'requirements-dev.txt')\n\nwith open(requirements_dev_filename) as fd:\n    tests_require = [i.strip() for i in fd.readlines()]\n\nlong_description_filename = os.path.join(\n    os.path.dirname(os.path.abspath(__file__)), 'README.md')\n\nwith open(long_description_filename) as fd:\n    long_description = fd.read()\n\nsetup(\n    name=gitem.__name__,\n    version=gitem.__version__,\n    description='A Github organization reconnaissance tool.',\n    long_description=long_description,\n    long_description_content_type='text/markdown',\n    url='https://github.com/mschwager/gitem',\n    packages=find_packages(where=PACKAGE_DIRECTORY),\n    package_dir={'': PACKAGE_DIRECTORY},\n    license='GPLv3',\n    classifiers=[\n        'Environment :: Console',\n        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',\n        'Operating System :: MacOS :: MacOS X',\n        'Operating System :: Microsoft :: Windows',\n        'Operating System :: POSIX',\n        'Programming Language :: Python :: 2.7',\n        'Programming Language :: Python :: 3.5',\n        'Programming Language :: Python :: 3.6',\n        'Programming Language :: Python :: 3.7',\n        'Programming Language :: Python :: 3.8',\n    ],\n    install_requires=install_requires,\n    tests_require=tests_require,\n    entry_points={\n        'console_scripts': [\n            'gitem = gitem.__main__:main',\n        ],\n    },\n)\n"
  },
  {
    "path": "tests/mocked_api_results.py",
    "content": "#!/usr/bin/env python\n\nimport requests\n\nSTANDARD_API_RESULT = [\n    {\n        \"api results\": \"go here\",\n    },\n    requests.codes.OK,\n]\n\nPAGED_API_RESULT = [\n    STANDARD_API_RESULT,\n    STANDARD_API_RESULT,\n    STANDARD_API_RESULT,\n]\n\nINVALID_JSON_RESULT = [\n    {\n        \"message\": \"Problems parsing JSON\",\n    },\n    requests.codes.BAD_REQUEST,\n]\n\nBAD_JSON_VALUES_RESULT = [\n    {\n        \"message\": \"Body should be a JSON object\",\n    },\n    requests.codes.BAD_REQUEST,\n]\n\nINVALID_FIELDS_RESULT = [\n    {\n        \"message\": \"Validation Failed\",\n        \"errors\": [\n            {\n                \"resource\": \"Issue\",\n                \"field\": \"title\",\n                \"code\": \"missing_field\",\n            }\n        ],\n    },\n    requests.codes.UNPROCESSABLE_ENTITY,\n]\n\nBAD_CREDENTIALS_RESULT = [\n    {\n        \"message\": \"Bad credentials\",\n        \"documentation_url\": \"https://developer.github.com/v3\",\n    },\n    requests.codes.UNAUTHORIZED,\n]\n\nMAXIMUM_BAD_CREDENTIALS_RESULT = [\n    {\n        \"message\": \"Maximum number of login attempts exceeded. Please try again later.\",\n        \"documentation_url\": \"https://developer.github.com/v3\",\n    },\n    requests.codes.FORBIDDEN,\n]\n\nNOT_FOUND_RESULT = [\n    {\n        \"message\": \"Not Found\",\n        \"documentation_url\": \"https://developer.github.com/v3\",\n    },\n    requests.codes.NOT_FOUND,\n]\n\n\ndef get_result_value(result):\n    return result[0]\n\n\ndef get_result_status_code(result):\n    return result[1]\n"
  },
  {
    "path": "tests/test_analytics.py",
    "content": "#!/usr/bin/env python\n\nimport collections\nimport unittest\n\ntry:\n    # Python 3\n    from unittest import mock\nexcept ImportError:\n    # Python 2 (third-party)\n    import mock\n\nimport requests\nimport pytest\n\nfrom gitem import analytics\nfrom gitem import api\n\n\nclass TestAnalytics(unittest.TestCase):\n\n    def test_get_organization_information(self):\n        return_value = (\n            {\n                'name': 'name1',\n                'description': 'desc1',\n                'blog': 'blog1',\n                'html_url': 'hu1',\n                'created_at': 'ca1',\n                'updated_at': 'ua1',\n                'email': 'email1',\n                'location': 'loc1',\n                'login': 'test1',\n                'public_repos': 'pr1',\n            },\n            requests.codes.OK,\n        )\n\n        ghapi = mock.MagicMock()\n        ghapi.get_public_organization = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_organization_information(ghapi, \"unused\")\n\n        expected = collections.OrderedDict([\n            ('Organization Name', 'name1'),\n            ('Description', 'desc1'),\n            ('Website', 'blog1'),\n            ('Github URL', 'hu1'),\n            ('Created', 'ca1'),\n            ('Last Updated', 'ua1'),\n            ('Email Address', 'email1'),\n            ('Location', 'loc1'),\n            ('Username', 'test1'),\n            ('# of Public Repositories', 'pr1'),\n        ])\n\n        assert result == expected\n\n    def test_get_organization_repositories(self):\n        return_value = [\n            (\n                [{\n                    'name': 'name1',\n                    'description': 'desc1',\n                    'html_url': 'hu1',\n                    'clone_url': 'cu1',\n                    'watchers_count': 'wc1',\n                    'stargazers_count': 'sc1',\n                    'forks_count': 'fc1',\n                    'created_at': 'ca1',\n                    'updated_at': 'ua1',\n                    'pushed_at': 'pa1',\n                }],\n                requests.codes.OK,\n            ),\n        ]\n\n        ghapi = mock.MagicMock()\n        ghapi.get_organizations_public_repositories = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_organization_repositories(ghapi, \"unused\")\n\n        expected = [\n            collections.OrderedDict([\n                ('Repository Name', 'name1'),\n                ('Description', 'desc1'),\n                ('Github URL', 'hu1'),\n                ('Clone URL', 'cu1'),\n                ('Watchers', 'wc1'),\n                ('Stars', 'sc1'),\n                ('Forks', 'fc1'),\n                ('Created', 'ca1'),\n                ('Last Updated', 'ua1'),\n                ('Last Pushed', 'pa1'),\n            ]),\n        ]\n\n        assert result == expected\n\n    def test_get_organization_members(self):\n        return_value = [\n            (\n                [{\n                    'login': 'test1',\n                    'site_admin': 'sa1',\n                    'html_url': 'hu1',\n                }],\n                requests.codes.OK,\n            ),\n            (\n                [{\n                    'login': 'test2',\n                    'site_admin': 'sa2',\n                    'html_url': 'hu2',\n                }],\n                requests.codes.OK,\n            ),\n        ]\n\n        ghapi = mock.MagicMock()\n        ghapi.get_organizations_public_members = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_organization_members(ghapi, \"unused\")\n\n        expected = [\n            collections.OrderedDict([\n                ('Username', 'test1'),\n                ('Site Administrator', 'sa1'),\n                ('Github URL', 'hu1'),\n            ]),\n            collections.OrderedDict([\n                ('Username', 'test2'),\n                ('Site Administrator', 'sa2'),\n                ('Github URL', 'hu2'),\n            ]),\n        ]\n\n        assert result == expected\n\n    def test_get_repository_information(self):\n        return_value = (\n            {\n                'name': 'name1',\n                'description': 'desc1',\n                'homepage': 'home1',\n                'html_url': 'hu1',\n                'clone_url': 'cu1',\n                'created_at': 'ca1',\n                'updated_at': 'ua1',\n                'pushed_at': 'pa1',\n                'language': 'lang1',\n                'forks_count': 'fc1',\n                'stargazers_count': 'sc1',\n                'watchers_count': 'wc1',\n            },\n            requests.codes.OK,\n        )\n\n        ghapi = mock.MagicMock()\n        ghapi.get_public_repository = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_repository_information(ghapi, \"unused\", \"unused\")\n\n        expected = collections.OrderedDict([\n            ('Repository Name', 'name1'),\n            ('Description', 'desc1'),\n            ('Homepage', 'home1'),\n            ('Github URL', 'hu1'),\n            ('Clone URL', 'cu1'),\n            ('Created', 'ca1'),\n            ('Last Updated', 'ua1'),\n            ('Last Pushed', 'pa1'),\n            ('Language', 'lang1'),\n            ('Forks', 'fc1'),\n            ('Stars', 'sc1'),\n            ('Watchers', 'wc1'),\n        ])\n\n        assert result == expected\n\n    def test_get_repository_contributors(self):\n        return_value = [\n            (\n                [{\n                    'login': 'test1',\n                    'contributions': 'cont1'\n                }],\n                requests.codes.OK\n            ),\n            (\n                [{\n                    'login': 'test2',\n                    'contributions': 'cont2'\n                }],\n                requests.codes.OK\n            ),\n        ]\n\n        ghapi = mock.MagicMock()\n        ghapi.get_repository_contributors = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_repository_contributors(ghapi, \"unused\", \"unused\")\n\n        expected = [\n            collections.OrderedDict([\n                ('Username', 'test1'),\n                ('Contributions', 'cont1'),\n            ]),\n            collections.OrderedDict([\n                ('Username', 'test2'),\n                ('Contributions', 'cont2'),\n            ]),\n        ]\n\n        assert result == expected\n\n    def test_get_user_information(self):\n        return_value = (\n            {\n                'login': 'username1',\n                'html_url': 'hu1',\n                'name': 'name1',\n                'company': 'co1',\n                'blog': 'blog1',\n                'location': 'loc1',\n                'email': 'email1',\n                'created_at': 'ca1',\n                'updated_at': 'ua1',\n            },\n            requests.codes.OK,\n        )\n\n        ghapi = mock.MagicMock()\n        ghapi.get_user = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_user_information(ghapi, \"unused\")\n\n        expected = collections.OrderedDict([\n            ('Username', 'username1'),\n            ('Github URL', 'hu1'),\n            ('Name', 'name1'),\n            ('Company', 'co1'),\n            ('Blog', 'blog1'),\n            ('Location', 'loc1'),\n            ('Email Address', 'email1'),\n            ('Created', 'ca1'),\n            ('Updated', 'ua1'),\n        ])\n\n        assert result == expected\n\n    def test_get_user_organization(self):\n        return_value = [\n            (\n                [{\n                    'login': 'test1'\n                }],\n                requests.codes.OK\n            ),\n            (\n                [{\n                    'login': 'test2'\n                }],\n                requests.codes.OK\n            ),\n        ]\n\n        ghapi = mock.MagicMock()\n        ghapi.get_users_public_organizations = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_user_organizations(ghapi, \"unused\")\n\n        expected = [\n            collections.OrderedDict([\n                ('Organization', 'test1'),\n            ]),\n            collections.OrderedDict([\n                ('Organization', 'test2'),\n            ]),\n        ]\n\n        assert result == expected\n\n    def test_get_user_repositories(self):\n        return_value = [\n            (\n                [{\n                    'name': 'name1',\n                    'description': 'desc1',\n                    'html_url': 'hu1',\n                    'clone_url': 'cu1',\n                }],\n                requests.codes.OK,\n            )\n        ]\n\n        ghapi = mock.MagicMock()\n        ghapi.get_users_public_repositories = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_user_repositories(ghapi, \"unused\")\n\n        expected = [\n            collections.OrderedDict([\n                ('Repository Name', 'name1'),\n                ('Description', 'desc1'),\n                ('Github URL', 'hu1'),\n                ('Clone URL', 'cu1'),\n            ])\n        ]\n\n        assert result == expected\n\n    def test_get_repository_commit_emails_basic(self):\n        return_value = [\n            (\n                [{\n                    'commit': {\n                        'author': {\n                            'name': 'username1',\n                            'email': 'email1',\n                        },\n                    },\n                }],\n                requests.codes.OK,\n            )\n        ]\n\n        ghapi = mock.MagicMock()\n        ghapi.get_repository_commits = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_repository_commit_emails(ghapi, \"unused\", \"unused\")\n\n        expected = {('username1', 'email1')}\n\n        assert result == expected\n\n    def test_get_repository_commit_emails_conflict(self):\n        def conflict_generator():\n            raise api.ApiCallException(requests.codes.CONFLICT, \"unused\")\n            yield  # Empty yield to make this a generator\n\n        return_value = conflict_generator()\n\n        ghapi = mock.MagicMock()\n        ghapi.get_repository_commits = mock.MagicMock(\n            return_value=return_value\n        )\n\n        result = analytics.get_repository_commit_emails(ghapi, \"unused\", \"unused\")\n\n        expected = set()\n\n        assert result == expected\n\n    def test_get_repository_commit_emails_not_conflict(self):\n        def not_conflict_generator():\n            raise api.ApiCallException(requests.codes.BAD_REQUEST, \"unused\")\n            yield  # Empty yield to make this a generator\n\n        return_value = not_conflict_generator()\n\n        ghapi = mock.MagicMock()\n        ghapi.get_repository_commits = mock.MagicMock(\n            return_value=return_value\n        )\n\n        with pytest.raises(api.ApiCallException):\n            analytics.get_repository_commit_emails(ghapi, \"unused\", \"unused\")\n\n\nif __name__ == \"__main__\":\n    unittest.main()\n"
  },
  {
    "path": "tests/test_api.py",
    "content": "#!/usr/bin/env python\n\nimport unittest\n\ntry:\n    # Python 3\n    from unittest import mock\nexcept ImportError:\n    # Python 2 (third-party)\n    import mock\n\nimport requests\nimport pytest\n\nfrom gitem import api\n\nimport mocked_api_results\n\n\nclass TestApi(unittest.TestCase):\n\n    def assertOk(self, status_code):\n        assert status_code == requests.codes.OK\n\n    def assertEmpty(self, iterable):\n        assert len(iterable) == 0\n\n    @staticmethod\n    def api_will_return(json_return_value, status_code=requests.codes.OK, oauth2_token=None):\n        assert isinstance(json_return_value, dict)\n\n        return_value = mock.MagicMock()\n\n        return_value.status_code = status_code\n        return_value.json = mock.MagicMock(\n            return_value=json_return_value\n        )\n        return_value.ok = status_code == requests.codes.OK\n\n        return api.Api(oauth2_token, requester=mock.MagicMock(\n            return_value=return_value\n        ))\n\n    @staticmethod\n    def paged_api_will_return(json_return_values, status_codes=None, oauth2_token=None):\n        assert isinstance(json_return_values, list)\n        assert isinstance(status_codes, list) or status_codes is None\n\n        if status_codes is None:\n            status_codes = [requests.codes.OK] * len(json_return_values)\n\n        return_value = mock.MagicMock()\n\n        # This is some weird mock black magic...\n        type(return_value).status_code = mock.PropertyMock(\n            side_effect=status_codes\n        )\n        return_value.json = mock.Mock(\n            side_effect=json_return_values\n        )\n        type(return_value).ok = mock.PropertyMock(\n            side_effect=[\n                status_code == requests.codes.OK\n                for status_code in status_codes\n            ]\n        )\n\n        return api.Api(oauth2_token, requester=mock.MagicMock(\n            return_value=return_value\n        ))\n\n    def test_ok(self):\n        will_return = mocked_api_results.STANDARD_API_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        result, status_code = mocked_api.get_public_organization(\"unused\")\n\n        expected = mocked_api_results.get_result_value(\n            mocked_api_results.STANDARD_API_RESULT\n        )\n\n        self.assertOk(status_code)\n        assert result == expected\n\n    def test_invalid_json(self):\n        will_return = mocked_api_results.INVALID_JSON_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        with pytest.raises(api.ApiCallException) as e:\n            mocked_api.get_public_organization(\"unused\")\n\n        assert e.value.bad_request\n\n    def test_invalid_json_argument_type(self):\n        will_return = mocked_api_results.BAD_JSON_VALUES_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        with pytest.raises(api.ApiCallException) as e:\n            mocked_api.get_public_organization(\"unused\")\n\n        assert e.value.bad_request\n\n    def test_invalid_json_field(self):\n        will_return = mocked_api_results.INVALID_FIELDS_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        with pytest.raises(api.ApiCallException) as e:\n            mocked_api.get_public_organization(\"unused\")\n\n        assert e.value.unprocessable_entity\n\n    def test_bad_credentials(self):\n        will_return = mocked_api_results.BAD_CREDENTIALS_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        with pytest.raises(api.ApiCallException) as e:\n            mocked_api.get_public_organization(\"unused\")\n\n        assert e.value.unauthorized\n\n    def test_maximum_bad_credentials(self):\n        will_return = mocked_api_results.MAXIMUM_BAD_CREDENTIALS_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        with pytest.raises(api.ApiCallException) as e:\n            mocked_api.get_public_organization(\"unused\")\n\n        assert e.value.forbidden\n\n    def test_not_found(self):\n        will_return = mocked_api_results.NOT_FOUND_RESULT\n\n        mocked_api = self.api_will_return(*will_return)\n\n        # The API call we make doesn't matter, it will return the same result\n        # no matter what\n        with pytest.raises(api.ApiCallException) as e:\n            mocked_api.get_public_organization(\"unused\")\n\n        assert e.value.not_found\n\n    def test_authenticated_endpoint_ok(self):\n        will_return = mocked_api_results.STANDARD_API_RESULT\n\n        mocked_api = self.api_will_return(\n            *will_return,\n            oauth2_token=\"VALUE DOESN'T MATTER\"\n        )\n\n        result, status_code = mocked_api.get_organization(\"unused\")\n\n        expected = mocked_api_results.get_result_value(\n            mocked_api_results.STANDARD_API_RESULT\n        )\n\n        self.assertOk(status_code)\n        assert result == expected\n\n    def test_authenticated_endpoint_missing_token(self):\n        will_return = mocked_api_results.STANDARD_API_RESULT\n\n        mocked_api = self.api_will_return(\n            *will_return,\n            oauth2_token=None\n        )\n\n        with pytest.raises(api.AuthenticationRequiredException):\n            mocked_api.get_organization(\"unused\")\n\n    def test_paged_ok(self):\n        mocked_json_values = [\n            mocked_api_results.get_result_value(result)\n            for result in mocked_api_results.PAGED_API_RESULT\n        ]\n\n        mocked_status_codes = [\n            mocked_api_results.get_result_status_code(result)\n            for result in mocked_api_results.PAGED_API_RESULT\n        ]\n\n        mocked_api = self.paged_api_will_return(mocked_json_values, mocked_status_codes)\n\n        for result, status_code in mocked_api.get_organizations_public_repositories(\"unused\"):\n            expected = mocked_api_results.get_result_value(\n                mocked_api_results.STANDARD_API_RESULT\n            )\n\n            self.assertOk(status_code)\n            assert result == expected\n\n    def test_paged_pep_479(self):\n        mocked_json_values = [\n            mocked_api_results.get_result_value(result)\n            for result in mocked_api_results.PAGED_API_RESULT\n        ]\n        mocked_json_values = [mocked_json_values[0]]\n\n        mocked_api = self.paged_api_will_return(mocked_json_values)\n        mocked_api.requester.return_value.ok = mock.PropertyMock(\n            side_effect=StopIteration\n        )\n\n        result = list(mocked_api.get_organizations_public_repositories(\"unused\"))\n\n        self.assertEmpty(result)\n\n    def test_get_users_public_repositories_bad_type(self):\n        type_ = \"\"\n        ghapi = api.Api()\n\n        with pytest.raises(ValueError):\n            ghapi.get_users_public_repositories(\"UNUSED\", type_=type_)\n\n    def test_get_users_public_repositories_bad_sort(self):\n        sort = \"\"\n        ghapi = api.Api()\n\n        with pytest.raises(ValueError):\n            ghapi.get_users_public_repositories(\"UNUSED\", sort=sort)\n\n    def test_get_users_public_repositories_bad_direction(self):\n        direction = \"\"\n        ghapi = api.Api()\n\n        with pytest.raises(ValueError):\n            ghapi.get_users_public_repositories(\"UNUSED\", direction=direction)\n\n    def test_get_organizations_public_repositories_bad_type(self):\n        type_ = \"\"\n        ghapi = api.Api()\n\n        with pytest.raises(ValueError):\n            ghapi.get_organizations_public_repositories(\"UNUSED\", type_=type_)\n\n    def test_get_repository_contributors_bad_anon(self):\n        anon = \"\"\n        ghapi = api.Api()\n\n        with pytest.raises(ValueError):\n            ghapi.get_repository_contributors(\"UNUSED\", \"UNUSED\", anon=anon)\n\n    def test_get_repository_contributors_ok(self):\n        mocked_json_values = [\n            mocked_api_results.get_result_value(result)\n            for result in mocked_api_results.PAGED_API_RESULT\n        ]\n\n        mocked_status_codes = [\n            mocked_api_results.get_result_status_code(result)\n            for result in mocked_api_results.PAGED_API_RESULT\n        ]\n\n        mocked_api = self.paged_api_will_return(mocked_json_values, mocked_status_codes)\n\n        for result, status_code in mocked_api.get_repository_contributors(\"unused\", \"unused\"):\n            expected = mocked_api_results.get_result_value(\n                mocked_api_results.STANDARD_API_RESULT\n            )\n\n            self.assertOk(status_code)\n            assert result == expected\n\n\nif __name__ == \"__main__\":\n    unittest.main()\n"
  },
  {
    "path": "tests/test_output/test_json.py",
    "content": "#!/usr/bin/env python\n\nimport collections\nimport io\nimport textwrap\nimport unittest\n\nfrom gitem import output\n\n\nclass TestJson(unittest.TestCase):\n\n    @staticmethod\n    def dedent_helper(s):\n        return textwrap.dedent(s).lstrip()\n\n    def test_basic(self):\n        data = collections.OrderedDict([\n            ('key', 'value'),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Json(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            {\"key\":\"value\"}\n        ''')\n\n        assert result == expected\n\n    def test_list(self):\n        data = collections.OrderedDict([\n            ('key1', collections.OrderedDict([\n                ('key2', ['value1', 'value2']),\n            ])),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Json(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            {\"key1\":{\"key2\":[\"value1\",\"value2\"]}}\n        ''')\n\n        assert result == expected\n\n    def test_recurse(self):\n        data = collections.OrderedDict([\n            ('key1', 'value1'),\n            ('key2', collections.OrderedDict([\n                ('key3', 'value2'),\n            ])),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Json(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            {\"key1\":\"value1\",\"key2\":{\"key3\":\"value2\"}}\n        ''')\n\n        assert result == expected\n\n    def test_multi(self):\n        data1 = collections.OrderedDict([\n            ('key1', 'value1'),\n        ])\n        data2 = collections.OrderedDict([\n            ('key2', 'value2'),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Json(file_=stream)\n            outputter.output(data1)\n            outputter.output(data2)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            {\"key1\":\"value1\"}\n            {\"key2\":\"value2\"}\n        ''')\n\n        assert result == expected\n\n\nif __name__ == \"__main__\":\n    unittest.main()\n"
  },
  {
    "path": "tests/test_output/test_stdout.py",
    "content": "#!/usr/bin/env python\n\nimport collections\nimport io\nimport textwrap\nimport unittest\n\nfrom gitem import output\n\n\nclass TestStdout(unittest.TestCase):\n\n    @staticmethod\n    def dedent_helper(s):\n        return textwrap.dedent(s).lstrip()\n\n    def test_basic(self):\n        data = collections.OrderedDict([\n            ('key', 'value'),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Stdout(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            key: value\n        ''')\n\n        assert result == expected\n\n    def test_list(self):\n        data = collections.OrderedDict([\n            ('key1', collections.OrderedDict([\n                ('key2', ['value1', 'value2']),\n            ])),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Stdout(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            key1:\n              key2:\n                value1\n                value2\n        ''')\n\n        assert result == expected\n\n    def test_recurse(self):\n        data = collections.OrderedDict([\n            ('key1', 'value1'),\n            ('key2', collections.OrderedDict([\n                ('key3', 'value2'),\n            ])),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Stdout(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            key1: value1\n\n            key2:\n              key3: value2\n        ''')\n\n        assert result == expected\n\n    def test_newline(self):\n        data = collections.OrderedDict([\n            ('key1', 'value1'),\n            ('key2', collections.OrderedDict([\n                ('key3', 'value2'),\n            ])),\n            ('key4', collections.OrderedDict([\n                ('key5', 'value3'),\n            ])),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Stdout(file_=stream)\n            outputter.output(data)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            key1: value1\n\n            key2:\n              key3: value2\n\n            key4:\n              key5: value3\n        ''')\n\n        assert result == expected\n\n    def test_multi(self):\n        data1 = collections.OrderedDict([\n            ('key1', 'value1'),\n        ])\n        data2 = collections.OrderedDict([\n            ('key2', 'value2'),\n        ])\n\n        with io.StringIO() as stream:\n            outputter = output.Stdout(file_=stream)\n            outputter.output(data1)\n            outputter.output(data2)\n            result = stream.getvalue()\n\n        expected = self.dedent_helper('''\n            key1: value1\n            key2: value2\n        ''')\n\n        assert result == expected\n\n\nif __name__ == \"__main__\":\n    unittest.main()\n"
  }
]