Coder Social home page Coder Social logo

ammsa / githeat Goto Github PK

View Code? Open in Web Editor NEW
171.0 171.0 6.0 476 KB

๐Ÿ”ฅ Interactive heatmap for your git repos

Home Page: https://ammsa.github.io/Githeat

License: MIT License

Python 96.37% HTML 2.76% CSS 0.87%
git interactive visualization

githeat's People

Contributors

ammsa avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

githeat's Issues

Python2 dependency issue, Python3 not available

Hi,

This happens on clean installation:

Python2 is not installable due to GitPython asking for Python 3.4 when installing with Python 2.7 (=> downgrade GitPython version or fix its version?)

$ pip install githeat
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
Collecting githeat
  Downloading githeat-0.1.2-py2-none-any.whl (21 kB)
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from githeat) (1.14.0)
Requirement already satisfied: smmap in /usr/local/lib/python2.7/dist-packages/smmap-3.0.1-py2.7.egg (from githeat) (3.0.1)
Requirement already satisfied: PyYAML in ./.local/lib/python2.7/site-packages (from githeat) (3.13)
Requirement already satisfied: python-dateutil in /usr/local/lib/python2.7/dist-packages (from githeat) (2.8.1)
Collecting xtermcolor
  Downloading xtermcolor-1.3.tar.gz (3.8 kB)
Requirement already satisfied: py in /usr/lib/python2.7/dist-packages (from githeat) (1.5.2)
Requirement already satisfied: wheel in /usr/lib/python2.7/dist-packages (from githeat) (0.30.0)
Requirement already satisfied: GitPython in /usr/local/lib/python2.7/dist-packages/GitPython-3.1.0-py2.7.egg (from githeat) (3.1.0)
ERROR: Package 'GitPython' requires a different Python: 2.7.17 not in '>=3.4'
WARNING: You are using pip version 20.1.1; however, version 20.2.4 is available.
You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command.

Python3 is simply not available.

$ pip3 install githeat
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement githeat (from versions: none)
ERROR: No matching distribution found for githeat
WARNING: You are using pip version 20.2.3; however, version 20.2.4 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

One way to fix it is to change requirements to the last Python2 compatible version for these two packages:

pip install gitpython==2.1.15
pip install gitdb==0.6.4

python 3

I was able to get GitHeat to work on Python 3 with a few small changes, they're quite crude, I can submit them if you like?

I plan to feature this application in the README of blessed, so I was hoping you can let me know if it will continue to function, python 2 being EOL and all :(

[Feature] Merge weeks

I'm looking for something showing heat Monday-Sunday 00:00-23:59

Is that a feature you see fitting in here or should I create a seperate project?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.