https://github.com/finos/pylegend
pylegend
https://github.com/finos/pylegend
legend modeling
Last synced: 6 months ago
JSON representation
pylegend
- Host: GitHub
- URL: https://github.com/finos/pylegend
- Owner: finos
- License: apache-2.0
- Created: 2023-02-21T10:30:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-12T11:35:14.000Z (6 months ago)
- Last Synced: 2025-07-12T12:36:52.473Z (6 months ago)
- Topics: legend, modeling
- Language: Python
- Homepage:
- Size: 884 KB
- Stars: 5
- Watchers: 6
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://community.finos.org/docs/governance/Software-Projects/stages/incubating)
[](https://pypi.org/project/pylegend/)
[](https://www.python.org/downloads)

[](https://opensource.org/licenses/Apache-2.0)



[](https://app.codecov.io/gh/finos/pylegend)
# PyLegend
-- Library is under active development --
PyLegend is part of [Legend](https://github.com/finos/legend) data management platform suite. It is a python client library which enables easy and streamlined integration of python clients with Legend ecosystem, providing interactive query building and push-down execution capabilities.
## Build from source
PyLegend requires Python 3.9 or higher. We use [Poetry](https://python-poetry.org/) tool for dependency management and packaging. To install poetry, follow instructions [here](https://python-poetry.org/docs/#installation).
Run `poetry install` to install dependencies. If you intend to contribute, install dev dependencies using the command `poetry install --with dev`.
## Contributing
For any questions, bugs or feature requests please open an [issue](https://github.com/finos/pylegend/issues).
To submit a contribution:
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Read our [contribution guidelines](./CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct)
4. Commit your changes (`git commit -am 'Add some fooBar'`)
5. Push to the branch (`git push origin feature/fooBar`)
6. Create a new Pull Request
_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or [EasyCLA](https://community.finos.org/docs/governance/Software-Projects/easycla)). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [help@finos.org](mailto:help@finos.org)*
## License
Copyright 2023 Goldman Sachs
Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0)