import-linter VS python-feedstock

Compare import-linter vs python-feedstock and see what are their differences.

import-linter

Import Linter allows you to define and enforce rules for the internal and external imports within your Python project. (by seddonym)

python-feedstock

A conda-smithy repository for python. (by conda-forge)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
import-linter python-feedstock
4 2
623 44
- -
7.6 7.8
2 months ago 4 days ago
Python Shell
BSD 2-clause "Simplified" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

import-linter

Posts with mentions or reviews of import-linter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-15.
  • Kraken Technologies: How we organise our large Python monolith
    1 project | news.ycombinator.com | 18 Jul 2023
    Never heard of https://import-linter.readthedocs.io/ before. Not sure if I like this type of solution, but it's interesting, and certainly the problem is real.
  • Maintain a Clean Architecture in Python with Dependency Rules
    4 projects | news.ycombinator.com | 15 Dec 2022
    Before clicking on this, I expected to see import-linter [0] which achieves something very similar but with, in my opinion, a bit less magic. Another solution in a similar spirit is Pants [1], though this is actually a build system which allows you to constrain dependencies between different artifacts (e.g. which modules are allowed to depend on which modules).

    To Sourcery's credit, their product looks much more in the realm of "developer experience" -- closer to Copilot (or what I understand of it) than to import-linter. Props to them for at least having a page about security [2] and building a solution which doesn't inherently require all of your source code to be shared with a vendor's server.

    [0] https://github.com/seddonym/import-linter

    [1] https://www.pantsbuild.org/

    [2] https://docs.sourcery.ai/Product/Permissions-and-Security/

  • Python 3.11.0 final is now available
    11 projects | news.ycombinator.com | 25 Oct 2022
  • Linter for Python architecture
    2 projects | dev.to | 22 Feb 2021
    import-linter on GitHub

python-feedstock

Posts with mentions or reviews of python-feedstock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Python 3.11.0 final is now available
    11 projects | news.ycombinator.com | 25 Oct 2022
    It's already there:

    https://anaconda.org/conda-forge/python

    https://github.com/conda-forge/python-feedstock/pull/577

    Using mamba to create a new encoding called py311 with python 3.11:

        mamba create -n py311 python=3.11
  • Notes from the Meeting on Python GIL Removal Between Python Core and Sam Gross
    4 projects | news.ycombinator.com | 26 Oct 2021
    https://news.ycombinator.com/item?id=18040664

    Today, conda-forge compiles CPython to relocatable platform+architecture-specific binaries with LLVM. https://github.com/conda-forge/python-feedstock/blob/master/...

    Pyodide (JupyterLite) compiles CPython to WASM (or LLVM IR?) with LLVM/emscripten IIRC. Hopefully there's a clear way to implement the new GIL-less multithreading support with Web Workers in WASM, too?

    The https://rapids.ai/ org has a bunch a fast Python for HPC; with Dask and pick a scheduler. Less process overhead and less need for interprocess locking of memory handles that transgress contexts due to a new GIL removal approach would be even faster than debuggable one process per core Python.

What are some alternatives?

When comparing import-linter and python-feedstock you can also consider the following projects:

dephell - :package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.

nogil - Multithreaded Python without the GIL

smart-imports - smart imports for Python

django-stubs - PEP-484 stubs for Django

tern - Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.

celery-types - :seedling: Type stubs for Celery and its related packages

emerge - Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration

Django-Styleguide - Django styleguide used in HackSoft projects

conda - A system-level, binary package and environment manager running on all major operating systems and platforms.

sigstore-website - Codebase for sigstore.dev

public-conventions - In-house conventions and styles