gentle-mxml


Namegentle-mxml JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryGentoo Metadata XML generator
upload_time2024-04-21 20:42:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords gentoo ebuild metadata upstream maintainer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- SPDX-FileCopyrightText: 2023-2024 Anna <cyber@sysrq.in> -->
<!-- SPDX-License-Identifier: CC0-1.0 -->

gentle
======

[![Build Status](https://drone.tildegit.org/api/badges/CyberTaIlor/gentle/status.svg)](https://drone.tildegit.org/CyberTaIlor/gentle)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8269/badge)](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 [atom feed][atom] provided by GitHub.

[atom]: https://github.com/cybertailor/gentle/releases.atom


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/8b/06/9f11e6ffec7a8123c29336709b3b1bab5dbf2f3ba8480bfe07878e23982a/gentle_mxml-1.0.0.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[![Build Status](https://drone.tildegit.org/api/badges/CyberTaIlor/gentle/status.svg)](https://drone.tildegit.org/CyberTaIlor/gentle)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8269/badge)](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 [atom feed][atom] provided by GitHub.\n\n[atom]: https://github.com/cybertailor/gentle/releases.atom\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.0",
    "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": "",
            "digests": {
                "blake2b_256": "ae6384c041dc0c2197d8fa4946c6c07c2cb67f2d681365de33d08ab43d21701b",
                "md5": "bd9b406b40a5de207a7ae721a258f517",
                "sha256": "11c665cf942fc68a9aa160e6fb4d49aa20be8251a542a70c3756053b3b5e64b5"
            },
            "downloads": -1,
            "filename": "gentle_mxml-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd9b406b40a5de207a7ae721a258f517",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 31309,
            "upload_time": "2024-04-21T20:42:33",
            "upload_time_iso_8601": "2024-04-21T20:42:33.752001Z",
            "url": "https://files.pythonhosted.org/packages/ae/63/84c041dc0c2197d8fa4946c6c07c2cb67f2d681365de33d08ab43d21701b/gentle_mxml-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b069f11e6ffec7a8123c29336709b3b1bab5dbf2f3ba8480bfe07878e23982a",
                "md5": "7a83ddc5e22a30741bc0c0a5c4032ea2",
                "sha256": "be45c97758a9c3b1f3a25e517d6cc9070c91387d9e6c9c9cebc61e1e4c12840b"
            },
            "downloads": -1,
            "filename": "gentle_mxml-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7a83ddc5e22a30741bc0c0a5c4032ea2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 356588,
            "upload_time": "2024-04-21T20:42:35",
            "upload_time_iso_8601": "2024-04-21T20:42:35.942406Z",
            "url": "https://files.pythonhosted.org/packages/8b/06/9f11e6ffec7a8123c29336709b3b1bab5dbf2f3ba8480bfe07878e23982a/gentle_mxml-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 20:42:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gentle-mxml"
}
        
Elapsed time: 0.23540s