Giter Club home page Giter Club logo

brightway25's People

Contributors

cmutel avatar tngtudor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

xiaoshir stew-mcd

brightway25's Issues

Remove `pywin32` from Installation Instructions?

The installation instructions for the Windows platform currently still list pywin32 as an additional dependency that users should install manually.

Using johnnydep to analyse the dependency tree of the PyPi brightway25 reveals, that the package is currently no longer required:

Dependency Tree
name                                               summary
-------------------------------------------------  -----------------------------------------------------------------------------------------------------------------------
brightway25                                        Wrapper to document and install Brightway 2.5
├── bw-migrations>=0.2                             Migration data and utilities for Brightway IO and LCA in general
│   ├── bw2data                                    Tools for the management of inventory databases and impact assessment methods. Part of the Brightway2 LCA Framework
│   │   ├── appdirs                                A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   ├── bw2parameters                          Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   │   │   ├── asteval                            Safe, minimalistic evaluator of python expression using ast module
│   │   │   ├── astunparse                         An AST unparser for Python
│   │   │   │   ├── six<2.0,>=1.6.1                Python 2 and 3 compatibility utilities
│   │   │   │   └── wheel<1.0,>=0.23.0             A built-package format for Python
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   ├── pint                               Physical quantities module
│   │   │   │   └── typing-extensions              Backported and Experimental Type Hints for Python 3.8+
│   │   │   └── stats-arrays                       Standard NumPy array interface for defining uncertain parameters
│   │   │       ├── numpy                          Fundamental package for array computing in Python
│   │   │       └── scipy                          Fundamental algorithms for scientific computing in Python
│   │   │           └── numpy<1.29.0,>=1.22.4      Fundamental package for array computing in Python
│   │   ├── docopt                                 Pythonic argument parser, that will make you smile
│   │   ├── eight                                  Python 2 to the power of 3. A lightweight porting helper library.
│   │   │   └── future<0.19,>=0.16                 Clean single-source support for Python 3 and 2
│   │   ├── fasteners                              A python package that provides useful locks
│   │   ├── future                                 Clean single-source support for Python 3 and 2
│   │   ├── lxml                                   Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── peewee>=3.9.4                          a little orm
│   │   ├── psutil                                 Cross-platform lib for process and system monitoring in Python.
│   │   ├── pyprind                                Python Progress Bar and Percent Indicator Utility
│   │   ├── requests>=1.1.0                        Python HTTP for Humans.
│   │   │   ├── certifi>=2017.4.17                 Python package for providing Mozilla's CA Bundle.
│   │   │   ├── charset-normalizer<4,>=2           The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
│   │   │   ├── idna<4,>=2.5                       Internationalized Domain Names in Applications (IDNA)
│   │   │   └── urllib3<3,>=1.21.1                 HTTP library with thread-safe connection pooling, file post, and more.
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   ├── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── scipy                              Fundamental algorithms for scientific computing in Python
│   │   │       └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   │   ├── unicodecsv                             Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*.
│   │   ├── voluptuous                             Python data validation library
│   │   ├── whoosh                                 Fast, pure-Python full text indexing, search, and spell checking library.
│   │   └── wrapt                                  Module for decorators, wrappers and monkey patching.
│   ├── pandas                                     Powerful data structures for data analysis, time series, and statistics
│   │   ├── numpy<2,>=1.23.2                       Fundamental package for array computing in Python
│   │   ├── python-dateutil>=2.8.2                 Extensions to the standard Python datetime module
│   │   │   └── six>=1.5                           Python 2 and 3 compatibility utilities
│   │   ├── pytz>=2020.1                           World timezone definitions, modern and historical
│   │   └── tzdata>=2022.7                         Provider of IANA time zone data
│   └── stats-arrays                               Standard NumPy array interface for defining uncertain parameters
│       ├── numpy                                  Fundamental package for array computing in Python
│       └── scipy                                  Fundamental algorithms for scientific computing in Python
│           └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
├── bw-processing>=0.7.1                           Tools to create structured arrays in a common format
│   ├── fs                                         Python's filesystem abstraction layer
│   │   ├── appdirs~=1.4.3                         A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   ├── setuptools                             Easily download, build, install, upgrade, and uninstall Python packages
│   │   └── six~=1.10                              Python 2 and 3 compatibility utilities
│   ├── numpy                                      Fundamental package for array computing in Python
│   └── pandas                                     Powerful data structures for data analysis, time series, and statistics
│       ├── numpy<2,>=1.23.2                       Fundamental package for array computing in Python
│       ├── python-dateutil>=2.8.2                 Extensions to the standard Python datetime module
│       │   └── six>=1.5                           Python 2 and 3 compatibility utilities
│       ├── pytz>=2020.1                           World timezone definitions, modern and historical
│       └── tzdata>=2022.7                         Provider of IANA time zone data
├── bw2analyzer>=0.11.1                            UNKNOWN
│   ├── bw2calc>=2.0.dev14                         The calculation engine for the Brightway2 life cycle assessment framework.
│   │   ├── bw-processing                          Tools to create structured arrays in a common format
│   │   │   ├── fs                                 Python's filesystem abstraction layer
│   │   │   │   ├── appdirs~=1.4.3                 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   ├── setuptools                     Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   └── six~=1.10                      Python 2 and 3 compatibility utilities
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │       ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │       ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │       │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │       ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │       └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   ├── matrix-utils                           Tools to create matrices from data packages
│   │   │   ├── bw-processing                      Tools to create structured arrays in a common format
│   │   │   │   ├── fs                             Python's filesystem abstraction layer
│   │   │   │   │   ├── appdirs~=1.4.3             A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   │   ├── setuptools                 Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   │   └── six~=1.10                  Python 2 and 3 compatibility utilities
│   │   │   │   ├── numpy                          Fundamental package for array computing in Python
│   │   │   │   └── pandas                         Powerful data structures for data analysis, time series, and statistics
│   │   │   │       ├── numpy<2,>=1.23.2           Fundamental package for array computing in Python
│   │   │   │       ├── python-dateutil>=2.8.2     Extensions to the standard Python datetime module
│   │   │   │       │   └── six>=1.5               Python 2 and 3 compatibility utilities
│   │   │   │       ├── pytz>=2020.1               World timezone definitions, modern and historical
│   │   │   │       └── tzdata>=2022.7             Provider of IANA time zone data
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   ├── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │   │   ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │   │   ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │   │   │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │   │   ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │   │   └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   │   ├── scipy                              Fundamental algorithms for scientific computing in Python
│   │   │   │   └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   │   │   └── stats-arrays                       Standard NumPy array interface for defining uncertain parameters
│   │   │       ├── numpy                          Fundamental package for array computing in Python
│   │   │       └── scipy                          Fundamental algorithms for scientific computing in Python
│   │   │           └── numpy<1.29.0,>=1.22.4      Fundamental package for array computing in Python
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │   │   ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │   │   ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │   │   │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │   │   ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │   │   └── tzdata>=2022.7                     Provider of IANA time zone data
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   └── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │       ├── numpy                              Fundamental package for array computing in Python
│   │       └── scipy                              Fundamental algorithms for scientific computing in Python
│   │           └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   ├── bw2data>=4.0.dev24                         Tools for the management of inventory databases and impact assessment methods. Part of the Brightway2 LCA Framework
│   │   ├── bw-processing                          Tools to create structured arrays in a common format
│   │   │   ├── fs                                 Python's filesystem abstraction layer
│   │   │   │   ├── appdirs~=1.4.3                 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   ├── setuptools                     Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   └── six~=1.10                      Python 2 and 3 compatibility utilities
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │       ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │       ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │       │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │       ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │       └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   ├── bw2parameters                          Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   │   │   ├── asteval                            Safe, minimalistic evaluator of python expression using ast module
│   │   │   ├── astunparse                         An AST unparser for Python
│   │   │   │   ├── six<2.0,>=1.6.1                Python 2 and 3 compatibility utilities
│   │   │   │   └── wheel<1.0,>=0.23.0             A built-package format for Python
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   ├── pint                               Physical quantities module
│   │   │   │   └── typing-extensions              Backported and Experimental Type Hints for Python 3.8+
│   │   │   └── stats-arrays                       Standard NumPy array interface for defining uncertain parameters
│   │   │       ├── numpy                          Fundamental package for array computing in Python
│   │   │       └── scipy                          Fundamental algorithms for scientific computing in Python
│   │   │           └── numpy<1.29.0,>=1.22.4      Fundamental package for array computing in Python
│   │   ├── lxml                                   Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── peewee>=3.9.4                          a little orm
│   │   ├── platformdirs                           A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   ├── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── scipy                              Fundamental algorithms for scientific computing in Python
│   │   │       └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   │   ├── tqdm                                   Fast, Extensible Progress Meter
│   │   ├── voluptuous                             Python data validation library
│   │   ├── whoosh                                 Fast, pure-Python full text indexing, search, and spell checking library.
│   │   └── wrapt                                  Module for decorators, wrappers and monkey patching.
│   ├── matplotlib                                 Python plotting package
│   │   ├── contourpy>=1.0.1                       Python library for calculating contours of 2D quadrilateral grids
│   │   │   └── numpy<2.0,>=1.20                   Fundamental package for array computing in Python
│   │   ├── cycler>=0.10                           Composable style cycles
│   │   ├── fonttools>=4.22.0                      Tools to manipulate font files
│   │   ├── kiwisolver>=1.3.1                      A fast implementation of the Cassowary constraint solver
│   │   ├── numpy<2,>=1.21                         Fundamental package for array computing in Python
│   │   ├── packaging>=20.0                        Core utilities for Python packages
│   │   ├── pillow>=8                              Python Imaging Library (Fork)
│   │   ├── pyparsing>=2.3.1                       pyparsing module - Classes and methods to define and execute parsing grammars
│   │   └── python-dateutil>=2.7                   Extensions to the standard Python datetime module
│   │       └── six>=1.5                           Python 2 and 3 compatibility utilities
│   ├── numpy                                      Fundamental package for array computing in Python
│   ├── pandas                                     Powerful data structures for data analysis, time series, and statistics
│   │   ├── numpy<2,>=1.23.2                       Fundamental package for array computing in Python
│   │   ├── python-dateutil>=2.8.2                 Extensions to the standard Python datetime module
│   │   │   └── six>=1.5                           Python 2 and 3 compatibility utilities
│   │   ├── pytz>=2020.1                           World timezone definitions, modern and historical
│   │   └── tzdata>=2022.7                         Provider of IANA time zone data
│   ├── requests                                   Python HTTP for Humans.
│   │   ├── certifi>=2017.4.17                     Python package for providing Mozilla's CA Bundle.
│   │   ├── charset-normalizer<4,>=2               The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
│   │   ├── idna<4,>=2.5                           Internationalized Domain Names in Applications (IDNA)
│   │   └── urllib3<3,>=1.21.1                     HTTP library with thread-safe connection pooling, file post, and more.
│   ├── scipy                                      Fundamental algorithms for scientific computing in Python
│   │   └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python
│   ├── stats-arrays>=0.6.5                        Standard NumPy array interface for defining uncertain parameters
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── scipy                                  Fundamental algorithms for scientific computing in Python
│   │       └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   ├── tabulate                                   Pretty-print tabular data
│   └── tqdm                                       Fast, Extensible Progress Meter
├── bw2calc>=2.0.dev5                              The calculation engine for the Brightway2 life cycle assessment framework.
│   ├── bw-processing                              Tools to create structured arrays in a common format
│   │   ├── fs                                     Python's filesystem abstraction layer
│   │   │   ├── appdirs~=1.4.3                     A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   ├── setuptools                         Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   └── six~=1.10                          Python 2 and 3 compatibility utilities
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │       ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │       ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │       │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │       ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │       └── tzdata>=2022.7                     Provider of IANA time zone data
│   ├── matrix-utils                               Tools to create matrices from data packages
│   │   ├── bw-processing                          Tools to create structured arrays in a common format
│   │   │   ├── fs                                 Python's filesystem abstraction layer
│   │   │   │   ├── appdirs~=1.4.3                 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   ├── setuptools                     Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   └── six~=1.10                      Python 2 and 3 compatibility utilities
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │       ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │       ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │       │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │       ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │       └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │   │   ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │   │   ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │   │   │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │   │   ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │   │   └── tzdata>=2022.7                     Provider of IANA time zone data
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   └── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │       ├── numpy                              Fundamental package for array computing in Python
│   │       └── scipy                              Fundamental algorithms for scientific computing in Python
│   │           └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   ├── numpy                                      Fundamental package for array computing in Python
│   ├── pandas                                     Powerful data structures for data analysis, time series, and statistics
│   │   ├── numpy<2,>=1.23.2                       Fundamental package for array computing in Python
│   │   ├── python-dateutil>=2.8.2                 Extensions to the standard Python datetime module
│   │   │   └── six>=1.5                           Python 2 and 3 compatibility utilities
│   │   ├── pytz>=2020.1                           World timezone definitions, modern and historical
│   │   └── tzdata>=2022.7                         Provider of IANA time zone data
│   ├── scipy                                      Fundamental algorithms for scientific computing in Python
│   │   └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python
│   └── stats-arrays                               Standard NumPy array interface for defining uncertain parameters
│       ├── numpy                                  Fundamental package for array computing in Python
│       └── scipy                                  Fundamental algorithms for scientific computing in Python
│           └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
├── bw2data>=4.0.dev11                             Tools for the management of inventory databases and impact assessment methods. Part of the Brightway2 LCA Framework
│   ├── bw-processing                              Tools to create structured arrays in a common format
│   │   ├── fs                                     Python's filesystem abstraction layer
│   │   │   ├── appdirs~=1.4.3                     A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   ├── setuptools                         Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   └── six~=1.10                          Python 2 and 3 compatibility utilities
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │       ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │       ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │       │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │       ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │       └── tzdata>=2022.7                     Provider of IANA time zone data
│   ├── bw2parameters                              Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   │   ├── asteval                                Safe, minimalistic evaluator of python expression using ast module
│   │   ├── astunparse                             An AST unparser for Python
│   │   │   ├── six<2.0,>=1.6.1                    Python 2 and 3 compatibility utilities
│   │   │   └── wheel<1.0,>=0.23.0                 A built-package format for Python
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── pint                                   Physical quantities module
│   │   │   └── typing-extensions                  Backported and Experimental Type Hints for Python 3.8+
│   │   └── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │       ├── numpy                              Fundamental package for array computing in Python
│   │       └── scipy                              Fundamental algorithms for scientific computing in Python
│   │           └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   ├── lxml                                       Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
│   ├── numpy                                      Fundamental package for array computing in Python
│   ├── peewee>=3.9.4                              a little orm
│   ├── platformdirs                               A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   ├── scipy                                      Fundamental algorithms for scientific computing in Python
│   │   └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python
│   ├── stats-arrays                               Standard NumPy array interface for defining uncertain parameters
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── scipy                                  Fundamental algorithms for scientific computing in Python
│   │       └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   ├── tqdm                                       Fast, Extensible Progress Meter
│   ├── voluptuous                                 Python data validation library
│   ├── whoosh                                     Fast, pure-Python full text indexing, search, and spell checking library.
│   └── wrapt                                      Module for decorators, wrappers and monkey patching.
├── bw2io>=0.9.dev6                                Tools for importing and export life cycle inventory databases
│   ├── bw-migrations>=0.2                         Migration data and utilities for Brightway IO and LCA in general
│   │   ├── bw2data                                Tools for the management of inventory databases and impact assessment methods. Part of the Brightway2 LCA Framework
│   │   │   ├── appdirs                            A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   ├── bw2parameters                      Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   │   │   │   ├── asteval                        Safe, minimalistic evaluator of python expression using ast module
│   │   │   │   ├── astunparse                     An AST unparser for Python
│   │   │   │   │   ├── six<2.0,>=1.6.1            Python 2 and 3 compatibility utilities
│   │   │   │   │   └── wheel<1.0,>=0.23.0         A built-package format for Python
│   │   │   │   ├── numpy                          Fundamental package for array computing in Python
│   │   │   │   ├── pint                           Physical quantities module
│   │   │   │   │   └── typing-extensions          Backported and Experimental Type Hints for Python 3.8+
│   │   │   │   └── stats-arrays                   Standard NumPy array interface for defining uncertain parameters
│   │   │   │       ├── numpy                      Fundamental package for array computing in Python
│   │   │   │       └── scipy                      Fundamental algorithms for scientific computing in Python
│   │   │   │           └── numpy<1.29.0,>=1.22.4  Fundamental package for array computing in Python
│   │   │   ├── docopt                             Pythonic argument parser, that will make you smile
│   │   │   ├── eight                              Python 2 to the power of 3. A lightweight porting helper library.
│   │   │   │   └── future<0.19,>=0.16             Clean single-source support for Python 3 and 2
│   │   │   ├── fasteners                          A python package that provides useful locks
│   │   │   ├── future                             Clean single-source support for Python 3 and 2
│   │   │   ├── lxml                               Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   ├── peewee>=3.9.4                      a little orm
│   │   │   ├── psutil                             Cross-platform lib for process and system monitoring in Python.
│   │   │   ├── pyprind                            Python Progress Bar and Percent Indicator Utility
│   │   │   ├── requests>=1.1.0                    Python HTTP for Humans.
│   │   │   │   ├── certifi>=2017.4.17             Python package for providing Mozilla's CA Bundle.
│   │   │   │   ├── charset-normalizer<4,>=2       The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
│   │   │   │   ├── idna<4,>=2.5                   Internationalized Domain Names in Applications (IDNA)
│   │   │   │   └── urllib3<3,>=1.21.1             HTTP library with thread-safe connection pooling, file post, and more.
│   │   │   ├── scipy                              Fundamental algorithms for scientific computing in Python
│   │   │   │   └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   │   │   ├── stats-arrays                       Standard NumPy array interface for defining uncertain parameters
│   │   │   │   ├── numpy                          Fundamental package for array computing in Python
│   │   │   │   └── scipy                          Fundamental algorithms for scientific computing in Python
│   │   │   │       └── numpy<1.29.0,>=1.22.4      Fundamental package for array computing in Python
│   │   │   ├── unicodecsv                         Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*.
│   │   │   ├── voluptuous                         Python data validation library
│   │   │   ├── whoosh                             Fast, pure-Python full text indexing, search, and spell checking library.
│   │   │   └── wrapt                              Module for decorators, wrappers and monkey patching.
│   │   ├── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │   │   ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │   │   ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │   │   │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │   │   ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │   │   └── tzdata>=2022.7                     Provider of IANA time zone data
│   │   └── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │       ├── numpy                              Fundamental package for array computing in Python
│   │       └── scipy                              Fundamental algorithms for scientific computing in Python
│   │           └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   ├── bw-processing>=0.8.5                       Tools to create structured arrays in a common format
│   │   ├── fs                                     Python's filesystem abstraction layer
│   │   │   ├── appdirs~=1.4.3                     A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   ├── setuptools                         Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   └── six~=1.10                          Python 2 and 3 compatibility utilities
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │       ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │       ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │       │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │       ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │       └── tzdata>=2022.7                     Provider of IANA time zone data
│   ├── bw2calc>=2.0.dev14                         The calculation engine for the Brightway2 life cycle assessment framework.
│   │   ├── bw-processing                          Tools to create structured arrays in a common format
│   │   │   ├── fs                                 Python's filesystem abstraction layer
│   │   │   │   ├── appdirs~=1.4.3                 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   ├── setuptools                     Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   └── six~=1.10                      Python 2 and 3 compatibility utilities
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │       ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │       ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │       │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │       ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │       └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   ├── matrix-utils                           Tools to create matrices from data packages
│   │   │   ├── bw-processing                      Tools to create structured arrays in a common format
│   │   │   │   ├── fs                             Python's filesystem abstraction layer
│   │   │   │   │   ├── appdirs~=1.4.3             A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   │   ├── setuptools                 Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   │   └── six~=1.10                  Python 2 and 3 compatibility utilities
│   │   │   │   ├── numpy                          Fundamental package for array computing in Python
│   │   │   │   └── pandas                         Powerful data structures for data analysis, time series, and statistics
│   │   │   │       ├── numpy<2,>=1.23.2           Fundamental package for array computing in Python
│   │   │   │       ├── python-dateutil>=2.8.2     Extensions to the standard Python datetime module
│   │   │   │       │   └── six>=1.5               Python 2 and 3 compatibility utilities
│   │   │   │       ├── pytz>=2020.1               World timezone definitions, modern and historical
│   │   │   │       └── tzdata>=2022.7             Provider of IANA time zone data
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   ├── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │   │   ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │   │   ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │   │   │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │   │   ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │   │   └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   │   ├── scipy                              Fundamental algorithms for scientific computing in Python
│   │   │   │   └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   │   │   └── stats-arrays                       Standard NumPy array interface for defining uncertain parameters
│   │   │       ├── numpy                          Fundamental package for array computing in Python
│   │   │       └── scipy                          Fundamental algorithms for scientific computing in Python
│   │   │           └── numpy<1.29.0,>=1.22.4      Fundamental package for array computing in Python
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │   │   ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │   │   ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │   │   │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │   │   ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │   │   └── tzdata>=2022.7                     Provider of IANA time zone data
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   └── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │       ├── numpy                              Fundamental package for array computing in Python
│   │       └── scipy                              Fundamental algorithms for scientific computing in Python
│   │           └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   ├── bw2data>=4.0.dev27                         Tools for the management of inventory databases and impact assessment methods. Part of the Brightway2 LCA Framework
│   │   ├── bw-processing                          Tools to create structured arrays in a common format
│   │   │   ├── fs                                 Python's filesystem abstraction layer
│   │   │   │   ├── appdirs~=1.4.3                 A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   │   ├── setuptools                     Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   │   └── six~=1.10                      Python 2 and 3 compatibility utilities
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── pandas                             Powerful data structures for data analysis, time series, and statistics
│   │   │       ├── numpy<2,>=1.23.2               Fundamental package for array computing in Python
│   │   │       ├── python-dateutil>=2.8.2         Extensions to the standard Python datetime module
│   │   │       │   └── six>=1.5                   Python 2 and 3 compatibility utilities
│   │   │       ├── pytz>=2020.1                   World timezone definitions, modern and historical
│   │   │       └── tzdata>=2022.7                 Provider of IANA time zone data
│   │   ├── bw2parameters                          Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   │   │   ├── asteval                            Safe, minimalistic evaluator of python expression using ast module
│   │   │   ├── astunparse                         An AST unparser for Python
│   │   │   │   ├── six<2.0,>=1.6.1                Python 2 and 3 compatibility utilities
│   │   │   │   └── wheel<1.0,>=0.23.0             A built-package format for Python
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   ├── pint                               Physical quantities module
│   │   │   │   └── typing-extensions              Backported and Experimental Type Hints for Python 3.8+
│   │   │   └── stats-arrays                       Standard NumPy array interface for defining uncertain parameters
│   │   │       ├── numpy                          Fundamental package for array computing in Python
│   │   │       └── scipy                          Fundamental algorithms for scientific computing in Python
│   │   │           └── numpy<1.29.0,>=1.22.4      Fundamental package for array computing in Python
│   │   ├── lxml                                   Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── peewee>=3.9.4                          a little orm
│   │   ├── platformdirs                           A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   ├── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │   │   ├── numpy                              Fundamental package for array computing in Python
│   │   │   └── scipy                              Fundamental algorithms for scientific computing in Python
│   │   │       └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   │   ├── tqdm                                   Fast, Extensible Progress Meter
│   │   ├── voluptuous                             Python data validation library
│   │   ├── whoosh                                 Fast, pure-Python full text indexing, search, and spell checking library.
│   │   └── wrapt                                  Module for decorators, wrappers and monkey patching.
│   ├── bw2parameters>=1.1.0                       Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   │   ├── asteval                                Safe, minimalistic evaluator of python expression using ast module
│   │   ├── astunparse                             An AST unparser for Python
│   │   │   ├── six<2.0,>=1.6.1                    Python 2 and 3 compatibility utilities
│   │   │   └── wheel<1.0,>=0.23.0                 A built-package format for Python
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   ├── pint                                   Physical quantities module
│   │   │   └── typing-extensions                  Backported and Experimental Type Hints for Python 3.8+
│   │   └── stats-arrays                           Standard NumPy array interface for defining uncertain parameters
│   │       ├── numpy                              Fundamental package for array computing in Python
│   │       └── scipy                              Fundamental algorithms for scientific computing in Python
│   │           └── numpy<1.29.0,>=1.22.4          Fundamental package for array computing in Python
│   ├── lxml                                       Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
│   ├── mrio-common-metadata                       Common Datapackage schema and utilities for MRIO tables
│   │   ├── openpyxl                               A Python library to read/write Excel 2010 xlsx/xlsm files
│   │   │   └── et-xmlfile                         An implementation of lxml.xmlfile for the standard library
│   │   ├── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │   │   ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │   │   ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │   │   │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │   │   ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │   │   └── tzdata>=2022.7                     Provider of IANA time zone data
│   │   ├── pyxlsb                                 Excel 2007-2010 Binary Workbook (xlsb) parser
│   │   ├── scipy                                  Fundamental algorithms for scientific computing in Python
│   │   │   └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   │   └── xlrd                                   Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
│   ├── numpy                                      Fundamental package for array computing in Python
│   ├── openpyxl                                   A Python library to read/write Excel 2010 xlsx/xlsm files
│   │   └── et-xmlfile                             An implementation of lxml.xmlfile for the standard library
│   ├── platformdirs                               A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   ├── requests                                   Python HTTP for Humans.
│   │   ├── certifi>=2017.4.17                     Python package for providing Mozilla's CA Bundle.
│   │   ├── charset-normalizer<4,>=2               The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
│   │   ├── idna<4,>=2.5                           Internationalized Domain Names in Applications (IDNA)
│   │   └── urllib3<3,>=1.21.1                     HTTP library with thread-safe connection pooling, file post, and more.
│   ├── scipy                                      Fundamental algorithms for scientific computing in Python
│   │   └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python
│   ├── stats-arrays>=0.6.5                        Standard NumPy array interface for defining uncertain parameters
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── scipy                                  Fundamental algorithms for scientific computing in Python
│   │       └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
│   ├── tqdm                                       Fast, Extensible Progress Meter
│   ├── unidecode                                  ASCII transliterations of Unicode text
│   ├── voluptuous                                 Python data validation library
│   ├── xlrd                                       Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
│   └── xlsxwriter                                 A Python module for creating Excel XLSX files.
├── bw2parameters>=0.6.6                           Contains all the python boilerplate you need to create a Brightway ecosystem package.
│   ├── asteval                                    Safe, minimalistic evaluator of python expression using ast module
│   ├── astunparse                                 An AST unparser for Python
│   │   ├── six<2.0,>=1.6.1                        Python 2 and 3 compatibility utilities
│   │   └── wheel<1.0,>=0.23.0                     A built-package format for Python
│   ├── numpy                                      Fundamental package for array computing in Python
│   ├── pint                                       Physical quantities module
│   │   └── typing-extensions                      Backported and Experimental Type Hints for Python 3.8+
│   └── stats-arrays                               Standard NumPy array interface for defining uncertain parameters
│       ├── numpy                                  Fundamental package for array computing in Python
│       └── scipy                                  Fundamental algorithms for scientific computing in Python
│           └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
├── matrix-utils>=0.2.2                            Tools to create matrices from data packages
│   ├── bw-processing                              Tools to create structured arrays in a common format
│   │   ├── fs                                     Python's filesystem abstraction layer
│   │   │   ├── appdirs~=1.4.3                     A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
│   │   │   ├── setuptools                         Easily download, build, install, upgrade, and uninstall Python packages
│   │   │   └── six~=1.10                          Python 2 and 3 compatibility utilities
│   │   ├── numpy                                  Fundamental package for array computing in Python
│   │   └── pandas                                 Powerful data structures for data analysis, time series, and statistics
│   │       ├── numpy<2,>=1.23.2                   Fundamental package for array computing in Python
│   │       ├── python-dateutil>=2.8.2             Extensions to the standard Python datetime module
│   │       │   └── six>=1.5                       Python 2 and 3 compatibility utilities
│   │       ├── pytz>=2020.1                       World timezone definitions, modern and historical
│   │       └── tzdata>=2022.7                     Provider of IANA time zone data
│   ├── numpy                                      Fundamental package for array computing in Python
│   ├── pandas                                     Powerful data structures for data analysis, time series, and statistics
│   │   ├── numpy<2,>=1.23.2                       Fundamental package for array computing in Python
│   │   ├── python-dateutil>=2.8.2                 Extensions to the standard Python datetime module
│   │   │   └── six>=1.5                           Python 2 and 3 compatibility utilities
│   │   ├── pytz>=2020.1                           World timezone definitions, modern and historical
│   │   └── tzdata>=2022.7                         Provider of IANA time zone data
│   ├── scipy                                      Fundamental algorithms for scientific computing in Python
│   │   └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python
│   └── stats-arrays                               Standard NumPy array interface for defining uncertain parameters
│       ├── numpy                                  Fundamental package for array computing in Python
│       └── scipy                                  Fundamental algorithms for scientific computing in Python
│           └── numpy<1.29.0,>=1.22.4              Fundamental package for array computing in Python
├── mrio-common-metadata>=0.2                      Common Datapackage schema and utilities for MRIO tables
│   ├── openpyxl                                   A Python library to read/write Excel 2010 xlsx/xlsm files
│   │   └── et-xmlfile                             An implementation of lxml.xmlfile for the standard library
│   ├── pandas                                     Powerful data structures for data analysis, time series, and statistics
│   │   ├── numpy<2,>=1.23.2                       Fundamental package for array computing in Python
│   │   ├── python-dateutil>=2.8.2                 Extensions to the standard Python datetime module
│   │   │   └── six>=1.5                           Python 2 and 3 compatibility utilities
│   │   ├── pytz>=2020.1                           World timezone definitions, modern and historical
│   │   └── tzdata>=2022.7                         Provider of IANA time zone data
│   ├── pyxlsb                                     Excel 2007-2010 Binary Workbook (xlsb) parser
│   ├── scipy                                      Fundamental algorithms for scientific computing in Python
│   │   └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python
│   └── xlrd                                       Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
├── numpy>=1.20                                    Fundamental package for array computing in Python
├── scipy                                          Fundamental algorithms for scientific computing in Python
│   └── numpy<1.29.0,>=1.22.4                      Fundamental package for array computing in Python
└── stats-arrays>=0.6.5                            Standard NumPy array interface for defining uncertain parameters
    ├── numpy                                      Fundamental package for array computing in Python
    └── scipy                                      Fundamental algorithms for scientific computing in Python
        └── numpy<1.29.0,>=1.22.4                  Fundamental package for array computing in Python

An org-wide code search indicates the same. Although - if it ever had been required, why did we instruct users to install it manually? Why was this not a dependency of some BW package?

Issue with the ActivityDataset update?

I tried to update the activity dataset attributes, but it seems there is a bug, or something I'm doing wrong.

After importing : from bw2data.backends import ActivityDataset as AD

I tried to update the activity name as in this notebook by executing the command:
AD.update(name="Wow, this is some car!").where(AD.name == 'Combustion car').execute()

The change appears to be partially effective because, using the get_node() function, I can get the activity with its new name, but the output still has the old name...

image

Thanks for your feedback on this issue,

Romain

PS: The same behavior happens for the ExchangeDataset.

The brightway version is:
bw-migrations 0.2
bw-processing 0.8.2
bw2analyzer 0.11.4
bw2calc 2.0.dev12
bw2data 4.0.dev18
bw2io 0.9.dev11
bw2parameters 0.7

bw2io.bw2setup() error on osx-arm64

Hello,

I am trying to run the ecoinvent import example from brightway documentation on my m2 mac
(https://docs.brightway.dev/en/latest/content/examples/brightway-examples/data_import/ecoinvent_import.html)

I am using this library: brightway25_nosolver version 1.0.6 build py_4 (following the installation instructions)

Calling bw2io.bw2setup() raises the following error:

"AttributeError: 'Config' object has no attribute 'is_test'"
(full error code is attached below)

It looks like the Config class indeed does not have

I have tested with previous builds and still have errors,
I have done a clean reinstall of my environments (including conda resinstalls through mambaforge since anaconda did not work out)

Many thanks in advance!
Adrien

Below the full error code:

AttributeError Traceback (most recent call last)
Cell In[14], line 3
(...)
----> 3 bw2io.bw2setup()
(...)

File /opt/homebrew/Caskroom/mambaforge/base/envs/bw25ns/lib/python3.11/site-packages/bw2io/init.py:150, in bw2setup()
148 return
149 print("Creating default biosphere\n")
--> 150 create_default_biosphere3()
151 print("Creating default LCIA methods\n")
152 create_default_lcia_methods()

File /opt/homebrew/Caskroom/mambaforge/base/envs/bw25ns/lib/python3.11/site-packages/bw2io/init.py:112, in create_default_biosphere3(overwrite)
110 eb = Ecospold2BiosphereImporter()
111 eb.apply_strategies()
--> 112 eb.write_database(overwrite=overwrite)

File /opt/homebrew/Caskroom/mambaforge/base/envs/bw25ns/lib/python3.11/site-packages/bw2io/importers/base_lci.py:278, in LCIImporter.write_database(self, data, delete_existing, backend, activate_parameters, db_name, searchable, **kwargs)
275 self.write_database_parameters(activate_parameters, delete_existing)
...
466 index, key, ds, exchanges, activities
467 )
469 if activities:

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.