https://github.com/agoose77/literary-build-hatch
Hatch build plugin for Literary
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Keywords
Repository
Hatch build plugin for Literary
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
literary-build-hatch
A hatch plugin to build wheels from Literary projects.
Example pyproject.toml:
```toml
[tool.hatch.build]
Ensure lib is ignored so that these files never get accidentally included
excluded = ["src", "lib"]
[tool.hatch.build.targets.wheel.hooks.literary] dependencies = ["literary-build-hatch>=0.3.0"]
[build-system] requires = ["hatchling>=1.0.0"] build-backend = "hatchling.build" ```
This hook supports editable installs, so pdm install just works out of the box!
Details
The Hatch build plugin makes the following decisions:
- Anything in the builder generated_path is added to the built wheel
- The builder generated_path is added to sys.path for editable wheels
- Literary version >=4.0.0 is required by editable wheel
The builder users force_include for standard wheels, meaning that the exclusion mechanism provided by hatch will be ignored for generated assets. You should use the Literary configuration to specify files that should not end up in the build directory.
Owner
- Name: Angus Hollands
- Login: agoose77
- Kind: user
- Location: United Kingdom
- Company: 2i2c
- Twitter: agoose77
- Repositories: 230
- Profile: https://github.com/agoose77
Open Source Infrastructure Engineer @ 2i2c. Executable Books core team member. PhD in Nuclear Physics from the University of Birmingham.
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Angus Hollands | g****5@g****m | 38 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0