Giter VIP home page Giter VIP logo

scitree's Issues

support for images, serialized files,

Great project!

  • A lot of scientific projects also have images as output (or input). I would put those in a grey colour.
  • Another important file type is binary or serialized data. For R, that would be .rds, for python that's commonly .pkl. .bin could be another. This could also be under the "data" label.
  • Maybe there's something to be said for config files (.Rproj, .toml, etc.)

In general, would it not be a good idea to have the filetype extension filters depend on something external? I tried scitree out on one of my projects, and for example it did not recognise my .stan files as code.

directory count includes git tree?

I have a small project with only a few directories, yet scitree prints the following:

image

perhaps that's because it is including the .git directory and its subdirectories in the count?

Bug with file and directory count.

For version 0.5.2 I get this result:

Successfully installed scitree-0.5.2
0 directories, 0 files
README Data Code

while for verison 0.5.1:

Successfully installed scitree-0.5.1
184 directories, 368 files
README Data Code

0.5.3 and 0.5.4 have the same issue. On windows terminal -> powershell.

Issue with setuptools

> scitree
Traceback (most recent call last):
  File "c:\program files\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\program files\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "xxx\AppData\Roaming\Python\Python39\Scripts\scitree.exe\__main__.py", line 4, in <module>
  File "xxx\scitree\scitree\__main__.py", line 3, in <module>
    from setuptools_scm import get_version
ModuleNotFoundError: No module named 'setuptools_scm'

Directly after installing I get this error on the first run.

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.