POC: Consolidate language_data into a monorepo structure - #58
Draft
prateek-dagar wants to merge 47 commits into
Draft
POC: Consolidate language_data into a monorepo structure#58prateek-dagar wants to merge 47 commits into
prateek-dagar wants to merge 47 commits into
Conversation
Add continous delivery configuration
* ci: Run tests in CI with PR reporting * chore!: Bump minimum python version to 3.8 * test: Add missing dependencies * chore: Add venv and test artifacts to gitignore * test: Add new test for util function * fix typo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @georgkrause,
This is a Draft PR showcasing a Proof of Concept (POC) for consolidating the
language_datarepository into the mainlangcodesrepository as discussed in georgkrause/language_data#14.What this POC implements:
language_datadirectory, meaningimport language_dataremains fully compatible with legacy codebases with zero changes.language_datainto a subdirectory (language_data/) usinggit subtreeto preserve all historical commits, authors, and metadata.pytestconfiguration and.github/workflows/ci.ymlto automatically install the local subdirectory and run both test suites together..github/workflows/cd.yml) andsetuptools_scmtag prefixes (language_data-v*vsv*) to allow publishinglangcodesandlanguage_dataas separate, independent PyPI wheels..readthedocs-langcodes.yamland.readthedocs-languagedata.yamlconfigurations to support separate documentation pages and URLs without name clashes.Let me know your feedback. I am happy to incorporate any changes!