GitXplorerGitXplorer
m

apatite

public
42 stars
6 forks
3 issues

Commits

List of commits on branch master.
Verified
d9562c256de61e79b41c4830f42aa58dfe2b4e2a

Merge pull request #2 from mcgyver5/master

mmahmoud committed 5 years ago
Unverified
5d7506d9575b55d3aae81a00d9da7427829690ec

adding ashes to setup

mmcgyver5 committed 5 years ago
Unverified
b24ca71c58c7fd5cc450076defb2688a8fb8f2cc

bump version for v20.0.1 dev

mmahmoud committed 5 years ago
Unverified
095b3f9dc364380c2356bf3946c8066c3810676d

bump version for v20.0.0 release

mmahmoud committed 5 years ago
Unverified
040f4bbe231e8e5215fdc995b70a942eb0dcd3d5

adding initial gitignore

mmahmoud committed 5 years ago
Unverified
2d144e6c319a0814c8897362f3d9eb9f7867ca41

some link checking thoughts

mmahmoud committed 5 years ago

README

The README file for this repository.

Apatite

A command-line application for curating structured lists of software projects.

First run

pip install apatite

Then run

apatite --help

And you'll see

Usage: /home/mahmoud/virtualenvs/apatite/bin/apatite subcommand [FLAGS]

    automation and analytics for curated lists of awesome software.

    Normal analysis workflow:

      * apatite pull-repos  (can take 3-4 hours, 25GB on the full APA, use --targets to limit)
      * apatite collect-metrics
      * apatite export-metrics
      * apatite analyze  # TODO



Subcommands:

  render                    generate the list markdown from the yaml listing
  normalize                 normalize project and tag order, checking for duplicates and format divergences,
                            overwrites the yaml listing
  pull-repos                clone or pull all projects. requires git, hg, and bzr to be installed for projects in APA
  collect-metrics           use local clones of repositories (from pull-repos) to gather data about projects
  show-recent-metrics       shows the most recent metrics collection
  export-metrics            export a csv with metrics collated from previous collect-metrics runs
  show-exportable-metrics   show a list of metric names available for export-metrics --cols and --cols-file flags
  console                   use pdb to explore plist and pdir
  version                   print the apatite version and exit


Flags:

  --help / -h   show this help message and exit