![Image]
# `gd.share`
[![License][License Badge]][License]
[![Version][Version Badge]][Package]
[![Downloads][Downloads Badge]][Package]
[![Discord][Discord Badge]][Discord]
[![Documentation][Documentation Badge]][Documentation]
[![Check][Check Badge]][Actions]
> *Sharing Geometry Dash levels through CLI.*
## Installing
**Python 3.7 or above is required.**
### pip
Installing the library with `pip` is quite simple:
```console
$ pip install gd.share
```
Alternatively, the library can be installed from source:
```console
$ git clone https://github.com/nekitdev/gd.share.git
$ cd gd.share
$ python -m pip install .
```
### poetry
You can add `gd.share` as a dependency with the following command:
```console
$ poetry add gd.share
```
Or by directly specifying it in the configuration like so:
```toml
[tool.poetry.dependencies]
"gd.share" = "^1.0.0"
```
Alternatively, you can add it directly from the source:
```toml
[tool.poetry.dependencies."gd.share"]
git = "https://github.com/nekitdev/gd.share.git"
```
## Compiling
Compiling an executable version of the `gd.share` library:
```console
$ pyinstaller --onefile --icon assets/gd.share.ico --exclude numpy --exclude PIL --exclude IPython --exclude Crypto gd.share.py
```
## Documentation
You can find the documentation [here][Documentation].
## Support
If you need support with the library, you can send an [email][Email]
or refer to the official [Discord server][Discord].
## Changelog
You can find the changelog [here][Changelog].
## Security Policy
You can find the Security Policy of `gd.share` [here][Security].
## Contributing
If you are interested in contributing to `gd.share`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].
## License
`gd.share` is licensed under the MIT License terms. See [License][License] for details.
[Image]: https://github.com/nekitdev/gd.share/blob/main/assets/gd.share.svg?raw=true
[Email]: mailto:support@nekit.dev
[Discord]: https://nekit.dev/discord
[Actions]: https://github.com/nekitdev/gd.share/actions
[Changelog]: https://github.com/nekitdev/gd.share/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/gd.share/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/gd.share/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/gd.share/blob/main/SECURITY.md
[License]: https://github.com/nekitdev/gd.share/blob/main/LICENSE
[Package]: https://pypi.org/project/gd.share
[Documentation]: https://nekitdev.github.io/gd.share
[Discord Badge]: https://img.shields.io/badge/chat-discord-5865f2
[License Badge]: https://img.shields.io/pypi/l/gd.share
[Version Badge]: https://img.shields.io/pypi/v/gd.share
[Downloads Badge]: https://img.shields.io/pypi/dm/gd.share
[Documentation Badge]: https://github.com/nekitdev/gd.share/workflows/docs/badge.svg
[Check Badge]: https://github.com/nekitdev/gd.share/workflows/check/badge.svg
Raw data
{
"_id": null,
"home_page": "https://github.com/nekitdev/gd.share",
"name": "gd-share",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "python,gd,presence",
"author": "nekitdev",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/c8/2f/b8d9ef7f299a34e3be9c84cec8fa1435ca4a77d7eaf3347d683e7ba9d5c9/gd_share-1.0.0.tar.gz",
"platform": null,
"description": "![Image]\n\n# `gd.share`\n\n[![License][License Badge]][License]\n[![Version][Version Badge]][Package]\n[![Downloads][Downloads Badge]][Package]\n[![Discord][Discord Badge]][Discord]\n\n[![Documentation][Documentation Badge]][Documentation]\n[![Check][Check Badge]][Actions]\n\n> *Sharing Geometry Dash levels through CLI.*\n\n## Installing\n\n**Python 3.7 or above is required.**\n\n### pip\n\nInstalling the library with `pip` is quite simple:\n\n```console\n$ pip install gd.share\n```\n\nAlternatively, the library can be installed from source:\n\n```console\n$ git clone https://github.com/nekitdev/gd.share.git\n$ cd gd.share\n$ python -m pip install .\n```\n\n### poetry\n\nYou can add `gd.share` as a dependency with the following command:\n\n```console\n$ poetry add gd.share\n```\n\nOr by directly specifying it in the configuration like so:\n\n```toml\n[tool.poetry.dependencies]\n\"gd.share\" = \"^1.0.0\"\n```\n\nAlternatively, you can add it directly from the source:\n\n```toml\n[tool.poetry.dependencies.\"gd.share\"]\ngit = \"https://github.com/nekitdev/gd.share.git\"\n```\n\n## Compiling\n\nCompiling an executable version of the `gd.share` library:\n\n```console\n$ pyinstaller --onefile --icon assets/gd.share.ico --exclude numpy --exclude PIL --exclude IPython --exclude Crypto gd.share.py\n```\n\n## Documentation\n\nYou can find the documentation [here][Documentation].\n\n## Support\n\nIf you need support with the library, you can send an [email][Email]\nor refer to the official [Discord server][Discord].\n\n## Changelog\n\nYou can find the changelog [here][Changelog].\n\n## Security Policy\n\nYou can find the Security Policy of `gd.share` [here][Security].\n\n## Contributing\n\nIf you are interested in contributing to `gd.share`, make sure to take a look at the\n[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].\n\n## License\n\n`gd.share` is licensed under the MIT License terms. See [License][License] for details.\n\n[Image]: https://github.com/nekitdev/gd.share/blob/main/assets/gd.share.svg?raw=true\n\n[Email]: mailto:support@nekit.dev\n\n[Discord]: https://nekit.dev/discord\n\n[Actions]: https://github.com/nekitdev/gd.share/actions\n\n[Changelog]: https://github.com/nekitdev/gd.share/blob/main/CHANGELOG.md\n[Code of Conduct]: https://github.com/nekitdev/gd.share/blob/main/CODE_OF_CONDUCT.md\n[Contributing Guide]: https://github.com/nekitdev/gd.share/blob/main/CONTRIBUTING.md\n[Security]: https://github.com/nekitdev/gd.share/blob/main/SECURITY.md\n\n[License]: https://github.com/nekitdev/gd.share/blob/main/LICENSE\n\n[Package]: https://pypi.org/project/gd.share\n[Documentation]: https://nekitdev.github.io/gd.share\n\n[Discord Badge]: https://img.shields.io/badge/chat-discord-5865f2\n[License Badge]: https://img.shields.io/pypi/l/gd.share\n[Version Badge]: https://img.shields.io/pypi/v/gd.share\n[Downloads Badge]: https://img.shields.io/pypi/dm/gd.share\n\n[Documentation Badge]: https://github.com/nekitdev/gd.share/workflows/docs/badge.svg\n[Check Badge]: https://github.com/nekitdev/gd.share/workflows/check/badge.svg\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Geometry Dash Discord Rich Presence.",
"version": "1.0.0",
"project_urls": {
"Discord": "https://nekit.dev/discord",
"Documentation": "https://nekitdev.github.io/gd.share",
"Funding": "https://patreon.com/nekitdev",
"Homepage": "https://github.com/nekitdev/gd.share",
"Issues": "https://github.com/nekitdev/gd.share/issues",
"Repository": "https://github.com/nekitdev/gd.share"
},
"split_keywords": [
"python",
"gd",
"presence"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ada01010265febc519f8639eeb9e3959481943daf892f08ee7012bbe12e35991",
"md5": "712341a6addaea00d34dda3945596fd8",
"sha256": "e239588ee406a0d7324fea8156123782ca75c4d4366ed6ce0341bd1a7603a770"
},
"downloads": -1,
"filename": "gd_share-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "712341a6addaea00d34dda3945596fd8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5038,
"upload_time": "2023-07-05T15:54:41",
"upload_time_iso_8601": "2023-07-05T15:54:41.484178Z",
"url": "https://files.pythonhosted.org/packages/ad/a0/1010265febc519f8639eeb9e3959481943daf892f08ee7012bbe12e35991/gd_share-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c82fb8d9ef7f299a34e3be9c84cec8fa1435ca4a77d7eaf3347d683e7ba9d5c9",
"md5": "0634e87cb17cf0b7e832fa3731ffefff",
"sha256": "8b2d63726c7dc3b70d2c475a775816404d1cd9e9420f461da3af5f4789bca8db"
},
"downloads": -1,
"filename": "gd_share-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "0634e87cb17cf0b7e832fa3731ffefff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4531,
"upload_time": "2023-07-05T15:54:43",
"upload_time_iso_8601": "2023-07-05T15:54:43.294348Z",
"url": "https://files.pythonhosted.org/packages/c8/2f/b8d9ef7f299a34e3be9c84cec8fa1435ca4a77d7eaf3347d683e7ba9d5c9/gd_share-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-05 15:54:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nekitdev",
"github_project": "gd.share",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gd-share"
}