<!-- SPDX-FileCopyrightText: 2023-2024 Anna <cyber@sysrq.in> -->
<!-- SPDX-License-Identifier: CC0-1.0 -->
gentle
======
[](https://drone.tildegit.org/CyberTaIlor/gentle)
[](https://www.bestpractices.dev/projects/8269)
**Gent**oo **L**azy **E**ntry — a `metadata.xml` generator.
If you need a distro-agnostic solution, try [upstream-ontologist][u-o]!
[u-o]: https://github.com/jelmer/upstream-ontologist
Supported generators
--------------------
* Crystal ([Shards](https://github.com/crystal-lang/shards/blob/master/docs/shard.yml.adoc))
* Dart ([Pub](https://dart.dev/tools/pub/pubspec))
* Haskell ([Hpack](https://github.com/sol/hpack/blob/main/README.md))
* Java ([Maven](https://maven.apache.org/pom.html))
* .NET ([NuGet](https://learn.microsoft.com/en-us/nuget/reference/nuspec))
* Node.js ([npm](https://docs.npmjs.com/files/package.json/), [Bower](https://github.com/bower/spec/blob/master/json.md))
* Perl ([CPAN::Meta::Spec](http://search.cpan.org/perldoc?CPAN::Meta::Spec))
* PHP ([Composer](https://getcomposer.org/doc/04-schema.md), [PEAR/PECL](https://pear.php.net/manual/en/guide.developers.package2.php))
* Python ([PEP 621](https://peps.python.org/pep-0621/), [PEP 643](https://peps.python.org/pep-0643/), [Setuptools](https://setuptools.pypa.io/en/latest/userguide/declarative_config.html))
* Ruby ([Gem metadata](https://guides.rubygems.org/specification-reference/))
* Rust ([Cargo](https://doc.rust-lang.org/cargo/reference/manifest.html))
Language-independent:
* [DOAP](https://github.com/ewilderj/doap/wiki)
* [GNU Autoconf](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/Initializing-configure.html)
Dependencies
------------
* Required:
* [Portage](https://pypi.org/project/portage/)
* [lxml](https://lxml.de/)
* Optional:
* [GNU Autoconf](https://www.gnu.org/software/autoconf/)
* [pkginfo](https://pypi.org/project/pkginfo/)
* [PyYAML](https://pyyaml.org/)
* [rdflib](https://pypi.org/project/rdflib/)
* [Tomli](https://pypi.org/project/tomli/)
Installing
----------
### Gentoo
```sh
emerge app-portage/gentle
```
### Other systems
`pip install gentle-mxml --user`
Packaging
---------
You can track new releases using an [RSS feed][rss] provided by PyPI.
[rss]: https://pypi.org/rss/project/gentle-mxml/releases.xml
Contributing
------------
Patches and pull requests are welcome. Please use either
[git-send-email(1)][git-send-email] or [git-request-pull(1)][git-request-pull],
addressed to <cyber@sysrq.in>.
If you prefer GitHub-style workflow, use the [mirror repo][gh] to send pull
requests.
Your commit message should conform to the following standard:
```
file/changed: Concice and complete statement of the purpose
This is the body of the commit message. The line above is the
summary. The summary should be no more than 72 chars long. The
body can be more freely formatted, but make it look nice. Make
sure to reference any bug reports and other contributors. Make
sure the correct authorship appears.
```
Code style is whatever the almighty linters say, should be at least
[PEP 8][pep8].
[git-send-email]: https://git-send-email.io/
[git-request-pull]: https://git-scm.com/docs/git-request-pull
[gh]: http://github.com/cybertailor/gentle
[pep8]: https://peps.python.org/pep-0008/
IRC
---
You can join the `#gentle` channel either on [Libera Chat][libera] or
[via Matrix][matrix].
[libera]: https://libera.chat/
[matrix]: https://matrix.to/#/#gentle:sysrq.in
License
-------
WTFPL
Raw data
{
"_id": null,
"home_page": null,
"name": "gentle-mxml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "gentoo, ebuild, metadata, upstream, maintainer",
"author": null,
"author_email": "Anna <cyber@sysrq.in>",
"download_url": "https://files.pythonhosted.org/packages/38/73/642a8cf03238c9b1322caae92c704562415383274833038b79be3893784b/gentle_mxml-1.0.1.tar.gz",
"platform": null,
"description": "<!-- SPDX-FileCopyrightText: 2023-2024 Anna <cyber@sysrq.in> -->\n<!-- SPDX-License-Identifier: CC0-1.0 -->\n\ngentle\n======\n\n[](https://drone.tildegit.org/CyberTaIlor/gentle)\n[](https://www.bestpractices.dev/projects/8269)\n\n**Gent**oo **L**azy **E**ntry \u2014 a `metadata.xml` generator.\n\nIf you need a distro-agnostic solution, try [upstream-ontologist][u-o]!\n\n[u-o]: https://github.com/jelmer/upstream-ontologist\n\n\nSupported generators\n--------------------\n\n* Crystal ([Shards](https://github.com/crystal-lang/shards/blob/master/docs/shard.yml.adoc))\n* Dart ([Pub](https://dart.dev/tools/pub/pubspec))\n* Haskell ([Hpack](https://github.com/sol/hpack/blob/main/README.md))\n* Java ([Maven](https://maven.apache.org/pom.html))\n* .NET ([NuGet](https://learn.microsoft.com/en-us/nuget/reference/nuspec))\n* Node.js ([npm](https://docs.npmjs.com/files/package.json/), [Bower](https://github.com/bower/spec/blob/master/json.md))\n* Perl ([CPAN::Meta::Spec](http://search.cpan.org/perldoc?CPAN::Meta::Spec))\n* PHP ([Composer](https://getcomposer.org/doc/04-schema.md), [PEAR/PECL](https://pear.php.net/manual/en/guide.developers.package2.php))\n* Python ([PEP 621](https://peps.python.org/pep-0621/), [PEP 643](https://peps.python.org/pep-0643/), [Setuptools](https://setuptools.pypa.io/en/latest/userguide/declarative_config.html))\n* Ruby ([Gem metadata](https://guides.rubygems.org/specification-reference/))\n* Rust ([Cargo](https://doc.rust-lang.org/cargo/reference/manifest.html))\n\nLanguage-independent:\n\n* [DOAP](https://github.com/ewilderj/doap/wiki)\n* [GNU Autoconf](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/Initializing-configure.html)\n\n\nDependencies\n------------\n\n* Required:\n * [Portage](https://pypi.org/project/portage/)\n * [lxml](https://lxml.de/)\n* Optional:\n * [GNU Autoconf](https://www.gnu.org/software/autoconf/)\n * [pkginfo](https://pypi.org/project/pkginfo/)\n * [PyYAML](https://pyyaml.org/)\n * [rdflib](https://pypi.org/project/rdflib/)\n * [Tomli](https://pypi.org/project/tomli/)\n\n\nInstalling\n----------\n\n### Gentoo\n\n```sh\nemerge app-portage/gentle\n```\n\n### Other systems\n\n`pip install gentle-mxml --user`\n\n\nPackaging\n---------\n\nYou can track new releases using an [RSS feed][rss] provided by PyPI.\n\n[rss]: https://pypi.org/rss/project/gentle-mxml/releases.xml\n\n\nContributing\n------------\n\nPatches and pull requests are welcome. Please use either\n[git-send-email(1)][git-send-email] or [git-request-pull(1)][git-request-pull],\naddressed to <cyber@sysrq.in>.\n\nIf you prefer GitHub-style workflow, use the [mirror repo][gh] to send pull\nrequests.\n\nYour commit message should conform to the following standard:\n\n```\nfile/changed: Concice and complete statement of the purpose\n\nThis is the body of the commit message. The line above is the\nsummary. The summary should be no more than 72 chars long. The\nbody can be more freely formatted, but make it look nice. Make\nsure to reference any bug reports and other contributors. Make\nsure the correct authorship appears.\n```\n\nCode style is whatever the almighty linters say, should be at least\n[PEP 8][pep8].\n\n\n[git-send-email]: https://git-send-email.io/\n[git-request-pull]: https://git-scm.com/docs/git-request-pull\n[gh]: http://github.com/cybertailor/gentle\n[pep8]: https://peps.python.org/pep-0008/\n\n\nIRC\n---\n\nYou can join the `#gentle` channel either on [Libera Chat][libera] or\n[via Matrix][matrix].\n\n[libera]: https://libera.chat/\n[matrix]: https://matrix.to/#/#gentle:sysrq.in\n\n\nLicense\n-------\n\nWTFPL\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Gentoo Metadata XML generator",
"version": "1.0.1",
"project_urls": {
"Changelog": "https://gentle.sysrq.in/release-notes.html",
"Home": "https://gentle.sysrq.in",
"Issues": "https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=gentle",
"Source": "https://git.sysrq.in/gentle"
},
"split_keywords": [
"gentoo",
" ebuild",
" metadata",
" upstream",
" maintainer"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1968bab979bd5b02f669e017756ddec20b8735e228c2ab0c0bb3714154d7ebcb",
"md5": "2b0202ac3567ba710c49400a8690b78d",
"sha256": "1396ed52962d21825d236c2b5344838c976b696defeba06cea33fee32821beae"
},
"downloads": -1,
"filename": "gentle_mxml-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b0202ac3567ba710c49400a8690b78d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 32361,
"upload_time": "2024-11-06T09:38:43",
"upload_time_iso_8601": "2024-11-06T09:38:43.090136Z",
"url": "https://files.pythonhosted.org/packages/19/68/bab979bd5b02f669e017756ddec20b8735e228c2ab0c0bb3714154d7ebcb/gentle_mxml-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3873642a8cf03238c9b1322caae92c704562415383274833038b79be3893784b",
"md5": "11a795378fb627063079715eff8d63bd",
"sha256": "d41ff3246206119beefefbc58bd0fcdd273cf31e321d5be4d1b6e049e627dc73"
},
"downloads": -1,
"filename": "gentle_mxml-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "11a795378fb627063079715eff8d63bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 248146,
"upload_time": "2024-11-06T09:38:45",
"upload_time_iso_8601": "2024-11-06T09:38:45.313059Z",
"url": "https://files.pythonhosted.org/packages/38/73/642a8cf03238c9b1322caae92c704562415383274833038b79be3893784b/gentle_mxml-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 09:38:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "gentle-mxml"
}